-
快速搜索磁盘文件
资源描述
可以快速搜索磁盘文件。
使用DeviceIoControl对磁盘文件管理表进行快速的搜索。可以快速的检索到磁盘上的文件。
- 2022-02-12 17:27:10下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode<T>...
二叉树的递归算法:计算高度、结点个数、交换左右儿子
问题的描述
写一完整函数,计算树的结点数目int CountNode(BTNode* &t);
完善以下两个函数:
计算树的高度int Depth(BTNode* &root);
对树的所有子树交换左右孩子void swapsons(BTNode* &t);-Binary Tree Recursive Algorithm: Calculate the height of node number, the exchange about the issue of his son to write a complete description of function, calculating the number of tree node int CountNode (BTNode
- 2022-02-12 18:10:20下载
- 积分:1
-
基于Wince4.2操作系统,EVC开发环境下串口通讯源码
马上可用
基于Wince4.2操作系统,EVC开发环境下串口通讯源码
马上可用-Wince4.2 based operating systems, development environments EVC serial communication immediately available source
- 2022-06-29 03:57:00下载
- 积分:1
-
栈的应用,它是非
有关栈的应用,是对于迷宫求解的非递归方法-The application of the stack, which is the non-recursive method of solving the maze
- 2022-05-11 01:37:58下载
- 积分:1
-
一个创建IE快捷方式到桌面的实例、可更打开快捷方式时所指向的URL地址~~可直接编译使用~...
一个创建IE快捷方式到桌面的实例、可更打开快捷方式时所指向的URL地址~~可直接编译使用~-Create a shortcut to the desktop IE instance, can be more open the shortcut pointing to the URL address of the time can be directly compiled using ~ ~ ~
- 2022-08-08 21:13:08下载
- 积分:1
-
定时倒计时自动关机软件,可用两种方式设置关机,可隐藏到系统托盘,没有使用提升应用程序权限的形式,最后关机调用的是系统命令,如果说生成的exe文件不改名的话,可能...
定时倒计时自动关机软件,可用两种方式设置关机,可隐藏到系统托盘,没有使用提升应用程序权限的形式,最后关机调用的是系统命令,如果说生成的exe文件不改名的话,可能会无法关机,因为这个exe文件可能会与系统的shutdown命令同名-Automatic shutdown software countdown timer can be set off in two ways, to hide the system tray, do not use the authority to upgrade the application form, the last system shutdown command is called, if the generated exe file does not change its name, it may not be able to shutdown, because the exe file and system may be of the same name of the shutdown command
- 2022-08-26 10:20:50下载
- 积分:1
-
VC++6.0开发的交通地图管理程序,包括管理路口、管理道路等。
VC++6.0开发的交通地图管理程序,包括管理路口、管理道路等。-VC++6.0 development management procedures of the traffic map, including the management of the junction, the management of roads.
- 2022-09-27 10:50:03下载
- 积分:1
-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1
-
jmail free fot the email
jmail free fot the email
- 2022-03-19 15:06:20下载
- 积分:1