搜索资源列表
线性表存储的超松弛迭代程序
- 用fortran语言编写的程序,在该系统下可以直接运行。希望大家多多提意见。-using FORTRAN language prepared by the procedure, the system can be run directly. We hope that more criticism.
zhuanhuan
- 使用C语言编写程序,对输入的进制数,按照需求,进行数制转换后输出
dongtaiguihua
- 设平面上有一个m´ n的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+¥ ),向右行进的代价是bij(bin =+¥ )。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。用高级程序设计语言编写程序求解动态规划模型。
利用IDl 编写的一元线性回归程序
- 利用IDl 编写的一元线性回归程序,其中利用了矩阵来求解线性回归的系数,具有很好的参考价值
robbit
- 设有一个数列,包含10个数,已按升序排好。现要求编写程序,把从指定位置开始的n个数按逆序重新排列并输出新的完整数列。进行逆处理时要求使用指针方法。试编程。 (例如原数列为2,4,6,8,10,12,14,16,18,20,若要求把从第4个数开始的5个数按逆序重新排列,则得到新数列为2,4,6,16,14,12,10,8,18,20)。
算法程序集
- 编排万年日历,学习多个函数的编写及调用,提高综合测算能力。-scheduling calendar years, learning various functions and the preparation of call, to increase the overall capacity calculations.
自然对流LBM程序
- 用LBM算法编写的自然对流小程序,两端温差造成自然对流,编程语言为Visual C++
Python编写的一个简易有限元计算软件
- 自己写的一个课程设计程序。计算一个受两个力的桁架系统的拉/压杆内应力值。应用Python 2.6.1
颗粒离散元模型代码
- 颗粒离散元模型代码 Fortran90 编写
利用c语言编写的最速下降法程序
- 利用c语言编写的最速下降法程序,其中包括利用进退法和0.618法进行的一维搜索,Use c language steepest descent method procedures, including the use of advance and retreat method and 0.618 for one-dimensional search
shidao 石岛潮汐程序 fortran编写
- 石岛潮汐程序 fortran编写 很有用啊-shidao tide
fftpack.fortran程序编写的傅里叶变换工具
- 一个用fortran程序编写的傅里叶变换工具,小巧适用,包括源代码,算例和算例输出。,Using a Fourier transform fortran programming tools, small application, including source code, example and example output.
0.618andFibnacci.rar
- 0.618法和费波南希发的程序设计,适合于最优化的编写程序设计,在最优化当中常用到。,0.618 and charges issued by波南希programming, suitable for optimizing the procedure to prepare the design, in the most commonly used to optimize them.
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
C++程序用类来实现矩阵
- 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组; 输入,可以从cin中输入矩阵元素; 输出,将矩阵格式化输出到cout; 矩阵相加的
3
- 给出一个正方形图案和它的变换图案,称为图案变换对。编写程序,求图案变换对之间的最小变换。图案是由黑白两种小方块构成的。-Give a square design and its transformation patterns, called the design change right. Programming, and changing patterns of change among the smallest. Black and white pattern is composed of
fem
- fortran编写的空间8节点等参有限元程序。-fortran write the space 8 nodes isoparametric finite element program.
sushu
- 使用Eratosthenes算法编写程序,求20000以内的素数,每隔500为一个测试点,每个测试点计算五次,记录每次的运行时间求平均值,结合计算机硬件配置以及运行时间随数据规模的增大的变化情况分析计算机性能。-To write programs using the Eratosthenes algorithm, find the prime numbers less than 20,000, every 500 to a test point, the calculation for each
we
- 100元买100只鸡,其中公鸡5元1只,母鸡3元1只,小鸡1元3只,要求每种鸡至少有1只,要求编写程序统计并输出所有购买方案。-100 yuan to buy 100 chickens, of which 5 yuan a rooster, hen 3 per 1, chicken 1 per 3 to require at least one of each chicken, statistics and programming required to purchase the output
maxgcd2
- C++语言中编写一个程序求出最小公约数,分享下-failed to translate