搜索资源列表
DES_E_D
- 这是一个VC++6.0下写的DES算法的源码,该程序在控制台输入字符串,实现加密
fft
- 简单的fft控制台程序,可以处理序列长度为二的次方的序列
Ising
- Ising模型,模拟无磁场铁磁性物质相变。vc控制台,c的随机数不太好用,用Fortran改写计算会快很多。
IsingB
- 模拟计算磁滞回线,Ising模型。vc控制台,c的随机数不太好用,用Fortran改写计算会快很多。
simplex
- 用单纯性法求解线性规划问题,并通过控制台输入系数矩阵。
trix
- 三角网的生成算法,是win32控制台程序,能自动构成Delauney三角网-triangulation algorithm for the generation of console win32 procedures, automatically constitute Delauney triangulation
FitLine
- 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0
Newmark
- 实现Newmark法的fortran 控制台程序-Newmark method to achieve the fortran console procedures
leastsquaresprocedure
- 最小二乘法简单实现代码 在控制台程序下运行的-Realize easy least squares procedure code in the console running under
FFT_fixedPoint_VCdemo
- VC下开发的定点FFT程序,有图形演示。 非控制台程序。 支持128、256、512、1024、2048等长度。-the fixed-point FFT developed under VC++,demo in graphics. Not a console program! 128,256,512,1024,2048 Point is supported.
Lagrange
- 计算拉格朗日插值。控制台输入用于插值的数据x,y。-Lagrange Interpolation Problem.
Hannoi
- 实现著名汉诺塔的功能的控制台程序,效率比较高,结构简单。采用经典递归调用方法。-the old games of indian hannoi interisting and wise.
Gause
- 一个关于高斯函数的控制台程序,可以解求线性方程组-The Gaussian function on the console of a program, you can seek solutions of linear equations
FuzzyComputing
- 本人使用C++开发的控制台程序,能够辅助进行模糊控制参数的运算-C++ development of the console program, to assist the operation parameters of the fuzzy control
SolveQuadricEquationWithOneUnknown
- 在控制台模式下,输入一元二次方程的系数,结果输出为方程的根-input:quotients of equation output:the root of equation
biaodashi
- 一个表达式求值的程序。控制台输入表达式,打印出结果。-An expression evaluation procedures. Console input expression, print out the results.
equation
- 解线性方程组的控制台程序,程序里有一个向量类,一个矩阵类和一个方程类;可以用键盘输入数据,也可从文本文件中读入数据,输出结果到屏幕和文本文件。-Linear Equations of the console program, the program there is a vector class, a matrix equation of class and a class can use the keyboard input data can also be read from a text
Cows-Problem
- 解母牛问题的控制台程序,包含一个cpp文件和一个头文件。-Solutions to the cows problem, contains a cpp file and a header file.
013
- 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
LinearPlan
- 利用单纯型法求最大值和最小值 这里是控制台的程序-Simplex method using the maximum and minimum demand