搜索资源列表
data
- BC环境下开发C语言实现的埃尔米特差值法的图形输出
1-9
- 1-9数字填入三个分式的a-i中,使a/bc+d/ef+g/hi=1成立-1-9 the number of fill in the three fraction of ai, so that a/bc+ d/ef+ g/hi = 1 to set up
TowersOfHanoi
- 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C -Hanoi Tower! ! ! Simulate the movement of the Towers of Hanoi puzzle Bonus is pos
volume
- calculate maximum volume of cuboid given conditions.. a+b+c<s ab+bc+ca<d where s and d are constants-calculate maximum volume of cuboid given conditions.. a+b+c<s ab+bc+ca<d where s and d are constants..
09427
- 《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 本书前4章介绍的与数学常用算法有关的C++类与函数的源代码是在BCMATH和VCMATH两个文件夹中,具体使用哪个文件夹,视读者的编译系统而定。如果读者使用的是Borland C++编译系统(简称为BC++),则使用BCMATH文件夹中的所有
VCBCCLASSLIB
- 粟塔山的VC++和BC++数值分析类库光盘内容,其中包含很多矩阵运算的库函数-Su Tashan in VC++ and BC++ numerical analysis of the contents of library CD-ROM, which contains a lot of matrix operations of the library functions
FFT_fp_demo
- 非常简单的浮点 FFT 运算。 没有加窗。没有任何多余的东西。点数任意设。 这个程序已经直接在BC下调试通过。 12.txt是GOLDWAVE将1KHz的保存为文本文件。 左右声到各一个,所以在文件中有N多个两个一样的值。 所以C在打开文件后要取两次,丢掉其中一个。 FFTRESU.TXT是FFT后的结果。-Float point FFT C program Very easy. No window.Any points.
Improvement-of-CB-a-BC-Algorithms-for-Learning-St
- Berbicara tentang algoritma BC
max
- 实验描述:给定X和Y都是n位整数,计算乘积XY。分治算法思想,将n位X和Y分成2段,每段n/2位。则X分为AB两段,Y分为CD两段。 有X=A*(10)^(n/2)+B,Y=C*(10)^(n/2)+D;XY=(A*(10)^(n/2)+B)(C*(10)^(n/2)+D)=AC*(10)^n+(AD+BC)*(10)^(n/2)+BD。 -Experiment: given X and Y are n-bit integers, calculate the product of the
numerical-analysis-class-library
- VC++,BC++数值分析类库 粟塔山那本书的-for numerical analysis by Su Tashan
bc-1.06
- 大名鼎鼎的Linux下计算器bc的源代码-GNU bc version 1.06 Program: GNU bc Author: Philip A. Nelson E-mail: phil@cs.wwu.edu OS: UNIX
1D-STEADY-HEAT-EQN_EXPLICITE_NEUMAN-BC
- 1D STEADY HEAT EQN_EXPLICITE_NEUMAN BC
1D-STEADY-HEAT-EQN_EXPLICITE_ROBIN-BC
- 1D STEADY HEAT EQN_EXPLICITE_ROBIN BC.
111
- N阶线性方程组,可解多种方程。缺点是分布录入系数,操作较为复杂。过程中容易因录入错误导致计算错误-linear equation bc
BC
- A graphical implementation of Honoy. Parametric and complete
VC-numerical-analysis-library-(CD)
- VC++和BC++数值分析类库》光盘 光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线绘制程序Plot.exe 。-VC++ and BC++ numerical analysis library CD THE CD include the*.dll,*.lib*.h files of the numerical analysis library in
fiv2
- 求解一维层流火焰程序,很好用,可以作为燃烧学的入门程序-solve for laminar Damkohler number.Solve the laminar flame problem for Le# = 1.Use the steady equations and solve on the phase plane.Solve as boundary value problem and use shooting to satisfy 2nd bc.