-
影子秘书的冰变小。一个用VB写的桌面小程序。有记事本,F。
冰影小秘书.一个vb写的桌面小程序.有记事本,定时提醒,asc码查询等功能.界面比较有意思,值得一看.-Shadow Secretary of ice smaller. A vb to write desktop applets. There Notepad, from time to time to remind, asc yards query. Interface is interesting, worth a visit.
- 2022-01-22 03:28:06下载
- 积分: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
-
这个时用vb 基于evb开发的pda和pc通信的小型系统
这个时用vb 基于evb开发的pda和pc通信的小型系统-This time using vb EVB developed based on the pda and the pc small communications systems
- 2023-01-31 09:10:03下载
- 积分:1
-
- 2022-02-15 21:40:24下载
- 积分:1
-
用VB编写的记事本,程序精简易懂,对VB练习文本框控件以及相关方法非常有用...
用VB编写的记事本,程序精简易懂,对VB练习文本框控件以及相关方法非常有用-Written in Notepad using VB, procedures streamlined and understandable, to VB text box control, exercise and related method is very useful for
- 2022-03-19 02:53:12下载
- 积分:1
-
windows进程管理类
压缩包包含两个文件ProcessManager.h、ProcessManager.cpp可以直接使用
CProcessManager提供接口如下:
BOOL SetProcessId(DWORD dwProcessId);
BOOL EnableDebugPrivilege();
BOOL QueryProcessStatus
- 2023-08-01 04:35:03下载
- 积分:1
-
实现了多幅动态图片在客户区的分层显示,非常好用
实现了多幅动态图片在客户区的分层显示,非常好用-Realize a number of dynamic images in the customer area of the layered display, very easy to use
- 2022-01-25 22:22:04下载
- 积分:1
-
Windows Mobile 5.0 三十几个经典手机软件开发源码希望对大家有帮助....
Windows Mobile 5.0 三十几个经典手机软件开发源码希望对大家有帮助.-Windows Mobile 5.0 30 phone several classic source software development we hope to have help.
- 2023-02-08 02:55:03下载
- 积分:1
-
们常常要在web上显示流程图,网上比较难找,到处要收费,自己琢磨了一个,比较简单,包括开始节点,结束结点,两种节点框图(节点、容器)和两种特殊线(跳线、返回线)...
们常常要在web上显示流程图,网上比较难找,到处要收费,自己琢磨了一个,比较简单,包括开始节点,结束结点,两种节点框图(节点、容器)和两种特殊线(跳线、返回线),使用xml文件或xml字串作为数据源,没有多少需求分析,给有心人参考,也收集一些建议,源码过段时间整理再放上。demo代码:-Often displayed in the web flow chart, on-line comparison was difficult to find, everywhere, should be charged, pondering their own one, relatively simple, including the start node, end node, two node diagram (node, container) and the two special lines (jumper, return line), use the xml file or xml string as a data source, not the number of needs analysis, reference to the people, but also to collect some of the proposals, source code over time add the finishing. demo code:
- 2022-06-17 06:32:59下载
- 积分:1
-
一种网络通信编程实例源代码
VC++网络通信编程实例案例精选源代码1-examples of network communication programming source code for a selected case
- 2022-11-05 10:55:03下载
- 积分:1