-
一个用C++编写的DLL小文件例子,用来学习DLL编写很不错哦
一个用C++编写的DLL小文件例子,用来学习DLL编写很不错哦-A use of C++ written a small DLL file example used to study the preparation of a good DLL Oh! !
- 2022-02-09 23:46:09下载
- 积分:1
-
实现线性表的基本算法 及其功能的实现
可以对其进行插入 删除 查询等操作...
实现线性表的基本算法 及其功能的实现
可以对其进行插入 删除 查询等操作-The basic algorithm to achieve a linear form and function of the realization of their insertion can delete queries and other operations
- 2023-08-13 10:20:03下载
- 积分:1
-
millisecond time procedure
毫秒计时程序-millisecond time procedure
- 2023-09-03 06:40: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
-
提供一个Windows 服务的程序框架,使程序成为Windows服务程序
提供一个Windows 服务的程序框架,使程序成为Windows服务程序-Provide a procedural framework for Windows services, so that procedures become a Windows service program
- 2022-01-26 06:31:30下载
- 积分:1
-
使用Csharp基于.net framework2.0做的一个时钟程序,供初学者参考。...
使用Csharp基于.net framework2.0做的一个时钟程序,供初学者参考。-The use of C sharp. Net framework2.0 to do a clock program for advanced users.
- 2023-05-21 09:55:03下载
- 积分:1
-
内存映射文件例子
内存映射文件例子-memory mapping file examples
- 2022-02-06 19:38:10下载
- 积分:1
-
利用shell编程实现进程删除自身sdk
利用shell编程实现进程删除自身sdk-The use of shell programming process to delete their own sdk
- 2022-07-27 00:32:01下载
- 积分:1
-
轻驱动器控制
光驱控制 - The light drives to control
- 2022-02-27 00:57:52下载
- 积分:1
-
一个小的操作系统代码,非常简单易用,但结构很完整,可供开发者参考学习。...
一个小的操作系统代码,非常简单易用,但结构很完整,可供开发者参考学习。-A small operating system code, very simple to use, but the structure is complete and available for developers to refer to learning.
- 2022-03-21 10:43:14下载
- 积分:1