资源列表
mycounter
- 使用vs2008编写的一个计算器,实现了加减乘除以及清零等功能-Use vs2008 to write a calculator to realize the functions of addition, subtraction, and cleared
fortran1
- fortran书自带的各功能子程序,共十章,第一章【拉格朗日插值、样条插值、曲线拟合】-The book comes with a FORTRAN subroutine, a total of ten chapters, the first chapter [ Lagrange interpolation, spline interpolation, curve fitting ]
fortran-handbookPsource-code
- 压缩文件里包含Fortran 完全自学手册及其源代码-Fortran complete selfstudy handbook+source code
Fortran-algorithms-2nd
- 本书内容是Fortran 常用算法程序集-Fortran routines of kinds of algorithms(CHS)
0_100random
- 随机生成10个0-100之间的整数,然后正序排列或倒序排列-Generate 10 random integers between 0 and 100, then the positive sequence arrangement or descending
calculator_6
- 能实现基本的加减乘除运算,和开根号,报错 及类
1006
- 规则1:实现 +、-、X、/ 四则运算,数据仅包含整数,不考虑计算结果溢出的情况 规则2:程序仅需要实现类似"a + b * c / d - e" 这种类型字符串的计算,式子中操作符的个数不超过10个。其他复杂情况不考虑。 例子1: 输入: 1 + 2 输出: 3 输入: 1 + 2 * 3 - 4 / 2 输出: 5-Rule 1: realize+,-X,/arithmetic, data contain only integer, don t consider t
numerical-analysis-
- 这是大学数值分析里面课程所涉及到的算法的代码实现,如阀值Jacobi方法,主要用matlab,也有C-numerical analysis
BISHOP-GEOengineering
- 岩土工程计算中,条分法以及BISHOP法计算边坡稳定。DIY-Geotechnical engineering calculations, slice method and BISHOP method for calculating slope stability.
code
- 偏最小二乘法程序代码,使用MATLAB编程。-Partial least squares procedure code, the use of MATLAB programming.
top-ten-algorithms-of-mathematical
- 自己在各个论坛上搜集的十大算法,Dijkstra算法,Floyd算法,动态规划,分治算法,概率算法,灰色预测,聚类算法,蒙特卡洛,模拟退火算法,神经网络等等,附有算法的原理,部分含有相关的程序源代码。-In various forums to collect the ten algorithms, Dijkstra algorithm, the Floyd algorithm, dynamic programming, divide and conquer algorithms, probabi
matlab-code
- 高等数学中常用曲线的MATLAB代码,DIY-Commonly used in advanced mathematics curve of MATLAB code。
