搜索资源列表
flyMachine
- 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge - Kutta method to calculate the numerical solution of differential equations with graphics and movement track their authors trace the sour
bin
- c#数值计算算法编程代码 包括数值计算的方方面面 与c#数值计算书配套
131354
- C#数值计算算法编程 代码 与c#数值计算书配套 涉及到各方面
c#数值计算算法
- 包含最小二乘法、积分、复数计算的各种C#算法
C#数值计算算法编程周长发
- C#数值计算算法编程周长发
CSharpAlgorithm.rar
- 用c#语言编的一些 常用数值计算算法 和一些复杂数值计算算法,C# language for use of some commonly used numerical algorithms and numerical algorithm for some complex
Csharpook.rar
- C#数值计算算法编程,一本相当不错的书。,C# program book,a very good book.
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
cSharp-interpolation
- 用c#实现插值的源代码,配套书籍为《C#数值计算算法编程》-Interpolation with c# source code to achieve, and the supporting books for the " C# numerical algorithm programming"
1.5
- 编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件, 记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度 随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Simulation programming coins thrown from the frequency of a positive map. The assumption tha
munituihuo
- 模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimiza
C_yuyan
- 模拟信号转换成数字形式,必须要经过量化才能实现。标量量化的方法包括均匀量化和非均匀量化两种,这两种方法都会带来精度的损失。文中探讨了模拟信源量化的最优算法,并用C语言实现了高斯信源在不同量化电平下均匀量化和非均匀量化的最优步长的数值计算。通过对计算结果进行比较,给出了非均匀量化优于均匀量化的具体结论。-Analog signals into digital form, you must go through quantification can be achieved. Scalar unifo
cSharp-numerical-integration
- 用c#实现各类数值积分的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of numerical integration, supporting the book as " C# numerical algorithm programming"
cSharp-complex-operation
- 用c#实现各类复数运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of complex operations, supporting the book as " C# numerical algorithm programming"
cSharp-matrix-operation
- 用c#实现各类矩阵运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of matrix operations, supporting the book as " C# numerical algorithm programming"
cSharp-nonlinear-equation
- 用c#实现各类非线性方程的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of nonlinear equations, and the supporting books for the " C# numerical algorithm programming"
cSharp-linear-equation
- 用c#实现各类线性方程组的求解的源代码,配套书籍为《C#数值计算算法编程》-C# implementation with all kinds of linear equations to solve the source code, supporting the book as " C# numerical algorithm programming"
CSharMathprogram
- 《C#数值计算算法编程》的源代码,用CSharp语言编写,值得一看-" C# numerical algorithm programming," the source code, with the CSharp language, worth a visit
MultiWiiV1_7
- 基于 Matlab 的积分分离 PID 控制 算法及仿真 摘 要 MATLAB 是一种集数值计算、符号运算、可视化-flying car
C#数值计算算法编程90个经典算法
- C#数值计算算法编程90个经典算法,有助于学习C#语言,和数值计算算法。