追趕法解周期性方程 輸入:a[],b[],c[],x[] 輸出:求解結果X在x[]中
上傳時間: 2015-10-14
上傳用戶:thuyenvinh
C++/CLI in Action is a practical guide that will help you breathe new life into your legacy C++ programs. The book begins with a concise C++/CLI tutorial. It then quickly moves to the key themes of native/managed code interop and mixed-mode programming. You抣l learn to take advantage of GUI frameworks like Windows Forms and WPF while keeping your native C++ business logic. The book also covers methods for accessing C# or VB.NET components and libraries. Written for readers with a working knowledge of C++.
標簽: practical breathe Action legacy
上傳時間: 2015-10-17
上傳用戶:wendy15
用遞規子程序的方法實現HANOI塔問題.子程序模塊個數不限. 要求: 盤子個數可以輸入,第一個塔為A,第二個塔為B,第三個塔 的名稱為C.打印出移動過程.
上傳時間: 2013-12-17
上傳用戶:Yukiseop
本上傳是關于MAXIM公司的模數轉換IC芯片MAX114的C語言源代碼。MAX114是一種高速A/D集成芯片,具有低功耗掉電模式,工作方式可選,轉換精度高,速度快,廣泛應用于高速DSP,遠端數據采集等。
上傳時間: 2015-10-20
上傳用戶:a673761058
Organized in a practical problem-and-solution format, More Exceptional C++ picks up where the widely acclaimed Exceptional C++ leaves off, providing successful strategies for solving real-world problems in C++. Drawing from years of in-the-trenches experience, Herb Sutter provides tested techniques and practical solutions for programmers designing modern software systems with C++, from small projects to enterprise applications.
標簽: problem-and-solution Exceptional Organized practical
上傳時間: 2015-10-20
上傳用戶:chenbhdt
A Disk Cataloger with Turbo C Source Code.
標簽: Cataloger Source Turbo Disk
上傳時間: 2015-10-21
上傳用戶:星仔
a Complete C++ language tutorial on the cplusplus.com
標簽: cplusplus Complete language tutorial
上傳時間: 2015-10-21
上傳用戶:維子哥哥
this a C++ example for read card
上傳時間: 2015-10-23
上傳用戶:z1191176801
The Engineering Vibration Toolbox is a set of educational programs written in Octave by Joseph C. Slater. Also included are a number of help files, demonstration examples, and data files containing raw experimental data. The codes include single degree of freedom response, response spectrum, finite elements, numerical integration, and phase plane analysis.
標簽: C. Engineering educational Vibration
上傳時間: 2013-11-29
上傳用戶:jkhjkh1982
一個旅行家想駕駛汽車從城市A到城市B(設出發時油箱是空的)。給定兩個城市之間的距離dis、汽車油箱的容量c、每升汽油能行駛的距離d、沿途油站數n、油站i離出發點的距離d[i]以及該站每升汽油的價格p[i],i=1,2,…,n。設d[1]=0<d[2]<…<d[n]。要花最少的油費從城市A到城市B,在每個加油站應加多少油,最少花費為多少?
上傳時間: 2013-12-31
上傳用戶:redmoons