CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .77 .78 .79 .80 .81 27682.83 .84 .85 .86 .87 ... 28275 »
  1. shuzhifenxi

    0下载:
  2. 求N次拉格朗日插值函数的函数值 二、 实验目的及要求 试验目的为求二次插值函数。 试验要求为由键盘输入N+1个节点内容,并计算二次插值函数。 四、 算法描述 输入N个节点(如:)。并求N个节点的相应的Y值。在用循环语句求插值基函数L(x),计算公式为:L(x)=(x-x[0])……(x-x[i-1])*(x-x[I+1])….(x-x[n])/(x[i]-x[0])….(x[i]-x[i-1]*(x[i]-x[i+1])…(x[i]-x[n]) 再用二次插值函数的公式F(X
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:6.11kb
    • 提供者:wurile
  1. Solving_equations

    0下载:
  2. 本压缩包包括了数值分析中求解线性方程组的各种程序,包括:顺序Gauss消去法、列主元顺序Gauss消去法、Doolittle三角分解法、选主元的Doolittle分解法、带状三角分解法以及优化的带状三角分解法。-The compressed package includes various procedures for solving linear equations in numerical analysis, including: the Sequence Gauss Elimination
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:3.4kb
    • 提供者:李贺
  1. ATM

    0下载:
  2. ATM柜员机模仿。C语言版难度一般,适合初级学者,但算法有意思。-ATM ATM imitation. C language version of the general degree of difficulty, suitable for junior scholars, but the algorithm is interesting.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:9.35kb
    • 提供者:小东
  1. PairsTrading_FEX

    0下载:
  2. 用Matlab实现古典双贸易源代码-Classical Pairs Trading -his function performs the classical pairs trading framework in a given set of prices
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:115.31kb
    • 提供者:he si
  1. LabVIEWbaobiao

    0下载:
  2. 本Demo演示的是如何利用报表生成工具包中的工具实现报表的产生。能够实现Word, Excel, Html报表。-This Demo shows how to use Report Builder is the tool kit of tools to achieve the production report. Can be achieved Word, Excel, Html reports.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1.75mb
    • 提供者:天天一天天
  1. LabVIEWfangzhenppt

    0下载:
  2. 本Demo演示了使用LabVIEW仿真一个PPT演示和采用ActiveX技术生成一个Microsoft PPT讲稿的具体实例-The Demo demonstrates the use of LabVIEW simulation of a PPT presentation and use ActiveX technology to generate a specific instance of Microsoft PPT scr ipt
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-14
    • 文件大小:3.25mb
    • 提供者:天天一天天
  1. LabVIEWjiemian

    0下载:
  2. LabVIEW凭借其强大的图形化编程功能以及丰富的内置函数受到广大的测试、自动化工程师的青睐。随着测试项目的日趋多样化,工程师们对于测试界面的要求也越来越高,因此本演示程序主要通过实际的例子给大家在界面设计方面给予一些启示,希望起到抛砖引玉的效果。-With its powerful LabVIEW graphical programming capabilities and a rich built-in functions by the majority of the testing, au
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-02
    • 文件大小:13.71mb
    • 提供者:天天一天天
  1. LabVIEWqixiang

    0下载:
  2. 本Demo为模拟现实中分布式气象站和气象数据中心的功能,在程序中使用了Weather data.vi来产生分布式数据,通过datasocket将仿真数据发送至主程序Weather_station_main.vi进行实时显示和存储。-The Demo to simulate real life distributed weather stations and meteorological data center functions in the program used to generate W
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-14
    • 文件大小:2.94mb
    • 提供者:天天一天天
  1. superbee

    0下载:
  2. Superbee 是一种比较有效的限制函数,也是一种振动抑制函数。-Application of Superbee Mod function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1.46kb
    • 提供者:guoshaogang
  1. flair

    0下载:
  2. flair 限制函数,是有限体积法中非常常用的一种限制函数。-Application of flair mod function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2.89kb
    • 提供者:guoshaogang
  1. Jacobianpihole

    0下载:
  2. 求解像机成像针孔方程,Jacobi雅克比阵与最小二乘法-solving the pin hole equation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2.54kb
    • 提供者:guoshaogang
  1. Basic_Steganography

    0下载:
  2. 夹带算法不知道大家有没有听说过,就是在一个外表正常的文件,例如一个Word文档或者Jpg图片中夹带一些加密信息,只有夹带软件本身才可以放置和读取这些信息。这个是一个实现这种算法的源程序,支持夹带的信息加密,推荐下载。-Entrainment algorithm does not know if you are not heard, that is, an appearance of normal documents, such as a Word document or a Jpg pictur
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:72.61kb
    • 提供者:298
« 1 2 ... .77 .78 .79 .80 .81 27682.83 .84 .85 .86 .87 ... 28275 »
搜珍网 www.dssz.com