-
教你如何打开文件及关闭文件,是一个很好的学习例子!
教你如何打开文件及关闭文件,是一个很好的学习例子!-Teach you how to open the file and close the document, is a good example of learning!
- 2022-04-24 07:03:39下载
- 积分:1
-
generated hues and saturation gradient image
生成色调和饱和度渐变的图像-generated hues and saturation gradient image
- 2022-03-23 13:04:40下载
- 积分:1
-
图形化界面的计算器
图形化界面的计算器。支持算法优先。
有两种模式:一种是输入一个完整表达式,获取计算结果,这种工作模式类似于我们的计算表达式的过程;第二种是进行即使计算,即显示单步计算的中间结果,这种工作模式类似于普通计算器功能。
计算器包括2个文本框,一个输入框,一个输出框
支持阶乘
- 2022-04-22 07:09:44下载
- 积分:1
-
大富翁棋牌类小游戏,函数编写,游戏编程中的经典例子
大富翁棋牌类小游戏,函数编写,游戏编程中的经典例子-Monopoly game chess classes, functions to prepare the game in the classic example of programming
- 2023-03-18 03:10:04下载
- 积分:1
-
Returns unique elements in an array and all the indices for the repetitious valu...
Returns unique elements in an array and all the indices for the repetitious values
- 2023-04-19 04:15:03下载
- 积分:1
-
求阶乘算法(0
求阶乘算法(0---10000)标准C++语言控制台应用程序 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助-The arithmetic for counting factorial(0-10000)
This is a standard C++ language console application, many people could want to relize the factorial of some large numbers, but the memory space of the standard data type provided by the C++ is too small, so it can not realize at all. But we can realize it by other method, the program realize the factorial of the number you give by a simple arithmetic ,this is a short and easy program, and there are remarks everywhere, I believe that everyone can easily understand it, after downloading the sound code you can open it in VC6.0, then edit and run it. you also can change something to realize the factorial of a larger number, the reader who is interesting in it can have a try, there are more happiness in it!! At last,
- 2023-02-22 10:45:03下载
- 积分:1
-
c builder used for file manipulation
用c++builder进行文件操作-c builder used for file manipulation
- 2023-05-14 19:35:03下载
- 积分:1
-
运用递归下降子程序法,实现整数四则运算表达式的语法分析程序。...
运用递归下降子程序法,实现整数四则运算表达式的语法分析程序。-Decline in the use of recursive subroutine method, to achieve an integer 4 expression is the syntax analysis program.
- 2022-12-01 13:40:03下载
- 积分:1
-
列举出运行的进程,并能终止一些进程,系统进程终止不了,有待改进...
列举出运行的进程,并能终止一些进程,系统进程终止不了,有待改进-To list running processes, and can terminate some processes, system processes can not be terminated, room for improvement in
- 2022-06-11 19:50:46下载
- 积分:1
-
MicroDVR-简单的视频安全使用网络摄像头,运动检测
这是一个简单的应用程序,允许用户使用可用的 VideoCaptureDevices (网络摄像头s) 作为安全摄像机。该接口允许用户记录特定的摄像机视频文件 (.avi) 到本地存储 (记录路径也可以通过设置界面) 等。用户可以在任何时候将焦点设置在任何相机上。对于每个摄像机,我们可以启用运动检测,对运动和自动记录在议案上的发出蜂鸣音。
- 2022-03-13 11:20:54下载
- 积分:1