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

资源列表

« 1 2 ... .38 .39 .40 .41 .42 11843.44 .45 .46 .47 .48 ... 28278 »
  1. matlab-drawing

    0下载:
  2. 介绍matlab的各种作图命令,及一些相关的典型的作图实例,对初学者有很大的帮助-Introduced a variety of mapping matlab command, and some examples related to the typical plot, a great help for beginners
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:566.49kb
    • 提供者:wanghui
  1. ScienceEngineeringNumericalAlgorithm

    1下载:
  2. 科学与工程数值算法〔Visual C++版〕 本书介绍了在科学与工程实际工作中常用的数值计算算法的原理和Visual C++编程方法。本书分为7章,前6章分别讨论了复数运算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、插值和数值积分等的面向对象编程方法,涉及使用频率非常高的近90个基本算法,按功能设计成了6类。第7章将这些算法类集成到一个静态库和一个动态库中,可以直接使用。每章节都用Visual C++程序示例了算法和算法库的调用方式。 本书适合涉及科学与工程数值计算工作
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-27
    • 文件大小:9.33mb
    • 提供者:周善人
  1. phase-array-beamforming-for-MATLAB

    3下载:
  2. 相控阵列天线方向图的matlab实现,来自学报-Phased array antenna pattern matlab realize, from University
  3. 所属分类:matlab例程

    • 发布日期:2014-01-13
    • 文件大小:214.01kb
    • 提供者:tian
  1. bpskmod

    0下载:
  2. 解释详细的bpsk调制,适用于初学者,简单易懂-A more detailed explanation of bpsk modulation, for beginners, easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:726byte
    • 提供者:lovelymeng
  1. test

    0下载:
  2. GMM的matalab实现,通过对多个语种进行训练,然后得出每个语种的GMM模型,最终用于语种识别-GMM' s matalab achieved through training of more than one language, then come to the GMM model for each language, and ultimately for identifying languages
  3. 所属分类:matlab

    • 发布日期:2017-06-15
    • 文件大小:22.29mb
    • 提供者:wuji
  1. prog1

    0下载:
  2. 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:562byte
    • 提供者:储谢东
  1. Modeling-Biological-Systems

    0下载:
  2. 生物模型实验,可以模拟各种生物过程,可以修改期中的程序 根据具体应用-Modeling Biological Systems Principles and Applications code
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-05-11
    • 文件大小:2.85mb
    • 提供者:steven
  1. mass

    0下载:
  2. 本代码是关于活性碳吸附储氢的质量流率,才用C语言编写。-The code is on the activated carbon mass flow rate of hydrogen, only the C language.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:4.35kb
    • 提供者:宋丙菊
  1. 49

    0下载:
  2. 给定程序MODI1.C中函数fun的功能是:计算s所指字符串中含有t所知字符串的数目,并作为函数值返回。 请改正函数fun中指定部位的错误,使它能得出正确的结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构! -MODI1.C in a given program function is a function fun: Calculation s t know referred to a string containing the number of strin
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-12-22
    • 文件大小:1kb
    • 提供者:储谢东
  1. 49.1

    0下载:
  2. 编写函数fun,函数的功能是:根据以下公式计算s,计算结果作为函数值返回;n通过形参传入。 s=1 + 1/(1+2) + 1/(1+2+3) +... + 1/(1+2+...+n) -Write a function fun, function is the function: according to the following formula s, calculated as a function return value n passing through the param
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1.08kb
    • 提供者:储谢东
  1. adsorption

    0下载:
  2. 本代码是关与活性吸附储氢的吸附,质量源项,能量源项。-This code is off and active adsorption of hydrogen adsorption, the quality of the source term, the energy source term.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:5.12kb
    • 提供者:宋丙菊
  1. 47

    0下载:
  2. 假定输入的字符串中只包含字母和*号。请编写函数fun,它的功能是:删除字符串中所有的*号。在编写程序时,不得使用C语言提供的字符串函数。 例如,字符串的内容为:****A*BC*DEF*G*******,删除后,字符串的-Assume that the input string contains only letters and asterisk. Please write the function fun, it' s function is to: remove all the*
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.07kb
    • 提供者:储谢东
« 1 2 ... .38 .39 .40 .41 .42 11843.44 .45 .46 .47 .48 ... 28278 »
搜珍网 www.dssz.com