-
线程代码模板pthread of leon3
线程代码模板pthread of leon3 -Thread code templates pthread of leon3
- 2022-09-19 14:00:02下载
- 积分:1
-
这是一个MD5程序,用c语言写的.可以直接用.
这是一个MD5程序,用c语言写的.可以直接用.-this is a MD5 program,which is written by C and can be used directly.
- 2022-11-02 17:55:03下载
- 积分:1
-
在程序中如何统计一段中英文混合字符的字符数,包括源玛,编译后的文件...
在程序中如何统计一段中英文混合字符的字符数,包括源玛,编译后的文件-procedures in how the statistics section of mixed Chinese and English characters of several characters, including the source of Thomas and compiled the documents
- 2022-03-14 02:18:07下载
- 积分:1
-
能将.TXT文件格式的中文汉字(汉字间用空格隔开)转换为相应的ASC||码,并用.TXT文件保存起来...
能将.TXT文件格式的中文汉字(汉字间用空格隔开)转换为相应的ASC||码,并用.TXT文件保存起来-Can. TXT file format of the Chinese characters (separated by a space between characters) is converted to the corresponding ASC | | code, and use. TXT files saved
- 2022-06-17 15:07:34下载
- 积分:1
-
这是一个串口通信的完整源代码,对于学习串口通信以及VC编程都有很重要的指导和参考价值(注:该代码非本人所写)。...
这是一个串口通信的完整源代码,对于学习串口通信以及VC编程都有很重要的指导和参考价值(注:该代码非本人所写)。-Source code of com port writing and reading by VC++6.0.
- 2023-05-29 04:00:03下载
- 积分:1
-
内存性能状态指示器 2.0(VB.NET2005)
===================================
这个代码原先是VB6的代码...
内存性能状态指示器 2.0(VB.NET2005)
===================================
这个代码原先是VB6的代码,作者升级改造为VB.NET2005。主要功能是获取本地计算机的内存、页面文件、CPU等参数及使用状态。类似Windows的资源管理器中的性能显示,程序以条形图显示物理内存总量、剩余数等。-Memory performance status indicators 2.0 (VB.NET2005) =================================== This code was originally VB6 code, the author upgrading to VB.NET2005. Main function is to access the local computer" s memory, page file, CPU, etc. and the use of state parameters. Similar to Windows Explorer in the performance shows that procedures are in place to bar graph shows the total physical memory, the number remaining.
- 2022-03-03 19:50:22下载
- 积分:1
-
8数码问题的A星解法
8数码问题的A星解法-8 issue of A Star Solution
- 2022-02-04 09:54:37下载
- 积分:1
-
用c++制作的简易计算器,用到了mfc,望采纳~
用c++制作的简易计算器,用到了mfc,望采纳~
- 2023-04-06 13:30:04下载
- 积分:1
-
迷宫的小程序,是利用数组的算法
迷宫的小程序,是利用数组的算法-small maze procedure is the use of an array algorithms
- 2022-03-29 21:22:58下载
- 积分: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