搜索资源列表
jifen124
- 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程.步长的选取也是很有讲究的,过小的步长反而会导致误差累积过大. 相关的理论请参考相关的数值算法的书籍,我这里只给出关键的函数及主程序段,其余相关的细节就不再一一罗列了.-Runge - Kutta method to solve the differential equation is more commonly used method, in understanding h
CSharpNumericalAlgorithms
- c#常用数值算法的源代码,包含插值、矩阵、线性方程组等算法源码,非常有益于开发
CSharpAlgorithm.rar
- 用c#语言编的一些 常用数值计算算法 和一些复杂数值计算算法,C# language for use of some commonly used numerical algorithms and numerical algorithm for some complex
CSharp_numerical_algorithm_programming
- 是《C#数值计算算法编程》周长发著,2007第二版,包括近90个常用的数值计算算法原理和C#的实现方法。-The source code in this .rar file used by the book of C# numerical algorithm programming,F.Zhou, 2007, second edition, includes nearly 90 commonly used numerical algorithm and all written in C# lan
Traditional_C_Source_Code
- 经典数值算法、简单界面操作代码。包括常用的排序、插值、解方程和矩阵操作-Classical numerical algorithm, a simple interface to operate the code. Which are used in the sorting, interpolation, solution of equations and matrix operations
1.5
- 编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件, 记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度 随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Simulation programming coins thrown from the frequency of a positive map. The assumption tha