-
TC256图形函数库的使用方法,浙江大学TC图形处理教程
TC256图形函数库的使用方法,浙江大学TC图形处理教程-TC256
- 2022-07-19 03:40:42下载
- 积分: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
-
一套好的IP地址,VC++ 6例子的源代码,用MFC编写,等。
一个很好的设置IP地址的VC++6.0例子源代码,采用MFC编写,对开发人员可以起到抛砖引玉的作用-A good set of IP addresses VC++ 6.0 example source code, using MFC to prepare, on the developers can start to play the role of
- 2022-04-12 23:56:08下载
- 积分:1
-
比较各种排序方法的效率
主要内容
选择四种以上的排序方法,采用随机生成的数据,登记并比较各个排序方法的比较次数和交换次数,计算排序所用的时间,验证各个排...
比较各种排序方法的效率
主要内容
选择四种以上的排序方法,采用随机生成的数据,登记并比较各个排序方法的比较次数和交换次数,计算排序所用的时间,验证各个排序方法效率。-Compare the efficiency of the sorting method of choice of content more than four sorting methods, using randomly generated data, the registration and compare the various methods of sorting and exchange of the number of comparisons, calculate the time used to sort, verify the efficiency of various sorting methods.
- 2022-03-11 13:29:08下载
- 积分:1
-
多文档多文件类型程序演示
多文档多文件类型程序演示-more documentation procedures more file types demo
- 2022-02-13 02:56:42下载
- 积分:1
-
VC is a virtual process, the keyboard input on the show that is a good learning...
是一个虚拟VC程序,键盘输入就显示,是一个比较好的学习材料。-VC is a virtual process, the keyboard input on the show that is a good learning materials.
- 2022-04-10 20:37:57下载
- 积分:1
-
操作系统可变分区分配是应用较广泛的一种存储管理技术,此程序用VC构造分区描述数据结构,编制分区分配和回收算法...
操作系统可变分区分配是应用较广泛的一种存储管理技术,此程序用VC构造分区描述数据结构,编制分区分配和回收算法-operating system through distribution is variable over a wide range of a storage management technology, this procedure VC tectonic describe data structure, the preparation of regional distribution and recovery algorithm
- 2023-04-13 22:05:04下载
- 积分:1
-
链表模板类的定义及使用
链表模板类的定义及使用-Chain template class definition and use
- 2022-04-07 23:57:33下载
- 积分:1
-
访问存储卡大小
获取显卡的显存大小-access to the memory card size
- 2022-10-19 12:35:04下载
- 积分:1
-
打印日志的类
自己封装的Log类,用于打印日志输出作用,线程安全的!定义了5个不同级别的,可以让使用者灵活使用,代码简单易懂!
- 2023-06-07 06:20:03下载
- 积分:1