搜索资源列表
2296_Regression
- 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
判断素数的个数
- 判断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
ptfsf
- 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
netsafe
- 爱因斯坦在20世纪初出的这个谜语。他说世界上有98%的人答不出来。某家公司在面试应聘者时借用了爱因斯坦的这个IQ题,考查应聘者的IQ,现在我们暂且不去讨论这个公司用这样的题目来考查应聘者的IQ有多“变态”,如果是你,拿到了这样的笔试题目,你能做得出来吗? 1、在一条街上,有5座房子,喷了5种颜色。 2、每个房里住着不同国籍的人 3、每个人喝不同的饮料,抽不同品牌的香烟,养不同的宠物 问题是:谁养鱼? 提示: 1、英国人住红色房子
mathematics_method
- 另带完整程序实验说明,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
lp23
- 亚定方程组求解: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
a2004122816065055[1]
- 可持续捕捞的概念意味着,如果每年通过自然死亡,捕捞和产卵繁殖补充,使得鱼群能够在每年年初捕捞开始时保持平衡不变,那么这样的捕捞策略就可以年复一年地一直持续下去,因此可持续捕捞的鱼群应该是模型(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
FileDownclient
- 一个关于下载文件客户程序的小程序,欢迎大家下载,如有问题,请和我联系。-download files on a client's computer and you are welcome to download, if there are questions, please contact me.
spline513
- 这是一个三次样条插值函数实现的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.
JacobiandGaussarithmetic
- 已经测试过,请大家不要转载,如果转载,本人不负任何责任-have been tested, please do not reproduce, if reproduced, I take no responsibility
hanio1
- 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
cyuyanjisuan
- c语言实现的一些算法:如:二分法,迭代法等-c language of some algorithm : if : dichotomy, iterative method, etc.
20070207
- (邮票问题) 设想一个国家发行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
MicrosoftWord4
- 可以看到 变步长未必会需要更长的时间 因为它是一种自适应的方式 如果某阶段情况理想的话 就会用最大步长来做 那就会很快 -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
NumericalRecipesInFortran77-90-SourceCode
- 著名的Numerical Recipes in XXX图书的Fortran版本。 如果你是从事科学计算相关的研究或是工程项目,其中肯定涉及到具体的数学算法的细节,如:排序、矩阵运算、接各种方程组等,本书中提供的程序代码可以帮你从细节中摆脱出来,专心于算法的整体实现。 本文档收录的是书中配套的程序。-famous Numerical Recipes in the book XXX Fortran version. If you are engaged in scientific compu
TriSpline
- 三次样条插值程序。编译运行本程序后,程序会弹出窗口及问句:“input the number of intervals:”,输入插值的次数即可,程序将得到的次数保存在变量int n中。如果输入的插值次数正确(n>=2),程序会显示下一语句:\"input the value of the variable:\",此时输入插值点即可,程序将得到的插值点保存在变量double v中。若插值点正确(v>=0&&v<=6),则程序将输出插值结果。-cubic spline interp
Ebak13
- 物流管理系统,相当好用,大家可以试试,如果喜欢我再写-logistics management system, quite handy, we can try, if I write like
softhy146b
- 物流管理系统,相当好用,大家可以试试,如果喜欢我再写-logistics management system, quite handy, we can try, if I write like
wloa
- 物流管理系统,相当好用,大家可以试试,如果喜欢我再写-logistics management system, quite handy, we can try, if I write like
Nonlinear-IF-Estimation-
- 非线性瞬时频率估计,基于PWVD,使用改进的ICI法则。-Nonlinear IF Estimation Based on the Pseudo WVD Adapted Using the Improved Sliding Pairwise ICI Rule