资源列表
a==b
- Give you two numbers A and B, if A is equal to B, you should print "YES", or print "NO". -conclude a is equal to b
BESEEL--OF-N-ORDER
- 计算第一类N阶贝塞尔任意点的程序 -Program to calculate the first kind Bessel function of integer order N, for any REAL X, using the function BESSJ(N,X)
Counter
- 用C++实现的长整数计算器,功能齐全,精准度高-C++ implementation of long integer calculator, complete functions, high accuracy
compare
- 顶盖驱动流的LBM c++算法实现 可直接运行实现-The above that drive flow LBM c++ algorithm
oujilide
- 广义欧几里得算法,用以计算两个数的最大公约数,依靠定理定理:gcd(a,b) = gcd(b,a mod b)-Generalized Euclidean algorithm for computing the greatest common divisor of two numbers, relying on Theorem Theorem: gcd (a, b) = gcd (b, a the mod b)
Fluid-Dynamics
- 详细介绍了计算流体动力学的方法、应用领域及编程技巧-Detailed computational fluid dynamics applications, the calculation method and weaving and skills, is a good textbook to learn the mechanics, computational fluid dynamics
gszfs
- 程序用VB编写,可自动进行高斯正反算,也可进行换带计算,还可顺便进行平均曲率半径与对应纬度的互相计算。-Program written in VB, can be automatically Gaussian positive and negative count is also possible to change the band structures, but also the way mutual calculation of the average radius of curvatur
RadixSort
- 基数排序,初学者,欢迎大家批评指正,学习交流!-Radix sort, beginners, welcome criticism and learning exchange!
Solve-equation
- 用牛顿迭代法求解一元二次方程组的解,十分好用-Solve equations
CPP
- 求矩阵的值,可以保证没有错误的(经个人证实,简单易行)-failed to translate
Random-Insertion-Sort
- This a C++ code for implementing a random insertion sort-This is a C++ code for implementing a random insertion sort
3rd_Runge-Kutta
- This is 3rd order Runge-Kutta method written with Matlab.
