资源列表
sort
- C++各种排序的算法比较,各种算法的优劣-C++ Comparison of various sorting algorithms, each algorithm' s strengths and weaknesses ... ...
AFMPB_beta.tar
- 分子表面电势的求解程序,通过相应的pdb文件转换成pqr格式再输入求解-Molecular surface potential of the solution procedures, through the corresponding pdb files into the format re-enter the Solution pqr
81-90
- 以实际例子来学习使用C语言,适合刚入门者使用学习,很经典的例子。-Practical examples to learn how to use C language to use for beginners to learn, it is the classic example.
91-100
- 以实际例子来学习使用C语言,适合刚入门者使用学习,很经典的例子。-Practical examples to learn how to use C language to use for beginners to learn, it is the classic example.
Science.and.Engineering.umerical.Algorithms.for.VB
- 为“科学与工程数值算法”VB版的配套源代码-Science and Engineering Numerical Algorithms VB version of the complete source code
ouler
- 微分方程数值解中利用Runge-kutta_fehlberf法计算微分方程 -Numerical solution of differential equations using Runge-kutta_fehlberf differential method
Gaussian
- 高斯消元法求解线性方程组的并行程序。该程序已经测试通过,运行非常稳定,计算量控制的也很好。-Gauss elimination method for solving linear equations of parallel programs.The program has been tested, very stable operation, the control computation is also very good.
Monte_Carlo_simulation_cool
- 蒙特卡罗模拟随机数是最好的方式,本程序设计在552nm脉冲后,再一左一右的657nm冷却脉冲,测试激发达到100 的概率,尤其考查蓝、绿及近红外波段-MATLAB 6.5 Monte Carlo simulation cool3.m This simulation cycles "num" number of atoms "steps" times, with a cooling sequence of a 657 nm cooling pulse from the right, the
recipes
- 这是C算法算子集,里面有大量常用算子,按字母序列排好,方便编程时候调用-This is a classic C algorithm , you can program from the numerical calculation freed.
2
- 函数ReadDat( )实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中;请编制函数StrOR( ),其函数的功能是:以行为单位依次把字符串中所有小写字母o左边的字符串内容移到该串的右边存放,然后把小写字母o删除,余下的字符串内容移到已处理字符串的左边存放,之后把已处理的字符串仍按行重新存入字符串数组xx中。最后main()函数调用函数WriteDat()把结果xx输出到文件OUT5.DAT中。-Function ReadDat () implementation from the
3
- 函数ReadDat()实现从文件IN.DAT中读取一篇英文文章存入到字符串数组xx中,请编制函数StrOL(),其函数的功能是:以行为单位对行中以空格或标点符号为分隔的所有单词进行倒排。最后把已处理的字符串(应不含标点符号)仍按行重新存入字符串数组xx中,最后调用函数writeDat()把结果xx输出到文件OUT6.DAT中。-Function ReadDat () to read from a file IN.DAT an article in English into the string
4
- 已知在文件IN.DAT中存有100个产品销售记录,每个产品销售记录由产品代码dm(字符型4位),产品名称mc(字符型10位),单价dj(整型),数量sl(整型),金额je(长整型)五部分组成。其中:金额=单价*数量计算得出。函数ReadDat()是读取这100个销售记录并存入结构数组sell中。请编制函数SortDat(),其功能要求: 按产品名称从小到大进行排列,若产品名称相等,则按金额从小到大进行排列,最终排列结果仍存入结构数组sell中,最后调用函数WriteDat()把结果输出
