搜索资源列表
jisuanPI
- PI值的计算算法,c++代码,值得好好学习-PI value of the algorithm, c code, it is worth to learn
bag
- 在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高,即p1*x1+p2*x1+...+pi*xi(其1<=i<=n,x取0或1,取1表示选取物品i) 取得最大值。
有限元一维C++源码
- 本程序写出了一个完整的一维有限元程序算列,列子如下 d^2u/dx^2=sin(x); u(0)=0,du(1)=0. u=sin(x);区间[0,2*pi].
monte蒙特卡罗求圆周率算法
- 蒙特卡罗求圆周率算法,可以对蒙特卡罗算法有个初步认识,本程序C++实现-Monte Carlo algorithms for pi, the Monte Carlo algorithm can have a preliminary understanding, this procedure C++ Achieve
myPI
- 计算指定位数的圆周率的C++程序,输入位数,计算的圆周率就可以输出到文件中,还有计时。-Calculation of pi-digit designation of the C++ program, enter the median, calculated pi can be output to a file, as well as time.
pi
- 用迭代法求PI(C++初级入门程序,比较菜)-an dian
10000piCalculation
- C写的一万位圆周率计算的小程序,有详细注释,结构简洁-10 000 pi calculation
Calculating-PI
- C语言编写 计算所需要位数的圆周率的值 -Written in C and calculate the required value of pi digits
Windows
- C语言计算pi值,简单易行的小程序,很好用-C language to calculate pi value, simple small program, very easy to use ~ ~
an-estimate-of-pi
- 用C++编写的利用无穷级数逼近来估计圆周率的小程序,可以帮助初学者学习-a small programe using infinite series to estimate pi applet
fft
- Matlab程序,GUI窗口 用FFT程序计算有限长度正弦信号y=sin(2*pi*f*t) ,0<=t<=N*T-FFT program calculate the finite length of the sinusoidal signal y = sin (2* pi* f* t), 0 < = t < = N* T respectively the DFT results obtained and analyzed and discussed in the fol
PI-IDG
- 用于计算圆周率Pi的C++计算代码。仅供学习。-Cpp code for calculating Pi.
8-classical-algorithm-c-language
- 1.实现将输入的string字符串反序输出。 2.一个数如果恰好等于它的因子之和,这个数就称为"完数"。例如6 = 1+2+3找出10000以内的所有完数。 3.下面程序的功能是将一个4×4的数组进行逆时针旋转90度后输出,要求原始数组的数据随机输入,新数组以4行4列的方式输出 4.编程打印杨辉三角。 5.实现将输入的字符串反序输出 6.实现字符串拷贝函数strcopy(char*src,char* dest) 7.求近似Pi值。可以用公式(如:pi/2 = 1+1/3+
matlab-rotating-calculation
- EasySolve: 求取线性方程组AX+B=0的一组解,若解唯一则直接返回该解,若解不唯一则从解集中随机返回一组 程序会根据方程信息自动计算返回的解的合适数量级和随机中心的偏移量,使得返回随机解的大小合适于调用它的程序。 OrnoBasis: 根据输入向量的维度,返回该维度下的一组标准正交基底,输入的列向量组中的有效向量(非零、线性无关)会被标准正交化并作为基向量、按旧有顺序排在增补列向量的前边。 RotaObj: 任意维度下(>=2)的点集的保形旋转(不变形的旋转,