搜索资源列表
vc511678900355
- 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。在下在此表示衷心的感谢!!!!! -many peop
mrsim-win
- winwods下的组播路由算法仿真程序, vc6开发,是根据上次传的linux版本 改编而成。-winwods the multicast routing algorithm simulation program, vc6 development, is based on the previous version of Linux-wing.
SpiralMatrix
- 螺旋矩阵的生成,vc6.0 螺旋矩阵的生成,vc6.0-spiral matrix generation, vc6.0 spiral matrix generation, vc6.0
CPD
- 曲线角点检测的二种算法,用VC6实现,带有6点测试用例。-curve corner detection of two types of algorithms, using VC6 realized, with 6:00 Test.
compact3
- 自己写的高精度紧致差分格式,包括 Pade格式(FST) 二阶精度中心格式(SLW) 二阶精度迎风格式(MXD) 宽网格基二阶精度中心格式(SLW) 五阶精度迎风紧致格式(MXD) 写成C++类,使用VC6.0环境,计算数据文件可用tecplot画图。 -himself wrote the compact high-precision differential format including Pade format (FST) second order accurac
Riemann
- burgers方程的数值解,包括L-W格式,L-F格式,Upwind格式,以类组织,VC6.0环境-burgers numerical solution of equations, including L-W format, L-F format, Upwind format, category, environment VC6.0
advection2
- 求解对流微分方程:u_t+a(x,t)u_x=0,具体说明在程序中,四种经典格式,写成类的形式,VC6.0环境 -solving differential equations convection : a u_t (x, t) = 0 u_x specify the procedures, Four classic format, type written in the form of environmental VC6.0
MyMatrixVtr
- 自己写的矩阵向量库,测试通过,常用运算符经过重载,VC6.0环境下运行。-himself wrote the vector matrix, the test, usually after heavy Operators, VC6.0 operating environment.
SIMPLE001
- simple算法源程序,包括一个PDF文件说明算法的具体过程,希望对计算流体力学的同学有帮助,用VC6.0写成-simple algorithm source code, including a PDF document explains the specific algorithm process, CFD hope to help students with written VC6.0
Julia_Set
- Julia集的分形算法,包括作图,使用VC6.0编写-Julia Sets fractal algorithms, including mapping, the use of the preparation VC6.0
danchunxing
- 实现线性规划的单纯性法,编译环境VC6.0,开发语言C++。
Interpolation.VC6
- 刚学数值分析,就碰到了插值。于是用VC编写了这个小程序。功能:绘制原函数、Lagrange插值、三次样条插值函数。移动鼠标就可以查看函数值。Enjoy it!
MATPRO
- MPICH2+VC6.0 并行计算程序,实现矩阵乘法
MATSUM
- MPICH2+VC6.0,并行计算程序,实现矩阵加法
mpitest
- MPICH2+VC6.0 并行计算程序,实现函数求积分
fouriertransform
- 此程序是在VC6.0基础上对图像进行傅里叶变换。
VC6动态链接库的编写和调用——四则表达式计算
- 先编写MFC DLL,打开VC++6.0 => File => New => Project => MFC AppWizzard(dll),在 Project name 里输入Calc =>Next => Finish. 好了,现在你打开Workspace的FileView就可以看到已经有Calc.h、Calc.cpp、stdafx.h、stdafx.cpp这4个文件了.-first prepared MFC DLL, opening VC 6.0 = gt;
manipulator program simulation
- 机械臂正解反解代码 vc6.0环境 可输入6个角度值 输出相应值和图
机械优化设计黄金分割法程序
- 机械优化设计,黄金分割法程序,程序可以在vc6.00++环境运行,Optimal Design of Machinery, golden section method procedures, the procedures can vc6.00++ environment to run
FitLine
- 采用最小二乘的方法拟合出了一条空间直线,用VC6.0编写的控制台程序-Using the method of least squares fitting of a straight line in space with console procedures prepared by VC6.0