-
列表控件的自绘功能,及列表控件的使用。通过自定义类,实现自定义的控件列表。
列表控件的自绘功能,及列表控件的使用。通过自定义类,实现自定义的控件列表。-Self-drawn list control functions, and controls the use of the list. Through custom categories, the realization of a custom list control.
- 2022-02-10 11:49:52下载
- 积分:1
-
This procedure is used to achieve the MFC to read out the MAC address, and be ab...
这个程序是用MFC来实现的能够读出MAC地址,并能够以显示出地址,以16进制的形式-This procedure is used to achieve the MFC to read out the MAC address, and be able to demonstrate address, 229 to 16 in the form of
- 2022-12-20 06:50:03下载
- 积分:1
-
建立哈夫曼树和哈夫曼编码的程序,每一行都有详细的注解,比较适合初学者...
建立哈夫曼树和哈夫曼编码的程序,每一行都有详细的注解,比较适合初学者-The establishment of Huffman trees and Huffman coding procedure, each line has a detailed annotation, more suitable for beginners
- 2023-04-12 19:40:03下载
- 积分:1
-
对链表分段的函数,使用链表的长度信息。其次要求把归并排序的每一步过程都打印出来。自己构造一个链表类并实现,用于排序。另外生成随机数的类...
对链表分段的函数,使用链表的长度信息。其次要求把归并排序的每一步过程都打印出来。自己构造一个链表类并实现,用于排序。另外生成随机数的类-Section of the list function, use the length of the message list. Second, requested that the process every step of mergesort are printed. Construct their own class and implement a list for sorting. Another class of random number generation
- 2023-03-23 13:50:03下载
- 积分:1
-
打印三角形,VC开发
打印三角形,VC开发-Print triangle, VC
- 2022-04-06 23:14:00下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1
-
伦敦八分钟视频,可以随便下载啊,欢迎下载
伦敦八分钟视频,可以随便下载啊,欢迎下载-London 8 minutes video, can be downloaded ah, welcome to download
- 2023-01-26 14:25:04下载
- 积分:1
-
jjsvajcvsa
/*
- 2023-03-18 23:15:06下载
- 积分:1
-
文字的颜色渐变的源程序
文字的颜色渐变的源程序-text color gradient of the source
- 2022-07-06 23:17:53下载
- 积分:1
-
利用SetWindowsHookEx方法,建立SHELL钩子,对所有打开关闭的进程进行记录。...
利用SetWindowsHookEx方法,建立SHELL钩子,对所有打开关闭的进程进行记录。-Using SetWindowsHookEx for ways to build SHELL hook, closed to all open records process.
- 2023-02-05 01:15:03下载
- 积分:1