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

搜索资源列表

  1. MATLABY调用

    0下载:
  2. matlab调用的包,api函数接口-Matlab calling package, api interface function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:44552
    • 提供者:zhz
  1. suanshubiaodashideshixian

    0下载:
  2. 算术表达式的求值 操作结果: 从第1个顶点起,按广度优先非递归遍历图G,并对每个顶点调用函数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2868
    • 提供者:honhyi
  1. pinv

    1下载:
  2. //奇异值分解法求广义逆 //本函数返回值小于0表示在奇异值分解过程, //中迭代值超过了60次还未满足精度要求. //返回值大于0表示正常返回。 //a-长度为m*n的数组,返回时其对角线依次给出奇异值,其余元素为0 //m-矩阵的行数 //n-矩阵的列数 //aa-长度为n*m的数组,返回式存放A的广义逆 //eps-精度要求 //u-长度为m*m的数组,返回时存放奇异值分解的左奇异量U //v-长度为n*n的数组,返回时存放奇异值分解的左奇异量
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3556
    • 提供者:钟钟
  1. chap04

    0下载:
  2. ch4_1_1:矩形连续函数的傅立叶变换(§4.1.1) ch4_1_2:构建一个矩形函数(§4.1.2) ch4_1_3:对f进行二维快速傅立叶变换(§4.1.2) ch4_1_4:对f进行补零(区域大小为256×256),而后进行二维快速傅立叶变换(§4.1.2) ch4_1_5:使变换结果的零频率分量位于中心,调用函数fftshift(§4.1.2) -ch4_1_1: rectangular continuous function of the Fourier tra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3879
    • 提供者:汤跃峰
  1. qipanfugaiwenti

    0下载:
  2. 特殊棋盘覆盖问题,主要是熟悉递归调用过程,把一个大问题转换为若干个相似的小问题,从而递归调用函数解决。-Special board covering problem is familiar with the process of recursive call into a big problem is converted to a small number of similar problems in order to solve the recursive call function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:982
    • 提供者:chenjuan
  1. Nonlinear_equations

    0下载:
  2. 本工具箱包含非线性方程组求解的程序代码,通过调用函数可求解相关方程的数值解,适合MATLAB初学者调试-This kit contains the nonlinear equations of the program code, by calling the function can be related equation for solving the numerical solution, suitable for beginners debug MATLAB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:12641
    • 提供者:zhangnijin
  1. 2

    0下载:
  2. 函数ReadDat( )实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中;请编制函数StrOR( ),其函数的功能是:以行为单位依次把字符串中所有小写字母o左边的字符串内容移到该串的右边存放,然后把小写字母o删除,余下的字符串内容移到已处理字符串的左边存放,之后把已处理的字符串仍按行重新存入字符串数组xx中。最后main()函数调用函数WriteDat()把结果xx输出到文件OUT5.DAT中。-Function ReadDat () implementation from the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:936
    • 提供者:房飞洒
  1. 3

    0下载:
  2. 函数ReadDat()实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中,请编制函数StrOL(),其函数的功能是:以行为单位对行中以空格或标点符号为分隔的所有单词进行倒排。最后把已处理的字符串(应不含标点符号)仍按行重新存入字符串数组xx中,最后调用函数writeDat()把结果xx输出到文件OUT6.DAT中。-Function ReadDat () to read from a file IN.DAT an article in English into the string
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1367
    • 提供者:房飞洒
  1. 4

    0下载:
  2. 已知在文件IN.DAT中存有100个产品销售记录,每个产品销售记录由产品代码dm(字符型4位),产品名称mc(字符型10位),单价dj(整型),数量sl(整型),金额je(长整型)五部分组成。其中:金额=单价*数量计算得出。函数ReadDat()是读取这100个销售记录并存入结构数组sell中。请编制函数SortDat(),其功能要求: 按产品名称从小到大进行排列,若产品名称相等,则按金额从小到大进行排列,最终排列结果仍存入结构数组sell中,最后调用函数WriteDat()把结果输出
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:699
    • 提供者:房飞洒
  1. 5

    0下载:
  2. 函数ReadDat()实现从文件ENG.IN中读取一篇英文文章,存入到字符串数组xx中;请编制函数encryptChar(),按给定的替代关系对数组xx中的所有字符进行替代,仍存入数组xx的对应的位置上,最后调用函数WriteDat()把结果xx输出到文件PS2.DAT中。   替代关系:f(p)=p*13 mod 256(p是数组中某一个字符的ASCII值,f(p)是计算后新字符的ASCII值),如果计算后f(p)值小于等于32或其ASCII值是偶数,则该字符不变,否则将f(p)所对
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:684
    • 提供者:房飞洒
  1. FOR

    0下载:
  2. 水蒸汽热力性质计算函数,直接调用函数名进行计算即可。-Evaluate the function of water vapor thermodynamic properties, calculated directly。
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:12142
    • 提供者:董忠璇
  1. zy1.1

    0下载:
  2. 求水仙花数,程序利用了调用函数的方法求解水仙花数-Number of seeking daffodils
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:519
    • 提供者:lisa
  1. SDAFGDFHFDG

    0下载:
  2. 题目:编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数     1/1+1/3+...+1/n(利用指针函数) 1.程序分析: 2.程序源代码:-Topic: write a function, input n is even, a function call for 1/2+ 1/4+...+ 1/n, when the input n an odd number, a function call 1/1+ 1/3+...+ 1
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2482
    • 提供者:崔嬴
  1. 6

    0下载:
  2. 编写一个函数,输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数1/1+1/3+...+1/n(利用指针函数)。 -Write a function, the input n is even, the call function evaluation 1/2+1/4+...+ 1/n, when the input n is odd, call the function 1/1+1/3+...+ 1/n (using the pointer function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:2277
    • 提供者:李婕
  1. Desktop

    0下载:
  2. 对于所给的数据进行了相关的拟合,调用函数进行从大范围到小范围的拟合。实现了高效率的拟合-For a given data fitting, call the function from a wide range of small-scale fitting. Efficient fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:1789
    • 提供者:李杰
  1. kde2d

    0下载:
  2. 二维正态分布的检验函数,如果需要进行二维正态分布的检验,在你的程序运行前运行此程序,就可直接调用函数功能。-Dimensional normal distribution test function, if you need a two-dimensional normal distribution test, run your program before you run this program, you can directly call the function function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2895
    • 提供者:d
  1. mymima

    0下载:
  2. 一个椭圆密码加密解密测试,用户可以直接调用函数就可以加到自己的工程中,方便不用自己写那些函数代码-An oval password encryption and decryption test, users can directly call the function can be applied to their own projects, to facilitate those functions do not write their own code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3795963
    • 提供者:Mr.lu
  1. multilinearregression

    0下载:
  2. 用Matlab实现各种分析算法,可以编程实现,有些也可以直接调用函数命令、运用Matlab自带工具箱即可。各种分析方法中所用程序写成M文件,可直接运行。程序中具体计算均有说明。该文件夹下面的几个M文件,分别是针对一元、多元回归分析编制的。各位读者运行这些程序就可以进一步了解它们的用途。-Using Matlab to achieve a variety of analysis algorithms, programming, and some can also call the function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4567
    • 提供者:suqiao
  1. 优化算法测试函数集合

    2下载:
  2. 可用于测试优化函数的性能,里面的测试函数可以直接调用,正确无误(Can be used to test the performance of the optimization function, the test function can be called directly)
  3. 所属分类:数学计算

  1. svc

    0下载:
  2. 支持向量机中,若使用特征映射将样本点映射到特征空间,则需使用核函数,该程序为调用的核函数(In support vector machine,we might use kernel function to obtian a more flexible classication)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:2048
    • 提供者:freedom_sjq
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com