登录

最新会员 最新下载

成为了本站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. 1003

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

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

2. Complex_operator_overloading

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

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

3. My21Narcissus

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

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

4. a

说明:  矩阵的转置,相乘及界面的面换稀疏矩阵的三元组相加(Sum of the transpose of the matrix, multiplying, and interfacial surface replacing the sparse matrix triples)

0
下载
155
浏览
2012-09-04发布

5. Desktop

  弗洛伊德算法最短距离的实现,输入为邻接矩阵,输出为最短距离矩阵。(Freud' s realization of the algorithm for the shortest distance, enter the adjacency matrix output for the shortest distance matrix.)

4
下载
156
浏览
2012-09-02发布

6. NCGC

  内插高程点,CASS不提供插求高程点功能,我们手工输入容易出错,且极度不方便,。 此程序用VBA编写,界面操作,按设定的比例自动计算需内插的个数并注记。(Interpolated elevation points)

45
下载
145
浏览
2012-08-27发布

7. LU

说明:  这是LU分解法求线性方程组的资料,讲解了LU分解的原理及过程,非常实用(LU decomposition seeking linear equations to explain the principles and process of the LU decomposition, very practical)

1
下载
169
浏览
2012-08-26发布

8. grey

  灰色关联度分析是基于灰色系统的灰色过程, 进行因素间时间序列的比较来确定哪些是影响大的主导因素, 是一种动态过程的研究。(Grey Relational Analysis is based on gray gray process, the comparison of the time series between the factors to determine what affect the the big dominant factor, is a dynamic process.)

13
下载
170
浏览
2012-08-25发布

9. DCD

  DCD差分格式求解激波在刚性楔面上反射问题(DCD difference scheme for solving the shock wave in a rigid wedge surface reflection)

3
下载
149
浏览
2012-08-22发布

10. jvzhenlianxi

  实现构建矩阵,矩阵的相加,相减,清零,以及转置,还有相乘的功能。(To build matrix, the matrix addition, subtraction, reset, and transposed, and the function of the multiplication. )

2
下载
146
浏览
2012-08-22发布

11. Nnnrrfxxfce

  牛顿法计算方程,能计算非线性方程/方程程组,有需要的能试试,主要是数学方法的实现 (Newton method to calculate the equation to calculate the nonlinear equation/equation of equations, needs to try, mainly the implementation of the mathematical methods)

3
下载
155
浏览
2012-08-20发布

12. suanshubianma

  算术编码是用符号的概率和它的编码间隔两俩个基本参数来描述的。算术编码可以是静态的或是自适应的。(Arithmetic coding to both of two basic parameters to describe the probability of the symbol and its coding interval. Arithmetic coding can be static or adaptive.)

3
下载
154
浏览
2012-08-13发布

13. juzhen-yunsuan

  vc++实现的矩阵运算方面得代码,很不错的,内容绝对好吃(matrix operations, code vc++ achieve very good, the content is absolutely delicious)

2
下载
173
浏览
2012-08-12发布

14. df

说明:  经过个人修改的matlab科学计算程序,供初学者使用(MATLAB scientific computing and visualization simulation literature amended program can achieve numerical conversion between)

0
下载
139
浏览
2012-08-06发布

15. EedffazipD

  EDFA的掺铒光纤长度模拟计算,附3篇相关论文,330mw的980nm泵泵浦,3db的泵浦吸收,12m最佳长度已经的到验证,可作为EDFA设计参考 (EDFA erbium-doped fiber length simulation of three related papers, 330mw of 980nm pump pump pump 3db absorption 12m optimum length has been to verify, can be used as the EDFA design reference)

69
下载
171
浏览
2012-08-05发布

16. maze

  关于走迷宫算法的实现程序,完全采用C++语言实现,可以运行(Maze algorithm program, fully C++ language, you can run)

2
下载
183
浏览
2012-07-31发布

17. Rcellsse

  读入红细胞图片,通过中值滤波,开运算算,闭运算,和贴标签等方法获得细胞个数 (Read into the red blood cell picture, opening operation count median filtering, and closing operation, and the labeling methods such as cell number)

5
下载
160
浏览
2012-07-28发布

18. Dchaos-predica

  基于混沌理论进行数据预测的程序,欢欢迎需要的朋友参考下载,并提出修改意见 (, Please feel welcome the reference to a friend download data to predict the process based on chaos theory, and suggest modifications)

9
下载
167
浏览
2012-07-27发布

19. LM3S_ADC

  LM3S例程系列,非常实用。 代码稍加修改即可使用。(LM3S routine series, very practical. The code is slightly modified can be used.)

18
下载
147
浏览
2012-07-25发布

20. The-art-of-programming

  超级好用的书,面试必备,包括常用的算法介绍,面试题目等等(Super easy to book, interview essential, including the commonly used algorithm is introduced, interview questions, etc.)

2
下载
199
浏览
2012-07-25发布