-
可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法...
可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。解压密码 本站默认解压密码:www.supcode.com -many people may have thought about the need to achieve some of the relatively large number of factorial. But C is the standard data types of its storage space is too small, it is impossible to achieve. We can through other methods to achieve this procedure with a very simple algorithm for the factorial, the procedures are short, is also very simple, and Notes everywhere, I believe we can easily understand them Download source VC6.0 after the open and then compile it to run. After some procedural changes can achieve greater number of factorial, interested readers at the end of the procedure after a try hands, Fun for all at! ! Hope this process will give us some help. There may be many procedural deficiencies that warm welcome to you all
- 2022-01-25 17:48:42下载
- 积分:1
-
该程序创建料一个avi动画文件的窗口,在本程序启动开始一段动画,当用户操作鼠标或键盘时停止...
该程序创建料一个avi动画文件的窗口,在本程序启动开始一段动画,当用户操作鼠标或键盘时停止-The program is expected to create an avi animation file window, in the present proceedings began a period of animation, when the user stops the mouse or keyboard
- 2022-05-25 18:40:06下载
- 积分:1
-
用VC++开发的简化版CAD绘图程序,功能还可以自己完善和更改,可以作为学习的范例。...
用VC++开发的简化版CAD绘图程序,功能还可以自己完善和更改,可以作为学习的范例。-VC development of the CAD simplified procedures, functions they can improve and change. can be used as an example to study.
- 2022-07-20 19:18:47下载
- 积分:1
-
VC动感编程源程序
VC动感编程源程序-VC dynamic programming source
- 2023-03-07 21:10:04下载
- 积分:1
-
该程序能对图象进行高斯模糊处理,用VC写的,喜欢大家能喜欢...
该程序能对图象进行高斯模糊处理,用VC写的,喜欢大家能喜欢-the procedures for Gaussian fuzzy image processing, with VC write, like everybody can like
- 2022-03-25 00:06:27下载
- 积分:1
-
bmp图像中隐藏信息
bmp图像中隐藏信息-bmp images for hidden messages
- 2022-01-25 14:56:35下载
- 积分:1
-
基于双主成分分析
基于二维PCA对人脸进行识别,对图像有很好的降维作用,且识别率比pca好-PCA based on two-dimensional human face recognition, the image is very good landing peacekeeping role, and the recognition rate better than pca
- 2022-02-15 09:02:05下载
- 积分:1
-
这是数码相机标定的一个算法,非常的好用,很精典
这是数码相机标定的一个算法,非常的好用,很精典-This is a digital camera calibration algorithm, very easy to use, it is classical
- 2022-04-13 07:09:41下载
- 积分:1
-
利用VC++ 6.0,实现朱利娅图的绘制功能
利用VC++ 6.0,实现朱利娅图的绘制功能-VC 6.0, achieving julija the drawing function
- 2022-07-03 17:12:50下载
- 积分:1
-
SIFT算法
本代码实现了SIFT算法,首先获得差分图像尺度空间,寻找局部极值点,找到关键点,然后,对关键点生成特征描述符。实验效果很好。
- 2023-08-09 01:20:04下载
- 积分:1