搜索资源列表
800PI
- 只用几行代码就可以, 算出800位的圆周率, 很是神奇-only a few lines of code can calculate the circumference 800 rate is very magical
adsdCalPi
- 一种求PI值的诡异算法 可以很快求到800位嗷
MSLS
- (1)Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用 计算输出数据 ;用原输出数据 计算 ,用递推最小二乘方法分别对系统参数和模型参数进行估计。 (2)M.dat,wnoise1.dat分别为M和白噪声序列。Wnoise1.dat的长度为700,wnoise2.dat的长度为1000。Msls6.c为N=600的程序,Msls8.c为N=800的程序。 (3)程序运行后,生成的两个h文件为产生的脉冲响应函数。Msls6.dat为msls6.c的参数估计结果,ms
numericalmethodsofintegration.
- 数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3 x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算,Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming languag
caculate222
- 说明:C语言课程设计作品功能:仿Windows的自带计算器环境:DOS大小:800多行特色:图形界面,支持鼠标,算法稍有复杂 -Descr iption: C language curriculum design works features: imitation of its own Windows Calculator Environment: DOS Size: 800 multi-line features: a graphical interface to support the mo
3
- 809*??=800*??+9*??+1 其中??代表的两位数,8*??的结果为两位数,9*??的结果为3位数。求??代表的两位数,及809*??后的结果。-809*?? = 800*??+9*??+1 Where?? Representative of double-digit, 8*?? The results of double-digit, 9*?? The result is 3 digits. Requirements?? Representatives of double-digi
pi
- 几行极短的代码程式就可算出pi值小数点后800位,神一样的程序-800 after a few lines of a very short code program can calculate the value of pi decimal point, God-like program
armadillo-3.800.2.tar
- 强大的矩阵库,很好用。内部还有使用说明书和代码例子-Powerful matrix library, is useful. There are internal instructions and code examples
discrete-Fourier-transform
- 离散傅里叶变换,800多行的fortran语言程序,希望有用。-discrete Fourier transform
MNTH_TSP
- 1. 本程序使用模拟退火算法解决TSP问题 a) 初始温度确定方法 选取任意状态为初始状态。以1为起始温度,不断升温,直到模拟所得接受概率大于90 ; b) 温度下降 温度下降系数为 0.95; c) 每一温度迭代 选取固定迭代次数 100 * n; d) 终止条件 温度下降次数到达 800,或某一温度下解不发生改变; 2. 本机运行及编译环境 win7 旗舰版 SP1 MINGW g++ 4.8.1 -Simu