-
格式化磁盘
经典的C++格式化磁盘的代码,提供接口和内部实现,在vs2005中可以成功运行,并且提供选择要格式化的盘符的功能。
在对话框初始化时,先实现提示显示盘符,当选择好之后,点击格式化按钮,直接执行格式化选择的盘符,基本功能全部可以实现。
- 2022-02-12 21:26:01下载
- 积分:1
-
Building Solutions With Microsoft Dot NET Compact Framework e
使用Microsoft Dot NET Compact Framework电子书构建解决方案
- 2022-03-14 04:00:56下载
- 积分:1
-
自己编写的Dtmf的matlab仿真的fig文件,在matlab6。0下编译通过
自己编写的Dtmf的matlab仿真的fig文件,在matlab6。0下编译通过-Fig file of Mathlab Dtmf Emulation. matlab6.0
- 2022-06-20 05:17:46下载
- 积分:1
-
Iterative Closest points算法,被广泛应用在3d领域,这里实现了将两团点云align到一起的功能...
Iterative Closest points算法,被广泛应用在3d领域,这里实现了将两团点云align到一起的功能-Iterative Closest points algorithm, has been widely used in the field of 3d, where the implementation of the two groups to align with the point cloud of the function
- 2022-01-21 19:07:54下载
- 积分: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
-
Windows ce is it come moon application more to get in a lot of occasion as embed...
windows ce作为嵌入式的操作系统在许多场合得到越来月多的应用,这个是用evc编写的注册表查看工具的原代码-Windows ce is it come moon application more to get in a lot of occasion as embedded operating system, this is the primary code looking over the tool with the registration table that evc writes
- 2023-05-30 05:10:03下载
- 积分:1
-
走进stl的内容,介绍了stl的各种功能.请各位
走进stl的内容,介绍了stl的各种功能.请各位-Near to the content of STL,introduce all kinds of function,please look through.
- 2022-02-13 05:24:08下载
- 积分:1
-
遍历windows操作体统的所有进程,
并可得到详细的信息
遍历windows操作体统的所有进程,
并可得到详细的信息-Traversal of all the windows to operate the process of decency and get detailed information
- 2022-05-09 02:45:04下载
- 积分:1
-
一个指针旋转360度并且显示出来的小程序,可以修改的哦。
一个指针旋转360度并且显示出来的小程序,可以修改的哦。-a pointer rotating 360 degrees and displayed a small procedure can be amended oh.
- 2023-01-12 02:00:04下载
- 积分:1
-
进程间通信----匿名管道
匿名管道正因为提供的功能很单一,所以它所需要的系统的开销也就比命名管道小很多,
在本地机器上可以使用匿名管道来实现父进程和子进程之间的通信,
这里需要注意两点,第一就是在本地机器上,这是因为匿名管道不支持跨网络之间的两个进程之间的通信,
第二就是实现的是父进程和子进程之间的通信,而不是任意的两个进程。
然后得话还顺便介绍匿名管道的另外一种功能,其通过匿名管道可以实现子进程输出的重定向, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 18:15:15下载
- 积分:1