-
windows响应模拟
资源描述一个MFC小程序,通过这个程序模拟Windows的响应机制,理解Windows的消息响应原理。
- 2022-04-21 13:08:57下载
- 积分:1
-
an arithmetic software on the network game "Mu".it was used to enjoy myself in t...
网游奇迹的战士配点算法软件,是当初游戏时自己编写来玩的,采用VC编写,界面简单使用方便!-an arithmetic software on the network game "Mu".it was used to enjoy myself in the first. it was writen by Vc ,and was designed very convenient to use .
- 2022-02-20 17:45:12下载
- 积分:1
-
一个贪吃蛇游戏建18个image控件组 名为 sn(0) sn(1) ...sn (17)一个timer1 一个label2 用来记分三个image名为 pg...
一个贪吃蛇游戏建18个image控件组 名为 sn(0) sn(1) ...sn (17)一个timer1 一个label2 用来记分三个image名为 pg she和st 分别放苹果 蛇身和蛇头的图片所有image的长 宽 都为255一个shape 名为 sh 长宽为4590源码如下 (本人要读书,不太完善)-a game built 18 image control group called sn (0) sn (1) ... sn (17) a timer1 points to a three label2 image and she called pg st respectively Apple Snake-Body and take pictures of all snakeheads image of the taxi driver to 255 1 Chang called sh shape for the 4590 source code as follows (I have to study, not quite perfect)
- 2023-08-22 12:10:03下载
- 积分:1
-
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,...
Description:
采用邻接表表示有向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列,边的输入按照边的顶点序号从小到大的顺序排列,如下图的边的输入顺序为0 1,0 2,0 3,1 2,1 3,2 4,3 4共七条边,邻接表的边结点采用头插法。本输入样例中所用的图如下所示:
Input Format:
第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数
第二行输入各顶点的信息,即输入每个顶点字符
第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行
Output format:
首先输出图的顶点信息,输出完毕换行
接着输出图的邻接表,格式为首先输出第一个顶点,接着输出该顶点的所有的临界点的序号,换行,然后输出下一个顶点及邻接点,以此类推
接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行
最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行
-Description:
Adjacency list using said directed graph to complete the map creation, map of the depth-first traversal, breadth-first graph traversal operations. In which vertex information is character, the graph vertices in order arranged by character number, while the input side of the vertex according to serial number from small to large order, the following graph of the input side of the order of 0 1,0 2,0 3,1 2,1 3,2 4,3 4 a total of seven edge, the edge-node adjacency list using the first interp
- 2022-01-28 23:09:39下载
- 积分:1
-
通过查询网卡MAC地址与用户已设好的MAC地址及IP列表文件比较,快速的修改计算机名和IP地址...
通过查询网卡MAC地址与用户已设好的MAC地址及IP列表文件比较,快速的修改计算机名和IP地址-inquiries by MAC address has been set up with a good user MAC address and IP Filesystem, Rapid changes the computer name and IP address
- 2022-02-02 07:20:32下载
- 积分:1
-
是JXSE的全部源代码。
需要jxse的jar包和JDK 5.0支持运行。
包含有ID,服务,查询,管道等...
是JXSE的全部源代码。
需要jxse的jar包和JDK 5.0支持运行。
包含有ID,服务,查询,管道等-Is JXSE all the source code. Jxse the jar need to package and support for JDK 5.0 to run. Contains ID, service inquiries, pipelines, etc.
- 2023-01-29 00:45:03下载
- 积分:1
-
CSDN程序员网站的关于ASP.NET的资料收集
CSDN程序员网站的关于ASP.NET的资料收集-Information about ASP.NET is collected from csdn programmer network station.
- 2022-04-23 23:36:48下载
- 积分:1
-
在Java中轻松打印文档,java中打印文档的解决
在Java中轻松打印文档,java中打印文档的解决-in Java easily print documents, print documents java solution
- 2022-06-12 11:03:22下载
- 积分:1
-
vc++ off your lid to a C++ programmers and want to further upgrade the technolog...
vc++ 掀起你的盖头来
一个C++程序员,想要进一步提升技术水平的话,应该多了解一些语言的语意细节。对于使用VC++的程序员来说,还应该了解一些VC++对于C++的诠释。Inside the C++ Object Model虽然是一本好书,然而,书的篇幅多一些,又和具体的VC++关系小一些。因此,从篇幅和内容来看,译者认为本文是深入理解C++对象模型比较好的一个出发点。-vc++ off your lid to a C++ programmers and want to further upgrade the technological level, they should know more about some of the details of the language semantics. For the use of VC++ Of programmers, but also should be aware of some VC++ For C++ Interpretation. Inside the C++ Object Model is a good book, however, the length of the book more, but also and specific VC++ Relations smaller. Therefore, from the length and content, the translator of this article consider an in-depth understanding of C++ Object model of a relatively good starting point.
- 2023-05-13 03:45:03下载
- 积分:1
-
太和电子科技有限公司采用国内先进的技术与设备竭诚为国内广大客户提...
太和电子科技有限公司采用国内先进的技术与设备竭诚为国内广大客户提-Taihe Electronic Technology Co., Ltd. using domestic advanced technology and equipment dedicated for domestic customers to
- 2022-03-14 20:56:30下载
- 积分:1