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

搜索资源列表

  1. 2296_Regression

    0下载:
  2. Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class ha
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5kb
    • 提供者:qiao
  1. 判断素数的个数

    0下载:
  2. 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,       则表明此数不是素数,反之是素数。 -judgment 101-200 between the number of primes, and the export of all prime numbers. 1. Program Analysis : judgment in several ways : with a few were t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.89kb
    • 提供者:小倪
  1. ptfsf

    0下载:
  2. The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:27kb
    • 提供者:吴婷
  1. netsafe

    0下载:
  2. 爱因斯坦在20世纪初出的这个谜语。他说世界上有98%的人答不出来。某家公司在面试应聘者时借用了爱因斯坦的这个IQ题,考查应聘者的IQ,现在我们暂且不去讨论这个公司用这样的题目来考查应聘者的IQ有多“变态”,如果是你,拿到了这样的笔试题目,你能做得出来吗?   1、在一条街上,有5座房子,喷了5种颜色。   2、每个房里住着不同国籍的人   3、每个人喝不同的饮料,抽不同品牌的香烟,养不同的宠物   问题是:谁养鱼?   提示:   1、英国人住红色房子  
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13.97kb
    • 提供者:李东
  1. mathematics_method

    0下载:
  2. 另带完整程序实验说明,C语言,是一种最优化方法,可演变为多目标非线性规划。若要其它程序,请与13709828698,李英楠联系。-other experimental procedures with integrity Note C language, is the most optimal way, could evolve into a multi-purpose nonlinear planning. If other programs, please 13709828698, Li Yi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:46.72kb
    • 提供者:李英楠
  1. lp23

    0下载:
  2. 亚定方程组求解:If serial correlation is found, you may have misspecified your model and should return to your theory for a better representation of the data generating process. This possibility is quite likely and should be taken seriously.-Asian fixed
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:633.09kb
    • 提供者:陈小渊
  1. a2004122816065055[1]

    0下载:
  2. 可持续捕捞的概念意味着,如果每年通过自然死亡,捕捞和产卵繁殖补充,使得鱼群能够在每年年初捕捞开始时保持平衡不变,那么这样的捕捞策略就可以年复一年地一直持续下去,因此可持续捕捞的鱼群应该是模型(6)(7)(8)的平衡解,即模型不依赖于时间的-the concept of sustainable fishing, and if each year through natural causes, fishing and breed added, fish can be made in the begi
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 一个关于下载文件客户程序的小程序,欢迎大家下载,如有问题,请和我联系。-download files on a client's computer and you are welcome to download, if there are questions, please contact me.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:179.8kb
    • 提供者:wutong
  1. spline513

    0下载:
  2. 这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:宋亚平
  1. JacobiandGaussarithmetic

    0下载:
  2. 已经测试过,请大家不要转载,如果转载,本人不负任何责任-have been tested, please do not reproduce, if reproduced, I take no responsibility
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.37kb
    • 提供者:李霞
  1. hanio1

    0下载:
  2. 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:孙益
  1. cyuyanjisuan

    0下载:
  2. c语言实现的一些算法:如:二分法,迭代法等-c language of some algorithm : if : dichotomy, iterative method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8.19kb
    • 提供者:贾毅
  1. 20070207

    0下载:
  2. (邮票问题) 设想一个国家发行n种不同面值的邮票,并假定每封信上至多只允许贴m张邮票。对于给定的m和n值,写一个算法求出从邮资1开始在增量为1的情况下可能获得的邮资值的最大连续区域以及获得此区域的各种可能面值的组合。例如:对于n=4和m=5,若有面值为(1,4,12,21)的四种邮票,则邮资最大连续区域为1到71。还有其他面值的四种邮票可组合成同样大小的区域吗-(Stamps) envisaged a national issue of n different denominations o
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:273.95kb
    • 提供者:mingming
  1. MicrosoftWord4

    0下载:
  2. 可以看到 变步长未必会需要更长的时间 因为它是一种自适应的方式 如果某阶段情况理想的话 就会用最大步长来做 那就会很快 -can see variable step may not need a longer period of time because it is an adaptive way if a certain phase of the the ideal would be the greatest step will be to do it quickly
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.71kb
    • 提供者:王正刚
  1. NumericalRecipesInFortran77-90-SourceCode

    0下载:
  2. 著名的Numerical Recipes in XXX图书的Fortran版本。 如果你是从事科学计算相关的研究或是工程项目,其中肯定涉及到具体的数学算法的细节,如:排序、矩阵运算、接各种方程组等,本书中提供的程序代码可以帮你从细节中摆脱出来,专心于算法的整体实现。 本文档收录的是书中配套的程序。-famous Numerical Recipes in the book XXX Fortran version. If you are engaged in scientific compu
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:642.25kb
    • 提供者:杨愚根
  1. TriSpline

    0下载:
  2. 三次样条插值程序。编译运行本程序后,程序会弹出窗口及问句:“input the number of intervals:”,输入插值的次数即可,程序将得到的次数保存在变量int n中。如果输入的插值次数正确(n>=2),程序会显示下一语句:\"input the value of the variable:\",此时输入插值点即可,程序将得到的插值点保存在变量double v中。若插值点正确(v>=0&&v<=6),则程序将输出插值结果。-cubic spline interp
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:274.56kb
    • 提供者:唐新猛
  1. Ebak13

    0下载:
  2. 物流管理系统,相当好用,大家可以试试,如果喜欢我再写-logistics management system, quite handy, we can try, if I write like
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:196.85kb
    • 提供者:blueatre
  1. softhy146b

    0下载:
  2. 物流管理系统,相当好用,大家可以试试,如果喜欢我再写-logistics management system, quite handy, we can try, if I write like
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:689.59kb
    • 提供者:blueatre
  1. wloa

    0下载:
  2. 物流管理系统,相当好用,大家可以试试,如果喜欢我再写-logistics management system, quite handy, we can try, if I write like
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.14mb
    • 提供者:blueatre
  1. Nonlinear-IF-Estimation-

    0下载:
  2. 非线性瞬时频率估计,基于PWVD,使用改进的ICI法则。-Nonlinear IF Estimation Based on the Pseudo WVD Adapted Using the Improved Sliding Pairwise ICI Rule
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:154.53kb
    • 提供者:pistils
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com