资源列表
Bucket_Sort
- Bucket sort, or bin sort, is a sorting algorithm that works by partitioning an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting algorith
Euler.tar
- 一个非结构Euler方程的求解器,对于结构网格将点的坐标安((i=1,imax),k=1,kmax)输入后就可以了,适用于任何结构C型网格,但解法是非结构的哦!-A unstructural Euler equations solver, for unstructured grid coordinates of the point An ((i = 1, imax), k = 1, kmax) can be entered after, and apply to any structure, C
langtai_v79
- IDW距离反比加权方法,双向PCS控制仿真,包括最小二乘法、SVM、神经网络、1_k近邻法。- IDW inverse distance weighting method, Two-way PCS control simulation, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.
108
- 递归实现四则运算表达式求值程序 ,可从键盘上直接输入表达式,以回车键结束-Four recursive arithmetic expression uation procedures, can be directly input expression the keyboard, the end to enter
matching
- 提供二分图匹配算法、带权二分图匹配算法、以及HopCroft优化的匹配算法-Provide two graph matching algorithm, weighted two graph matching algorithm, the matching algorithm and HopCroft optimization
djs
- 一个自己编写简单的程序,实现倒计时功能。
dashujiec
- 大数阶乘~算法的实现度很好~~大二的实习题目-Factorial of large numbers Algorithm Implementation ~ ~ ~ sophomore good degree of practical topics
CDS-rulek
- algorithm clustering
ningfou_v46
- LZ复杂度反映的是一个时间序列中,包含收发两个客户端程序,有借鉴意义哦。- LZ complexity is reflected in a time sequence, Transceiver contains two client programs, There are reference Oh.
VortexBall3
- 用mathematics编写的求解大N近似下球形BEC单个涡旋解的程序。-Written using mathematics to solve big N spherical the BEC a single vortex solution program.
FEMDevC++sorce
- 一个三角形单元有限元计算程序,是Dev C++的源代码,
27_142
- 矩阵计算的c++代码,本矩阵类实现了对矩阵的一些基本操作,比如 +, -, *,求逆等。 实现了矩阵的列主元LU分解,并利用它实现了线性代数方程组的直接解法;还有线性方程组的迭代解法。 另外定义了一些非数学上但经常用到的一些操作 比如两个矩阵对应元素的相乘、相除,对矩阵的每个元素求abs,sqrt等-matrix calculation of c code, the matrices of the matrix to achieve some basic tasks, such
