CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 数值计算算法

搜索资源列表

  1. flyMachine

    2下载:
  2. 飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-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
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17404
    • 提供者:wchen1983
  1. bin

    0下载:
  2. c#数值计算算法编程代码 包括数值计算的方方面面 与c#数值计算书配套
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:159809
    • 提供者:yhood lee
  1. 131354

    0下载:
  2. C#数值计算算法编程 代码 与c#数值计算书配套 涉及到各方面
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:261830
    • 提供者:yhood lee
  1. c#数值计算算法

    1下载:
  2. 包含最小二乘法、积分、复数计算的各种C#算法
  3. 所属分类:C#编程

    • 发布日期:2011-02-24
    • 文件大小:85634
    • 提供者:lucs860327
  1. C#数值计算算法编程周长发

    2下载:
  2. C#数值计算算法编程周长发
  3. 所属分类:C#编程

  1. CSharpAlgorithm.rar

    0下载:
  2. 用c#语言编的一些 常用数值计算算法 和一些复杂数值计算算法,C# language for use of some commonly used numerical algorithms and numerical algorithm for some complex
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:248412
    • 提供者:方鸿渐
  1. Csharpook.rar

    0下载:
  2. C#数值计算算法编程,一本相当不错的书。,C# program book,a very good book.
  3. 所属分类:CSharp

    • 发布日期:2017-05-17
    • 文件大小:4752574
    • 提供者:lqinggui
  1. CSharp_numerical_algorithm_programming

    0下载:
  2. 是《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
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:398675
    • 提供者:mliang
  1. cSharp-interpolation

    1下载:
  2. 用c#实现插值的源代码,配套书籍为《C#数值计算算法编程》-Interpolation with c# source code to achieve, and the supporting books for the " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:550163
    • 提供者:许从
  1. 1.5

    0下载:
  2. 编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件, 记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度 随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Simulation programming coins thrown from the frequency of a positive map. The assumption tha
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:8649
    • 提供者:刘烨
  1. munituihuo

    0下载:
  2. 模拟退火算法解决TSP问题,用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代,并逐步衰减t值,算法终止时的当前解即为所得近似最优解-Simulated annealing algorithm to solve the TSP problem, combined with solid-annealing simulation optimiza
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1326
    • 提供者:rain
  1. C_yuyan

    0下载:
  2. 模拟信号转换成数字形式,必须要经过量化才能实现。标量量化的方法包括均匀量化和非均匀量化两种,这两种方法都会带来精度的损失。文中探讨了模拟信源量化的最优算法,并用C语言实现了高斯信源在不同量化电平下均匀量化和非均匀量化的最优步长的数值计算。通过对计算结果进行比较,给出了非均匀量化优于均匀量化的具体结论。-Analog signals into digital form, you must go through quantification can be achieved. Scalar unifo
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:726251
    • 提供者:刘杰
  1. cSharp-numerical-integration

    0下载:
  2. 用c#实现各类数值积分的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of numerical integration, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:237240
    • 提供者:许从
  1. cSharp-complex-operation

    0下载:
  2. 用c#实现各类复数运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of complex operations, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:285308
    • 提供者:许从
  1. cSharp-matrix-operation

    0下载:
  2. 用c#实现各类矩阵运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of matrix operations, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:874588
    • 提供者:许从
  1. cSharp-nonlinear-equation

    0下载:
  2. 用c#实现各类非线性方程的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of nonlinear equations, and the supporting books for the " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1135265
    • 提供者:许从
  1. cSharp-linear-equation

    1下载:
  2. 用c#实现各类线性方程组的求解的源代码,配套书籍为《C#数值计算算法编程》-C# implementation with all kinds of linear equations to solve the source code, supporting the book as " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:1075977
    • 提供者:许从
  1. CSharMathprogram

    0下载:
  2. 《C#数值计算算法编程》的源代码,用CSharp语言编写,值得一看-" C# numerical algorithm programming," the source code, with the CSharp language, worth a visit
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4541392
    • 提供者:hegaofeng
  1. MultiWiiV1_7

    0下载:
  2. 基于 Matlab 的积分分离 PID 控制 算法及仿真 摘 要 MATLAB 是一种集数值计算、符号运算、可视化-flying car
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:5369228
    • 提供者:马浩
  1. C#数值计算算法编程90个经典算法

    2下载:
  2. C#数值计算算法编程90个经典算法,有助于学习C#语言,和数值计算算法。
  3. 所属分类:C#编程

« 12 »
搜珍网 www.dssz.com