资源列表
Mat
- several code matlab for matematic
station-to-grid
- 气象常用的站点资料转格点资料,对资料转换和插值很方便-Meteorological site data transfer grid data is very convenient for data conversion and interpolation
MatrixMultiplication
- Matrix multiplication is a ubiquitous algorithm and no parallel library is complete without a matrix multiplication sample. Moth has described this previously - see Matrix Multiplication with C++ AMP for serial and C++ AMP non-tiled version and also
OceanCS
- The simulation theory comes from the paper, “Simulating Ocean Water”, written by Jerry Tessendorf. The original sample was written in HLSL by NVIDIA, and I ported the code to use C++ AMP.
ClusteringExp
- 一个直观的层次聚类程序。可修改扩展为更为复杂的算法应用。-A and intuitive hierarchical clustering program. Can be modified extended to more complex algorithm is applied.
datamining-intro-IEP
- Data Mining Presentation By S. Sudharsan
acm
- ACM算法设计实验题目汇总 搞acm的必备题目,算法爱好者也可以研究-ACM algorithm design experiment summary do ACM essential problem, algorithm enthusiasts can also study
object
- 大数相乘、组合问题、阶梯问题、对称搜索等四个算法-Multiply large numbers, combinatorial problems, ladder, four symmetrical problems search algorithm
damfa
- 大M法求解线性规划问题,输出基变量,非基变量,基可行解-failed to translate
c-algorithm
- 算法编程百例,喜欢算法的同学值得看一看,一个不错的材料-algorithm
java
- java算法,包含大量的实例,各种复杂的算法,包含模板等-java algorithm contains a lot of examples and a variety of complex algorithms, including the template
s=aPaaPaaa
- 输入整数a和n,输出结果s,其中s与a、n的关系是:s=a+aa+aaa+aaaa+aa...a,最后为n个a。例如a=2、n=3时,s=2+22+222=246。-Input integer a and n, output results s, including s and a, n relationship is: s = a+ aa+ aaa+ aaaa+ aa... A, finally for n a. For example a = 2, n = 3, s = 2+ 22+ 222