搜索资源列表
v1-htm01
- 3n+1的算法 acm程序设计大赛的练习题目-3n algorithm acm a program design contest entitled to practice
FullBNT
- 贝叶斯matlab程序算法,给出了大量练习数据和实验方法以及结果分析。
高精度整数运算
- 练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,
CCA
- 气象常用程序CCA程序,包含了fortran程序及练习所使用的数据-Common procedures of Meteorological CCA process, including the fortran program and the data used to practice
root-program-design-
- 基于牛顿迭代算法——拉尔夫根程序设计,这是我们导师要求我们做的一个练习,利用DSP实现的开放运算。要用最少的资源实现迭代开放算法。-Based on Newton s iteration algorithm- Ralph the root program design
HomLab10_Release
- 多项式同伦延拓的matlab工具箱以及练习程序 是以下书籍的matlab代码: Andrew J. Sommese and Charles W. Wampler, Numerical Solution of Systems of Polynomials Arising in Engineering and Science,World Scientific, 2005-Matlab programs to accompany the book: Andrew J. Sommes
LINGO1
- 这是一个很好的练习程序,其中有些部分是错的,希望可以有个人可以把这个错误修改一下-this is a good exercise programme ,but there are some mistakes in it and hope someone can find them and correct them
DDA-line
- 机床数字控制,采用数字积分法圆弧插补练习程序-Digital control machine tools, circular interpolation using digital integration exercise program
CEOF
- 气象常用程序cEOF程序,包含了fortran程序及练习所使用的数据-Common procedures of Meteorological EOF expansion program includes the fortran program and the data used to practice
EEOF
- 气象常用程序扩展EOF程序,包含了fortran程序及练习所使用的数据-Common procedures of Meteorological EOF expansion program includes the fortran program and the data used to practice
MK
- 气象常用程序MK突变检验程序,包含了fortran程序及练习所使用的数据-Weather MK mutation testing procedures commonly used procedures, including the fortran program and the data used to practice
013
- 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
zuiduanlu
- MATLAB求解最短路问题的通用程序,根据不同问题直接套用,没有使用自带工具箱,程序通用性很强,还可供想练习编程的同志参考。-MATLAB to solve the shortest path problem common procedures, depending on the issue directly apply, to use own toolbox procedure is very strong, but also for the comrades want to practice
simple
- 供初学者练习的小程序(简单的数值求解)中心差分格式-simple excise for learner in the first stage
code
- 关于VC++的几个小程序,很适合初学者练习!-About the several small programs VC++, it is suitable for beginners to practice!
24
- 用vc++编写的自动找出得到24的算法,可以修改代码,将24换成其他的数。练习程序,仅供初学者参考,与君共勉!-Prepared with vc++ algorithm automatically finds get 24, you can modify the code number will be replaced by other 24. Practice procedures, for beginners reference, and the king of encouragement!
C_classical_src
- 平常练习的一些程序,比较基础,包括求斐波那契数、完数-Some of the usual practice procedures, more infrastructure, including seeking Fibonacci numbers, number, etc. End
ex13
- 关于matlab gui的一个练习程序,拖动进度条显示百分比(An exercise program for Matlab GUI)
MATLAB算法练习
- 某三层钢筋混泥土结构弹塑性时程分析程序。结构恢复力模型采用三线型刚度退化模型。(time history analysis)
穷举法求解0-1整数规划的matlab程序
- 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。(0-1 integer programming has a very wide application background, such as assignment problem, knapsack problem and so on. In