联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数学计算(470) 
按平台查找All Visual C++(470) 

[数学计算] convection-equation

计算一阶对流方程的源代码,初始条件为高斯分布
Calculating a first-order equation of cattle to the source code, the initial conditions for the Gaussian distribution (2014-03-05, Visual C++, 1KB, 下载6次)

http://www.pudn.com/Download/item/id/2475607.html

[数学计算] calculate-sample

c++程序来计算样本大小对成本效益试验基于贝叶斯框架
A C++ program to calculate sample sizes for cost-effectiveness trials in a Bayesian framework (2013-11-08, Visual C++, 514KB, 下载3次)

http://www.pudn.com/Download/item/id/2395659.html

[数学计算] Cao

Cao方法可以用于计算相空间维数,是混沌系统中一个很重要的方法
Cao method can be used to calculate the phase space dimension (2013-10-10, Visual C++, 92KB, 下载32次)

http://www.pudn.com/Download/item/id/2371563.html

[数学计算] transbinaray

将一个数由十进制转换为二进制数字格式,转换结果为形成一个一维数组,每个元素存储一个对应的二进制位上的对应数字。
translate a number into a binary mode number (2013-08-01, Visual C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/2319733.html

[数学计算] sssss

参照windows系统自带的计算器,设计并实现一个简单的带菜单的计算器,要求具有加、减、乘、除以及一定的错误提示功能。
implemented a simple calculator with a menu , add, subtract , multiply, divide , and a certain degree of error prompts . (2013-05-21, Visual C++, 29KB, 下载1次)

http://www.pudn.com/Download/item/id/2251695.html

[数学计算] calculator

本程序实现了一个复数计算器的功能,包括多复数加法,减法,乘法,除法,自加,自减和求模等多种运算.
This program implements a complex calculator functions, including multi-complex addition, subtraction, multiplication, division, self-imposed, self-less and other modulo arithmetic. (2013-04-24, Visual C++, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/2214240.html

[数学计算] MaxSum

求1维数组最大子段和,适合初学者,算法设计与基础,写的通俗易懂,且正确
Seeking the largest sub-segment of a one-dimensional array, suitable for beginners, algorithm design and basic written in easy to understand, and correct (2013-04-17, Visual C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/2203977.html

[数学计算] Powell

[第三次更新]用Visual Studio 2008开发的求解函数极值的算法。注意:一维搜索选用的是进退法和0.618法,而不是brent法。借鉴了网上相关代码的优点,参考了谢政编的《非线性最优化》教材(国内最权威的教材)。用了11个函数(在书上和网络上搜集的,并且有标准答案的函数)做程序测试,结果正确。请大家放心使用!
the Powell s method (2012-07-29, Visual C++, 6KB, 下载30次)

http://www.pudn.com/Download/item/id/1952124.html

[数学计算] A1

用C语言编写的有限差分法,求解一维非稳态温度场的小程序
Using C language finite difference method, solving the problem of two-dimensional steady-state temperature field (2012-02-24, Visual C++, 1KB, 下载21次)

http://www.pudn.com/Download/item/id/1778370.html

[数学计算] VectorMatrix

建立了一个基于容器的类,可用于基本的操作,包括加、减、乘、除,已编译通过
Set up a based on the kind of containers, and can be used for basic operations, including the addition, subtraction, multiplication, and division, the compiled by (2011-12-29, Visual C++, 121KB, 下载4次)

http://www.pudn.com/Download/item/id/1745898.html

[数学计算] Armstrong-number

如果一个正整数等于其各位数字的n次方和,则称该数为阿姆斯特朗数。求出1000以内的阿姆斯特朗数是C语言的经典题目。
If a positive integer equal to the sum of its every figure s n-th power, we call the number Armstrong number.Finding out all the Armstrong numbers in 1000 is a classic C language title. (2011-08-13, Visual C++, 170KB, 下载4次)

http://www.pudn.com/Download/item/id/1620938.html

[数学计算] Text4

---2维fdtd的程序,用于计算导体方柱RCS---
--- 2-D fdtd procedures used to calculate the conductor square columns RCS--- (2011-07-27, Visual C++, 3KB, 下载10次)

http://www.pudn.com/Download/item/id/1608007.html

[数学计算] WB-f1-2

采用人工粘性滤波法的Warming-Beam差分格式求解一维激波管问题的C语言代码
Artificial viscosity of the Warming-Beam Filter Difference Scheme for Solving One Dimensional Shock Tube Problem C language code (2011-05-22, Visual C++, 2KB, 下载13次)

http://www.pudn.com/Download/item/id/1542743.html

[数学计算] 01_BigInt_ok

实现计算i的i次方的加和,i从1到n,其中n为用户输入的任意整数。(要考虑结果可能超出长整数long的表示范围的情况)
big integer, implented with C++. Functions include add and multiply. (2010-07-04, Visual C++, 46KB, 下载4次)

http://www.pudn.com/Download/item/id/1231460.html

[数学计算] jishuoushu

这是一维数组中统计奇数和偶数的c++程序,在有的程序中还是有用的
This is a statistical one-dimensional array of odd and even c++ program, and in some programs are useful (2010-03-26, Visual C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1100953.html

[数学计算] 1dsearch

最优化问题的一维搜索,在工程当中应用广泛,解决实际操作设计中的最优化问题。
Optimization problem of one-dimensional search, which are widely used in engineering to solve practical design optimization problem. (2010-01-30, Visual C++, 1KB, 下载8次)

http://www.pudn.com/Download/item/id/1055043.html

[数学计算] a

输入算式,支持加,减,乘,除,括号,以#号结尾,可算出结果 如 5+6*2# 则输出17.000000
Enter the formula to support add, subtract, multiply, divide, square brackets to the end of the#, the result can be calculated as 5+6* 2# then output 17.000000 (2009-06-18, Visual C++, 1KB, 下载11次)

http://www.pudn.com/Download/item/id/812224.html

[数学计算] bignumcaculate

大数运算的设计与实现,大数加,减,乘,除,阶乘,幂,排列组合,进制转换
Computation of large numbers of design and realization of large numbers add, subtract, multiply, divide, factorial, power, permutation and combination, hexadecimal conversion (2008-02-27, Visual C++, 2162KB, 下载163次)

http://www.pudn.com/Download/item/id/406875.html

[数学计算] syyxcf3D

fdtd(时域有限差分)的3维仿真程序,用C语言编写,尚未添加PML吸收边界条件。
fdtd (FDTD) of the three-dimensional simulation program, the C language, PML yet to add absorbing boundary conditions. (2007-03-12, Visual C++, 1KB, 下载118次)

http://www.pudn.com/Download/item/id/254533.html

[数学计算] EigenvalueVector123

/约化对称阵为对称三对角阵的豪斯荷尔德变换法
/ some of the symmetric matrix to symmetric tridiagonal matrix householder transformation (2006-12-27, Visual C++, 3KB, 下载11次)

http://www.pudn.com/Download/item/id/237270.html