-
Windows自带的
windows自带的api存在问题,微软自己的文档都说在磁盘访问频繁的情况下,初始分配的定额缓冲区会溢出,造成部分磁盘访问不能监视,就是readdirectorychangesw这个函数存在问题,本类很好的解决了这个问题。-windows built-in api problems, Microsoft
- 2022-06-30 00:35:33下载
- 积分:1
-
stdafx.h 不要下载这个,没有用的
stdafx.h 不要下载这个,没有用的-Andrew stdafx.h lynx stamp your weak soil, Tanzhong bleed at the nose cavity using
- 2022-07-27 02:54:12下载
- 积分:1
-
1个获取windows系统相关信息的实例
1个获取windows系统相关信息的实例-access to a Windows system information related to the case
- 2023-05-04 06:55:03下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
c专家编程
《C专家编程》展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。本书可以帮助有一定经验的C程序员成为C编程方面的专家,对于具备相当的C语言基础的程序员,本书可以帮助他们站在C的高度了解和学习C++。
- 2023-05-04 14:25:05下载
- 积分:1
-
测试 PB 调用DLL
测试 PB 模块嵌入历史系统
测试 PB 调用DLL
测试 PB 模块嵌入历史系统-PB test PB call DLL modules embedded in the history of test system
- 2023-06-12 13:00:04下载
- 积分:1
-
枚举过程,得到你想要的东西的过程中,可以使你的程序…
列举进程, 得到你想要的进程,可以做进程监视用-Enumeration process, the process of getting what you want, you can make the process of monitoring by
- 2022-03-26 19:17:00下载
- 积分:1
-
VC中如何捕获和释放鼠标
VC中如何捕获和释放鼠标-VC how to capture and release the mouse
- 2023-06-21 17:55:02下载
- 积分:1
-
U盘过滤驱动系统源代码主要是用DDK来实现的
U盘过滤驱动系统源代码主要是用DDK来实现的-U disk drive system source code filter is mainly used to realize the DDK
- 2023-08-03 21:15:02下载
- 积分:1
-
实现两个鼠标同时控制一台电脑!
控制键4,5,6,7,8,9
实现两个鼠标同时控制一台电脑!
控制键4,5,6,7,8,9-Realize both the mouse to control a computer at the same time! Control keys 4,5,6,7,8,9
- 2022-06-14 21:42:44下载
- 积分:1