登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:C++
  2. 代码类别:数学计算
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 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
下载
138
浏览
2012-11-01发布

2. 11

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

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

3. 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
下载
222
浏览
2012-10-27发布

4. projection

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

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

5. ARXRLS

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

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

6. 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
下载
162
浏览
2012-10-24发布

7. shiweidele

  施威德勒球壳在ansys中的建模分析,APDL语言(Of Schwedler shell modeling in ansys, APDL language)

7
下载
92
浏览
2012-10-22发布

8. polycounter2010.5.8

  多项式计算器,可以用于多项式的各种计算。(Polynomial calculator can be used for a variety of computing polynomials.)

5
下载
88
浏览
2012-10-19发布

9. Calculator2

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

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

10. daima

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

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

11. GAUSS-JORDAN

  gauss jordan method. not my own program but i just want to share it.

2
下载
70
浏览
2012-09-30发布

12. jiech

  这是一个关于高精度阶乘的程序,测试可用!!!(This is a program on the high-precision factorial test available! ! !)

2
下载
159
浏览
2012-09-27发布

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

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

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

14. k-means-clustering

  用C语言程序通过先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。(C Programming Language by first randomly selected the K object as initial cluster centers. And then calculate the distance between each object and each seed cluster center, and assign each object to its nearest cluster center. Cluster centers, and the object assigned to them on behalf of a clustering. Once all the objects are assigned to each cluster cluster centers will be based on the existing object clustering is recalculated.)

13
下载
82
浏览
2012-09-20发布

15. E2Q2E

  欧拉角和四元数的转换:输入偶欧拉角,按Rechnen,程序会自动将欧拉角转换为四元数,再得出最终的方位。(Euler angles and quaternion conversion: input dual Euler angles, press Rechnen, the program will automatically Euler angles conversion quaternion, and then come to the final orientation.)

16
下载
90
浏览
2012-09-17发布

16. 764

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

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

17. 1003

  c++算法源代码,主要是POJ上面的算法,根据标号可以找到。(c++ algorithm source code, POJ above algorithm, based on the label can be found.)

1
下载
147
浏览
2012-09-12发布

18. cpso

  粒子群算法在解决非线性方程上的应用,给出了详细程序(Particle swarm algorithm for solving nonlinear equations, gives detailed procedures)

29
下载
93
浏览
2012-09-12发布

19. Complex_operator_overloading

  新建复数类进行复数运算,重载+、=+、*、/等运算符用于复数间的运算。(New complex class complex operation, overloading+ =+,*,/operator for computing the plural.)

3
下载
133
浏览
2012-09-08发布

20. My21Narcissus

  21位水仙花数的寻找,里面用到了大数乘法等细节上的东西。(find the 21 digits narcissus.)

4
下载
131
浏览
2012-09-07发布