-
本实例介绍了如何在WINDOWS窗体上停靠控件。
本实例介绍了如何在WINDOWS窗体上停靠控件。-Introduction of the examples of how to form the docked controls WINDOWS.
- 2022-12-23 16:35:03下载
- 积分: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
-
基于MFC+opencv的字符识别程序
本工程是在Windows下基于VS2010和opencv2.4.9开发的MFC程序,利用模板匹配,Hu矩匹配的方式实现了字符识别
- 2022-03-22 04:42:25下载
- 积分:1
-
Top99行代码修改的3D拓扑优化软件 Polytop
由SIgmund的99行2维变密度法拓扑优化程序修改而得到的3维MATLAB变密度法算法,SIMP,基于OC准则。
- 2022-05-22 07:42:11下载
- 积分:1
-
这是一个非常基本的http服务器。这个服务器支持一次多重请求。目前,它仅仅支持GET请求。...
这是一个非常基本的http服务器。这个服务器支持一次多重请求。目前,它仅仅支持GET请求。-This is a very basic http server. The server supports a multiple requests. Currently, it only supports GET request.
- 2022-03-29 01:22:59下载
- 积分:1
-
报警程序比较简单,中午和下午提醒一点。
闹钟程序,比较简单,中午和下午各提醒一次,时间请有需要者自行在程序里改-alarm procedures are relatively simple, at noon and in the afternoon to remind a time please those who need to change the program
- 2022-02-06 05:25:46下载
- 积分:1
-
一个windows shell扩展程序dll源码 可以在鼠标右键的“发送到”菜单中增加一个“console window” 用于在资源管理器中打开console...
一个windows shell扩展程序dll源码 可以在鼠标右键的“发送到”菜单中增加一个“console window” 用于在资源管理器中打开console方式的exe文件 结果在新开的console窗口中显示 而不是缺省的一闪而过-a shell windows dll extension procedures in the source code by right-clicking the "Send to" menu to add a "console window" for the resource management for open console mode of exe files in the new findings open the console window shows instead of the default rather than the flashing
- 2022-03-31 19:34:38下载
- 积分:1
-
以下是本系统静态页面的实现过程。在信息发布管输入信息后,提交到一个保存页面的ASP文件,由此文件静态页面。该文件的主要代码如下 生成 html 文件的函数,建立...
以下是本系统静态页面的实现过程。在信息发布管输入信息后,提交到一个保存页面的ASP文件,由此文件静态页面。该文件的主要代码如下 生成 html 文件的函数,建立以系统时间命名,后缀“.shtml”的文件。-These are the static pages of the system implementation process. In the information dissemination management input information, save the page to submit to an ASP file, this file static pages. The main source of the document is as follows generated html file function system time to establish a name suffix ". Shtml" files.
- 2023-07-30 22:55:03下载
- 积分:1
-
practice a fingering process. Process interface which depicts the various keys (...
一个指法练习程序.程序界面中画出了各个键(限字母)在键盘上的位置,以方便初学者熟悉键盘.可以在程序中设置练习的字母范围,如A~G,H~L...还可以对练习的时间进行设置,时间到后反馈练习成绩.-practice a fingering process. Process interface which depicts the various keys (the letter) in the position of the keyboard, to facilitate beginners familiar with the keyboard. The procedure can set the scope of practice of the alphabet, A to G, H ~ L. .. can also exercise the right time set up, time after practice performance feedback.
- 2023-08-26 00:15:04下载
- 积分:1
-
一个源码例子 用于在命令行中创建任意文件的快捷方式shortcuts...
一个源码例子 用于在命令行中创建任意文件的快捷方式shortcuts-example of a source for the command line to create arbitrary files quick shortcuts
- 2022-07-09 11:56:02下载
- 积分:1