-
注册表的操作,API为我们提供了对注册表的读取,写入,删除,以及打开注册表及键值时所有函数...
注册表的操作,API为我们提供了对注册表的读取,写入,删除,以及打开注册表及键值时所有函数
-The operation of the registry, API has provided us with the registry of the read, write, delete, and open the registry and all function keys
- 2022-02-21 05:46:22下载
- 积分:1
-
巧妙实现windows程序的重复允许限制,使每个实例只能允许一次。...
巧妙实现windows程序的重复允许限制,使每个实例只能允许一次。-cleverly achieved windows of repeat procedures allow restrictions, each allowing only one example.
- 2022-03-24 20:07:19下载
- 积分:1
-
Modular C Programming Language Guide, c programming ski
模块化C编程语言指南
- 2023-07-25 22:10:03下载
- 积分:1
-
分形 visual c + +
此程序是一个分形程序,此程序必须工作在 visual c + + 中与 windows 98 和 xp 和不工作由赢 7
- 2023-03-11 16:40:04下载
- 积分:1
-
计算机底层资料 计算机底层资料
计算机底层资料 计算机底层资料-The bottom of the bottom of the computer information on computer data
- 2022-11-19 09:15:04下载
- 积分:1
-
茶楼管理系统
某学院第三届信息系统开发竞赛初赛作品
- 2022-09-15 19:40:06下载
- 积分:1
-
一款小小的播放器可以进行简单的音频播放特点是体积小
一款小小的播放器可以进行简单的音频播放特点是体积小-a small media player which can play some simple audio file with small size
- 2022-02-07 11:19:45下载
- 积分:1
-
控件(DBEditHz)开发的例子,可以参考此开发控件.希望对初学者有少少帮助!...
控件(DBEditHz)开发的例子,可以参考此开发控件.希望对初学者有少少帮助!-Controls (DBEditHz) developed examples can refer to this development controls. Hope to have some help for beginners!
- 2022-09-28 04:15:02下载
- 积分:1
-
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows:
Input Format:
The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges
Second row, enter information in each vertex, that enter each vertex character
Start typing in the third line of each side, each side in the form of two vertices
- 2022-01-26 03:32:41下载
- 积分:1
-
操作注册表的例子
罗的操作注册表的例子
.386
.model flat, stdcall
option casemap :none
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Include 文件定义
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
include windows.inc
include user32.inc
includelib user32.lib
include kernel32.inc
includelib kernel32.lib
include Advapi32.inc
includelib Advapi32.lib
;>>>>>>>>>>>>>>>>>
- 2022-06-30 19:09:30下载
- 积分:1