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

搜索资源列表

  1. Interpreter and libraries

    0下载:
  2. Haskell编译器和库 Haskell是一种广谱语言,适合各种应用。他尤其适合需要高度可修改和维护的程序。大多数软件产品的生命期主要花费在规范,设计和维护而不是编程。函数式语言能很好的写能够真正执行(也可以测试和调试)的规范,该规范也就是最终程序的第一个原型。 -Haskell compiler and libraries Haskell is a broad-spectrum language, suitable for a variety of applications. In p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4mb
    • 提供者:鲍军波
  1. model2

    0下载:
  2. 屋檐的水槽 问题的背景 最优配料问题 摘要 20世纪以来,科学技术得到了飞速发展,数学也在这个发展过程中发挥了它不可替代的作用,同时它自身也得到了空前的发展。由于计算机的迅速发展和普及,大大增强了数学解决现实问题的能力。 我们经常使用模型的思想来认识世界和改造世界,这里的模型是针对原型而言的。模型是人们为一定的目的而对原型进行的一种抽象。而数学模型并不是一个新生事物,很久以来它就伴随在我们身边,可以说有了数学并且要用数学去解决实际问题时就一定要使用数学语言、方法去近似的刻画这
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13.99kb
    • 提供者:浪子
  1. TaskOrder

    0下载:
  2. 用VBA在Excel中实现的数据生成与分析程序 问题类别:任务调度 问题原型:N个任务,每个任务都有起始时间、结束时间和利润值,同一时间只能自行一个任务 功能:规定时间段内的利润最大化问题,并给出任务执行次序。-Using VBA in Excel to achieve the data generation and analysis procedure categories: task scheduling problem prototype: N task, each task
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:13.72kb
    • 提供者:tedachun
  1. kalman_intro_chinese

    0下载:
  2. 卡尔曼滤波器介绍 包括概率原型,离散算法-Kalman filter is introduced, including probability prototype is presented
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:399.92kb
    • 提供者:天堂
  1. filter

    0下载:
  2. 可计算生成巴特沃斯、切比雪夫原型滤波器,转换为数字滤波器,并可直接进行滤波-Computable generating Butterworth, Chebyshev prototype filter, is converted to digital filters, can be directly filtered
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:2.9kb
    • 提供者:Mayf
  1. a

    0下载:
  2. 编写具有如下函数原型的非递归两种函数f,负责判断数组a的前n个元素是否从大到小完全有序了,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool f(int a[], int n) 提示: 非递归函数中只需逐对地判断各a[i]与a[i+1]是否都已从大到小有序排列(i = 0,1,…,n-2)。-Prepared with the following function prototype of two non-recursive fun
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:868.13kb
    • 提供者:班友杰
  1. _fsimpfun@20_RK4fun@28

    0下载:
  2. 在vb/vc中调用mathlualib.dll中的自定义API计算一些泛函的值,如计算定积分∫[a->b]f(x)dx,计算数项级数∑[n=1->100]f(n)≈∑[n=1->+∞]f(n),计算函数项级数∑[n=1->100]f(n,x)≈∑[n=1->+∞]f(n,x),计算一阶ODEy =fsxy(x,y),y(x_0)=y_0中的y(x),……泛函的自变量在Lua文件里面输入。注意:请不要改变Lua中的函数名fun(x),fan(n),fsx(x),fan
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:177.82kb
    • 提供者:hanxiaohua
  1. 2

    0下载:
  2. 掌握二叉树的链式和顺序存储结构,利用队列对二叉树进行运算。 二、实验内容: 1) 编写函数creatbt,其功能是将一维数组方式存储的二 叉树转化为链式存储的二叉树,返回root指针。 2) 编写函数freebt,其功能是释放二叉树链表节点的存储 空间。函数原型为:void freebt (TNODE * root) 3) 编写函数实现前序、中序和后序遍历; -Master chain and sequential storage structure of the binar
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:1.19kb
    • 提供者:me20082010
  1. delete0

    0下载:
  2. 消除txt数据文件中空行批处理小程序,需要txt原型数据文件,然后可以将所有的字符行消除,空行消除。-Eliminate txt data files hollow line batch applet, you need to file txt prototype data, and then you can eliminate all the character lines, blank lines to eliminate.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:898byte
    • 提供者:筒子楼
  1. K_means

    0下载:
  2. k均值算法实现聚类,利用数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则-k-means clustering algorithm, the use of the data points to the prototype of a distance as the objective function of optimization, the use of function extremum iteration adjustment rules
  3. 所属分类:Algorithm

    • 发布日期:2017-11-29
    • 文件大小:198.47kb
    • 提供者:zhujiiang
  1. shiyan

    0下载:
  2. 用蒙特卡洛方法建模并分析二进制频移键控信号在传输过程中的错误率分析-Puzzles program, hundreds of broken images can be spliced into a prototype, can for your reference with the monte carlo method for modeling and analysis of binary frequency shift keying signal analysis in the process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.8kb
    • 提供者:李冰林
  1. Crashworthiness-of-an-electric-prototype-vehicle-

    0下载:
  2. The Shell Eco-marathon (SEM) is a challenge for student teams to develop energy-efficient vehicles and demonstrate the fuel efficiency of their prototypes. In Europe, this takes place at the Lausitz Ring in Germany.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:789.91kb
    • 提供者:Tianma
搜珍网 www.dssz.com