登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

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

1. pianxin

  计算偏心圆导热计算以及同位网格上的SIMPLE算法 (Calculating thermal calculations and eccentric position on the grid with SIMPLE algorithm)

14
下载
160
浏览
2013-07-02发布

2. Gauss

  这是用C++编写的 用高斯方法求解方程的方法 我想对与计算机数学的同学来说 可能会有用(It is written with C++ method for solving equations using Gaussian approach I want to mathematics and computer may be useful for the students)

1
下载
163
浏览
2013-07-02发布

3. numerical-analysis

  高斯-塞德尔迭代、拉格朗日差值、牛顿法、四阶龙格库塔 与数值分析有关的公式(Gauss- Seidel iteration)

3
下载
149
浏览
2013-07-01发布

4. T_C

  在计算流体力学中,多项流中有相变时,基于温度的相变UDF(Mass based on the temperature of the phase change in the UDF)

19
下载
110
浏览
2013-06-29发布

5. longgekuta

  系统仿真导论第一个实验程序,龙格库塔实验程序(Introduction The first experimental system simulation program, Runge-Kutta experimental procedures)

1
下载
152
浏览
2013-06-28发布

6. zipf-random

  随机数生成程序,该随机数呈zipf分布,就是大家常说对于内容的访问遵循80/20原则,也就是20 的内容,会占有80 的访问量。(Random number generator, the zipf was distributed random numbers, that is, we often say that the access to the content to follow the 80/20 principle, which is 20 of the content will occupy 80 of visits.)

105
下载
185
浏览
2013-06-27发布

7. saolei

  实现扫雷功能,基于c语言实现的,能够控制输入矩阵的大小(Implement demining capabilities, based on the c language, able to control the size of the input matrix)

1
下载
150
浏览
2013-06-25发布

8. equal

  求解四元三次方程组,通过在VC++的编程环境,实现计算的高速运行(Solving four yuan cubic equations by VC++ programming environment, to achieve high-speed operation calculated)

2
下载
138
浏览
2013-06-19发布

9. 蒙特卡罗方法用于随机过程的处理Monte-Carlo-method

  蒙特卡罗方法用于随机过程的处理,其重要应用软件如geant4,本书详细介绍了蒙卡的理论和应用,有很好的参考价值(Monte Carlo method is used for treatment of stochastic processes, and its important applications such as geant4, the book details the theory and application of Monte Carlo, have a good reference value)

7
下载
95
浏览
2013-06-15发布

10. Gravity-anomaly

  计算重力异常,只需要输入最大重力场模型的最大阶数以及重力场模型文件名在程序里设置经纬度范围和间隔即可得到重力异常(Gravity anomaly)

37
下载
147
浏览
2013-06-13发布

11. raytracer111

  电磁场与微波技术下的射线追踪技术。应用c语言编程(Electromagnetic Field and Microwave Technology under the ray tracing technique. Application c programming language)

30
下载
223
浏览
2013-06-02发布

12. eigen

  求实对称矩阵的特征值特征向量,内有读入数据文件。(Realistic symmetric matrix eigenvalue eigenvector, there are read into the data file.)

47
下载
154
浏览
2013-06-01发布

13. fq

说明:  有限体积法求解方腔流动。有限体积法求解方腔流动有限体积法求解方腔流动(Finite volume method to solve the cavity flow. Finite volume method to solve the cavity flow finite volume method to solve the cavity flow)

0
下载
86
浏览
2013-05-27发布

14. r2fft

  用一个N点复序列的FFT同时计算两个N点实序列离散傅里叶变换(With an N-point complex sequence of N-point FFT calculate two real sequences discrete Fourier transform)

16
下载
178
浏览
2013-05-23发布

15. srfft

  计算复序列的分裂基快速傅里叶变换,分裂基快速算法是将基2和基4分解组合而成。在基2M类快速算法中,分裂基算法具有最少的运算量,且仍保留结构规则、原位计算等优点。(Calculate complex sequence of split radix fast Fourier transform, fast algorithm is to split the base base 2 and base 4 decomposition combination. 2M fast algorithm in the base class, the split-based algorithm has the least amount of computation and structural rules remain in situ calculation and so on.)

10
下载
188
浏览
2013-05-23发布

16. shuzhifenxi

  分数值分析的一些ppt课件,很有用,在学习C的时候,可以用到这些博大精深的思想(Fractional value analysis ppt courseware, useful when learning C, you can use these profound thought)

2
下载
148
浏览
2013-05-21发布

17. matrix_transpose.c

  适用于大型稀疏矩阵 矩阵转置 c语言 来自于有限元方法编程(From the finite element method suitable for large-scale sparse matrix matrix transpose c language programming)

2
下载
143
浏览
2013-05-20发布

18. test

  随机数的产生,枚举嵌套算法求解一元多次方程。按批量处理。(The generation of random Numbers, nested enumeration algorithm monadic equation according to the batch processing for many times)

2
下载
185
浏览
2013-05-18发布

19. complex-operator-overloading

  实现复数运算符的重载,对C++初学者来说有一定的参考价值。(Complex operator overloading, C++ beginners a certain reference value . )

1
下载
85
浏览
2013-05-17发布

20. Scientific-Calculator

  用编译的科学计算器,代码详细,清楚。设计简单。(Scientific Calculator with compiled code in detail, clearly.)

1
下载
81
浏览
2013-05-16发布