-
java 编写的背包问题,按不同的方法(第二种)
java 编写的背包问题,按不同的方法(第二种)-prepared by the knapsack problem by different methods (second)
- 2022-04-24 09:32:36下载
- 积分:1
-
SpringMVC+Maven+hibernate+Mysql+分模块框架代码
SpringMVC+Maven+hibernate+Mysql+分模块框架代码
- 2022-03-30 15:42:25下载
- 积分:1
-
此过程将被应用到离散点云数据(。txt),格式的方法。
本程序适用于将离散点云数据(.txt),转换为IGS格式-this procedure will be applied to discrete point cloud data (. Txt), format conversion of IGS
- 2022-02-15 22:30:14下载
- 积分:1
-
公开先进战争
应用背景二维moddable兵棋在“高级战争风格”(任天堂GBA &;DS)游戏。Lua脚本可以是。使用sfml2,升压和luabind(也许guichan)。关键技术战术策略游戏和动作脚本支持前:lua,sfml2,luabind,guichan ;
- 2022-03-12 09:05:53下载
- 积分:1
-
this is an implementation of a des algorithm
this is an implementation of a des algorithm
- 2022-05-17 00:25:40下载
- 积分:1
-
一个编译器的语法分析
一个编译器的语法分析-a compiler syntax analysis
- 2022-01-31 14:06:42下载
- 积分:1
-
可以获取电脑总的磁盘容量和剩余磁盘时间,其中包括定时查询和系统托盘设计,剩余容量不足警告等内容。...
可以获取电脑总的磁盘容量和剩余磁盘时间,其中包括定时查询和系统托盘设计,剩余容量不足警告等内容。-The computer can get the total disk capacity and remaining disk time, including the timing query and the system tray design, the remaining capacity of less than a warning and so on.
- 2022-04-30 08:12:13下载
- 积分:1
-
Amoy
淘客推广程序,这个是前一个代码的原版,本人未经过任何修改-Amoy-off promotion procedures, this is a code before the original, I have not been any changes
- 2022-01-25 16:41:03下载
- 积分:1
-
基于VC6的纸牌MFC程序
在VC6环境下,编写的一个MFC程序,主要功能实现了纸牌的排序,发牌,出牌等功能,可以给初学者一点参考。
- 2022-02-04 17:48:59下载
- 积分: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