登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:数学计算
  3. 发布时间:一年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. KMEANS

  This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )

2
下载
147
浏览
2013-01-05发布

2. kalman

  实现卡尔曼滤波算法,可以进行参数估计、插值、滤波和预报(The Kalman filter algorithm, parameter estimation, interpolation, filtering and prediction)

100
下载
186
浏览
2012-12-27发布

3. Large_Scale_NMF

  处理大规模矩阵,对大规模的矩阵进行分解,即形如分解A=UV(To deal with large-scale matrix, mass matrix decomposition, that is shaped like a decomposition A = UV)

6
下载
138
浏览
2012-12-12发布

4. rcs1

  运用物理光学法和矩量法计算带罩天线的远场辐射(The use of physical optics method and moment method with cover antenna far-field radiation )

19
下载
146
浏览
2012-12-12发布

5. Dot-Matrix-5x7-(1)

  Dot Matrix 5 x 7 sample progmam , hope you enjoy

8
下载
149
浏览
2012-12-11发布

6. shuzhifenxi

  北京航空航天大学硕士研究生数值分析课的第一次大作业,用幂法反幂法求取矩阵的最大最小特征值(Minimum and maximum eigenvalue of the first graduate of Beijing University of Aeronautics and Astronautics numerical analysis class job, using the power method matrix inverse power law to strike)

2
下载
149
浏览
2012-12-05发布

7. jifen

  分别用梯形法和矩形法求定积分,附加应用实例(, Respectively, with the trapezoidal method and the rectangle method to find definite integrals, additional application examples)

2
下载
170
浏览
2012-11-28发布

8. LS_SVMlab

  LS_SVM 偏最小二乘结合支持向量机(The LS SVM partial least squares and Support Vector Machine)

19
下载
175
浏览
2012-11-22发布

9. edger12dlocalbasis

  通过C++头文件实现的有限元形状函数计算程序(finite element shape function)

3
下载
182
浏览
2012-11-15发布

10. xiankuan

  线宽计算,用matlab计算线宽。可以得到的值来分析和使用半导体激光器线宽的联系(linewidth calculator)

32
下载
168
浏览
2012-11-04发布

11. wwws

  比Windows自带的高级一点的计算器,能将整个表达式输入,然后求值。 这个程序要求读者具备编译原理的一些知识。 (Advanced calculator than Windows built, the whole expression input can be then evaluated. This program requires the reader to have some knowledge of compiler theory.)

2
下载
153
浏览
2012-11-01发布

12. 11

说明:  用二分法求解一元五次非线性方程的实数解,在高等电路学习中有很好的用途。(One yuan of five nonlinear equations dichotomy solving real solutions, there is a very good use in the higher circuit learning.)

0
下载
171
浏览
2012-10-27发布

13. lbm

  格子玻尔兹曼模型DnQm系列模型中应用较为广泛的D2Q7模型源代码,用于模拟流体的流动。(The D2Q7 model source code of the the Lattice Boltzmann the model DnQm series model is widely used to simulate fluid flow.)

141
下载
232
浏览
2012-10-27发布

14. projection

  CT迭代重建算法中3维投影矩阵的生成算法,该算法对学习计算机断层层析成像很有帮助。(CT image reconstruction projection ,3D)

99
下载
161
浏览
2012-10-26发布

15. ARXRLS

  程序采用C语言,实现最小二乘辨识算法和递推最小二乘算法(Program using C language, least squares identification algorithm and recursive least squares algorithm)

26
下载
172
浏览
2012-10-26发布

16. Rectangle

  根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中(Rectangle Create a class Rectangle with attributes length and width, each of which defaults to 1 a. Provide member functions that calculate the perimeter and the area of the rectangle. b. Also provide set and get functions for the length and width attributes. The set functions should verify that length and width are each integer numbers larger than 0 and less than 20. c. Write draw function to display the Rectangle: in Assignment1. ) d. Write a driver program to test class Rectangle.)

3
下载
171
浏览
2012-10-24发布

17. Calculator2

  这是一个小型计算器,功能强大,用户输入想要计算的数据,即可自行计算出结果。(This is a program about calculator,and it is very userful.)

3
下载
151
浏览
2012-10-08发布

18. daima

  计算器编程代码,便于需要编程计算器的学员查询相关代码(Calculator programming code, to facilitate students in need of programming calculator related code)

3
下载
158
浏览
2012-10-07发布

19. IEEE4-5-14-30-57-118-300

  潮流计算,IEEE30节点的潮流计算,和牛顿法的程序报告 (power flow)

103
下载
164
浏览
2012-09-26发布

20. 764

  多物理场耦合软件采用有限元方法模拟表面等离子体激元,适合入门学习者(Multi-physics coupling software using the finite element method to simulate the surface plasmon, suitable for entry-learners)

21
下载
156
浏览
2012-09-14发布