搜索资源列表
ICCG
- 下面是用 Fortran 90 语言编制、在Fortran PowerStation 4.0 集成开发环境下运行的ICCG法计算机程序,该程序也同样适合于在Visual Fortran 6.5环境下运行,不需要改动。其算法参见5.2.2、5.2.3。-The following is compiled with the Fortran 90 language, the Fortran PowerStation 4.0 integrated development environment runn
2
- Fortran 90 and HPF Programs Related to the Book
hompack90.tar
- ! 2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear 3 ! systems of equations by homotopy methods. There are subroutines for 4 ! fixed point, zero finding, and general homotopy curve tracking problems, 5 ! utilizing
Matrix2
- 用class实现矩阵旋转及翻转, 将结果显示. 要求: 1)输入矩阵的行数和列数, 显示原始矩阵 2)输入要旋转的度数, 如90, 180, 270, 显示旋转后的结果 3)输入翻转的方向, 垂直或水平, 显示翻转后的结果-Input reverse direction, vertical or horizontal, flipping the results after
Matrix
- 矩阵旋转及翻转, 将结果显示. 要求: 1)输入矩阵的行数和列数, 显示原始矩阵 2)输入要旋转的度数, 如90, 180, 270, 显示旋转后的结果 3)输入翻转的方向, 垂直或水平, 显示翻转后的结果-Input reverse direction, vertical or horizontal, flipping the results after
c-source-code
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-The prime factors of a positive integer factorization. For example: Enter 90 to print out 90 = 2* 3* 3* 5.
test1
- 假设有两种微生物 X 和 Y X出生后每隔3分钟分裂一次(数目加倍),Y出生后每隔2分钟分裂一次(数目加倍)。 一个新出生的X,半分钟之后吃掉1个Y,并且,从此开始,每隔1分钟吃1个Y。 现在已知有新出生的 X=10, Y=89,求60分钟后Y的数目。 如果X=10,Y=90 呢? 本题的要求就是写出这两种初始条件下,60分钟后Y的数目。-Suppose of two microbial X and YX split time (dou
8-classical-algorithm-c-language
- 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+
CTRL02
- Triangles can be classified according to the relative lengths of their sides: In an equilateral triangle all sides have the same length. An equilateral triangle is also a regular polygon with all angles measuring 60°.[1] In an isosceles triangle,
zz2
- (1)顺序存储结构的实现。 列如,已知: f(x)=8x^6+5x^5-10x^4+32x^2-x+10,g(x)=7x^5+10x^4-20x^3-10x^2+x, 求和结果:f(x)+g(x)=8x^6+12x^5-20x^3+22x^2+10。 顺序表数据类型定义如下: #define MAXLEN 100 typedef struct { int data[MAXLEN] int last }SeqList (2)链式存储结构
decompose-the-Positive
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-decompose the Positive
MNTH_TSP
- 1. 本程序使用模拟退火算法解决TSP问题 a) 初始温度确定方法 选取任意状态为初始状态。以1为起始温度,不断升温,直到模拟所得接受概率大于90 ; b) 温度下降 温度下降系数为 0.95; c) 每一温度迭代 选取固定迭代次数 100 * n; d) 终止条件 温度下降次数到达 800,或某一温度下解不发生改变; 2. 本机运行及编译环境 win7 旗舰版 SP1 MINGW g++ 4.8.1 -Simu
numerical_recipes_in_fortran_90
- Numerical Recipes in Fortran 90-The Art of Scientific Computing-Vol 2-Second Edition
