-
给孩子们看的时钟源软件实践,Borland C++ Builder 5
给小朋友练习看的时钟源软件,Borland C Builder 5
- 2022-04-11 08:03:27下载
- 积分:1
-
编辑器,源代码 一个简单的计算器 E统天下
编辑器,源代码 一个简单的计算器 E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)JavaScript 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工具使用 ...php) 一个速度很快的C/C++/Java源代码美化工具。 astyle比indent好在 有很多成套的的风格定义:ansi ...SLICKEDIT这种大型商业文本编辑器等。 解决:对于...==>网页选项==>HTML源代码选单里选择“使用下面... www.chedong.com/tech/indent_tools.html 14K 2005-3-3 - 百度快照 Jedit for Linux Source Code 源代码--eNet软件-editor, source code for a simple calculator E EC world-- Netting dream ... different backgrounds. Java is based on the C-oriented computer programs designed to replace .... (2) do not have JavaScript compiler source code embedded in HTML ... is different. Java source code to be compiled, as exists ... a part of, in general text editor with HTML can be a ... www.51foru.com/index008jsjc.htm 19K 2003-12-10- Baidu snapshot C Java PHP Perl Python the code landscaping tools ... php), a fast C/C/Java source code for landscap
- 2022-08-17 17:22:33下载
- 积分:1
-
串口助手源码(VC++ )
一个不错的串口调试助手源码,使用VC++编写,内容详尽,可供大家编写自己的串口工具时参考。该源码使用SCOMM
- 2022-02-26 07:47:41下载
- 积分:1
-
VC++中用MFC来编写应用程序的一个源码
VC++中用MFC来编写应用程序的一个源码-VC++ Using MFC to write a source application
- 2023-03-27 11:10:04下载
- 积分:1
-
Windows XP风格之Office XP风格菜单的源代码
Windows XP风格之Office XP风格菜单的源代码-Windows XP style of Office XP style menu source code
- 2023-06-10 22:40:09下载
- 积分:1
-
基于对话框程序加背景的彻底解决方法
基于对话框程序加背景的彻底解决方法-processes based on the dialog background thorough solution
- 2022-08-31 13:30:04下载
- 积分:1
-
一块用VC做的计算器,对于初学VC的人来讲是一个不错的案例,...
一块用VC做的计算器,对于初学VC的人来讲是一个不错的案例,-VC to do with a calculator, for the novice person in terms of VC is a good case,
- 2023-01-06 21:05:03下载
- 积分:1
-
C++计算器,使用键盘操作,使用方便,且小而简单.
C++计算器,使用键盘操作,使用方便,且小而简单.-C++ Calculator, use the keyboard to operate and easy to use, and small and simple.
- 2022-05-13 05:54:01下载
- 积分:1
-
cayman提供的PXA270 wince下的bsp源码包
cayman提供的PXA270 wince下的bsp源码包-cayman provided PXA270 wince bsp source package under
- 2022-07-09 21:23:50下载
- 积分: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