搜索资源列表
chanshengsuijishu
- 随机产生8个100到300之间的数,并求其中的最小值。-randomly generated eight 100-300 between the few and for the minimum.
300
- 300种加密解密算法.包含RSA、SHA、MD5、RC2、RC5、RC6等等。-300 encryption and decryption algorithms. Includes RSA, SHA, MD5, RC2, RC5, RC6, and so on.
sushu
- 在300秒左右求10的10次方以内的全部素数
add
- 从1加到N还有N!两个算法实现 N自己设置大小 没有限制 只要内存够大 CPU够快就行 我算100!用1秒多 结果我记得好像有300多位呢
NumericalRecipes
- 数值分析方法库 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解等
e3to14
- 最小二乘法仿真y=20*sin(100*pi*t+pi/3)+4*sin(200*pi*t)+10*sin(300*pi*t)+2*sin(400*pi*t)+6*sin(500*pi*t)波形-y=20*sin(100*pi*t+pi/3)+4*sin(200*pi*t)+10*sin(300*pi*t)+2*sin(400*pi*t)+6*sin(500*pi*t)
udec31
- 离散元计算方法源程序 ro 0.3 bl 700 0 0 233 43.6 250 74.5 275 102.8 300 137.1 325 & 167.7 350 199.9 375 238.5 400 277.2 425 309.4 450 350 475 & 397.7 498.2 582.8 596.4 607.1 590.7 700 575-The program of DEM ro 0.3 bl 700 0 0 0 0 233 43.6 250 74.5 27
100
- 300以内阶乘运算,可以扩充,unix平台下c语言实现。-300
shudian
- 数电解题技法50及300例题,对于考研的人是必不可少的资料-Number 50 and 300 electrical problem solving techniques example, are essential for the Entrance Examination Information
Numerical_Recipes_in_C.The_Art_of_Scientific_Compu
- 《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。-《Numerical Recipes in C: The Art of Scientific Computing》, The pro
NumericalRecipesinCWilliam.H
- 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
Newton
- C++编写的电力系统潮流计算程序,采用牛顿法,并考虑到节电优化编号,5,14,57,300节点验证正确-Power flow calculation program, C++ written using Newton' s method, taking into account the number to the power-saving optimization, 5,14,57,300 node authentication
hamming-(1962)
- 计算hamming(1962)级数:sn=1/n(n+x).0.0-300.0 步长,精确度可调。-Produce a table of the values of the series (1) for the 3001 values of x, x = 0.0, 0.1, 0.2, …, 300.00. All entries of the table must have an absolute error less than 10
NA03
- Produce a table of the values of the series ϕ (x)=∑ k=1 ∞ k(k+x) 1 ......(1) for the 3001 values of x, x = 0.0, 0.1, 0.2, ..., 300.00. All entries of the table must have an abs
main.cpp
- 计算级数,取x为0.0, 0.5, 1.0, √2, 10.0, 100.0, 300.0。 思考:要求误差在10− 6内,如何确定要计算的k的上界?-Calculate the series,Thinking: error in the 10 and 6 requirements, how to determine the upper bound to the calculation of the K?