联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数学计算(380) 
按平台查找All Visual C++(380) 

[数学计算] nongfu

通过编程计算实现求解农夫过河问题,最终将问题的结果显示出来
Realized by programming calculation farmer across the river to solve the problem, the problem will eventually result displayed (2016-05-14, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1463231647897775.html

[数学计算] Least-Squares

利用C语言编程环境来编写探索最小二乘法,程序简单,明了。
The use of C language programming environment to write explore least squares method, the procedure is simple and straightforward. (2014-04-09, Visual C++, 4KB, 下载5次)

http://www.pudn.com/Download/item/id/2506094.html

[数学计算] DIE-DAI-FA

运用C++对数学问题迭代法进行编程,使得科学计算更为方便
Using the c++ to mathematical programming problem iteration method, makes scientific computing more convenient (2014-02-25, Visual C++, 205KB, 下载4次)

http://www.pudn.com/Download/item/id/2469460.html

[数学计算] gausseide

拉格朗日算法的编程实现,算法流程参照数值计算书籍,算法实现较简单。
Lagrange programming algorithm, the reference value calculation algorithm flow of books, the algorithm is relatively simple. (2013-12-27, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2437179.html

[数学计算] 19

编程找出1000以内的所有完数。PS:一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6=1+2+3
Programming to identify all finished within 1000 (2013-06-29, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2292020.html

[数学计算] raytracer111

电磁场与微波技术下的射线追踪技术。应用c语言编程
Electromagnetic Field and Microwave Technology under the ray tracing technique. Application c programming language (2013-06-02, Visual C++, 1KB, 下载30次)

http://www.pudn.com/Download/item/id/2267518.html

[数学计算] rk_ode

C++ 编程用龙哥库塔方法解常微分方程,不同区间,不同初始值
C++ programming solution of ordinary differential the Long Ge Kuta method, different intervals, different initial values (2013-01-11, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/2113993.html

[数学计算] spline

利用编程实现了数值逼近中的三次样条插值算法,这在工程实践中应用非常广泛。
Programming numerical approximation, cubic spline interpolation algorithm, which is widely used in engineering practice. (2012-12-10, Visual C++, 1KB, 下载9次)

http://www.pudn.com/Download/item/id/2078465.html

[数学计算] newyichuan

用C++编程后遗传算法的仿真实验,非常有用,大家可以下载来运行看看结果。
C++ programmed genetic algorithm simulation, very useful, you can download to run look at the result. (2012-08-16, Visual C++, 673KB, 下载2次)

http://www.pudn.com/Download/item/id/1967591.html

[数学计算] gulingkai---2

多功能计算器(可以实现加减乘除开根号连乘等)适合初学编程的人
Multi-function calculator (addition, subtraction roots and even multiply, etc.) suitable for beginners programming (2012-07-22, Visual C++, 1895KB, 下载3次)

http://www.pudn.com/Download/item/id/1945350.html

[数学计算] femsrc

用C/C++编程求解了一个简单的有限元问题,可以作为有限元学习的编程实例,以更好地理解有限元理论,并为进一步使用大型有限元软件打下基础。
C/C++ programming to solve a simple finite element problems, programming examples can be used as finite element study to better understand the finite element theory, and to lay the foundation for the further use of the large finite element software. (2012-06-05, Visual C++, 422KB, 下载6次)

http://www.pudn.com/Download/item/id/1903239.html

[数学计算] magic-matrix

是魔方矩阵的算法,刚接触魔方是感觉无从下手,不知道算法,编程的核心就是算法,希望这个算法能个大家带来帮助
magic matrix (2012-01-06, Visual C++, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/1751899.html

[数学计算] juzhenchengfa

利用递归进行编程,求解矩阵A的n次方代码,输入A的各元素及所计算的次方n时,即可得到计算结果
Recursive programming, solving the code matrix A ^ n (2011-06-24, Visual C++, 173KB, 下载2次)

http://www.pudn.com/Download/item/id/1579767.html

[数学计算] 5

用C++编程来实现,运用F循环算法来输出九九乘法表。
Using C++ programming to achieve, the use of F loop algorithm to output multiplication table. (2011-05-30, Visual C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1553350.html

[数学计算] neton-a

牛顿向前差值公式,是用C++编程的源程序,希望大家踊跃下载
Newton' s forward difference formula, is the source C++ programming, I hope you actively download (2011-02-19, Visual C++, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/1432070.html

[数学计算] la

n次拉格朗日插值计算公式编程实现,是用c++语言编写的,希望研究生同学们踊跃下载,数值方法里的课后题
Lagrange interpolation formula n times (2011-02-19, Visual C++, 3KB, 下载4次)

http://www.pudn.com/Download/item/id/1432055.html

[数学计算] Pipeline

给定n 口油井的位置,编程计算各油井到主管道之间的输油管道最小长度总
find the nearest distance from all the oil field to the pipeline. (2010-04-08, Visual C++, 2111KB, 下载6次)

http://www.pudn.com/Download/item/id/1117088.html

[数学计算] gauss

计算方法中,高斯选主元消去法的实现,C语言编程实现。
Method of calculation, the Gaussian elimination method selected Principal of the implementation, C programming language implementation. (2009-03-18, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/678508.html

[数学计算] project

多项式的加减法运算,输入的多项式带有未知数x和数字
Polynomial addition and subtraction calculations (2009-02-21, Visual C++, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/649678.html

[数学计算] shell(c++)

经典的希尔排序算法,对大家学习数据结构及培养编程思想有所启发!
classic Hill sorting algorithm for data to study the structure and culture programming philosophy inspired! (2006-06-29, Visual C++, 5KB, 下载37次)

http://www.pudn.com/Download/item/id/199327.html
总计:380