-
这是一个基于MFC框架下剪贴板操作的代码,希望对于初学者有一定的帮助...
这是一个基于MFC框架下剪贴板操作的代码,希望对于初学者有一定的帮助-This is an MFC-based operation under the framework of the clipboard code, hoping for some help for beginners
- 2022-04-23 12:01:34下载
- 积分:1
-
windows 2000 下强行进行关机的一些文档
windows 2000 下强行进行关机的一些文档-under forcible shutdown of some documents
- 2022-08-19 10:30:30下载
- 积分:1
-
读写ini文件
读写ini文件 -Read and write ini file to read and write ini files
- 2022-01-26 08:04:00下载
- 积分: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
-
在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。...
在安装应用程序的过程中有时需要实现关闭或重启计算机的功能。本实例将介绍如何用Visual C++控制计算机的关机和重启。-In the process of installing the application is sometimes necessary to achieve the shut down or restart the computer functions. This example describes how to use Visual C++ control computer shutdown and restart.
- 2022-03-24 04:57:56下载
- 积分:1
-
简单的环境继承(persistence)库?虻サ幕肪臣?persistence)库
简单的环境继承(persistence)库?虻サ幕肪臣?persistence)库
-simple environmental inheritance (persistence) for simple environmental inheritance (persistence) for the environment following the simple (persistence) library
- 2023-07-27 13:20:03下载
- 积分:1
-
一个可以替换NT登录程序的程序
一个可以替换NT登录程序的程序- May replace NT to register the procedure the procedure
- 2022-02-01 11:43:48下载
- 积分:1
-
41时间读写系统实例
实例41 读写系统时间-41 examples of time reading and writing system
- 2022-02-05 12:52:17下载
- 积分:1
-
本程序实现了简单的注册表操作。 具体有编辑目录,键值,指定开机运行程序等。...
本程序实现了简单的注册表操作。 具体有编辑目录,键值,指定开机运行程序等。-realized by the simple operation of the registry. Specific editorial directory, keys, the designated boot operating procedures.
- 2022-01-26 03:33:28下载
- 积分:1
-
用C编写的农夫过河问题,可以自己运行一下
用C编写的农夫过河问题,可以自己运行一下-prepared by the farmer across the river that can operate on its own what
- 2022-05-25 15:45:51下载
- 积分:1