-
在不同实例中使用属于不同线程的窗口过程
在不同实例中使用属于不同线程的窗口过程-The example of using window proc belonging to differrent thread in different instance
- 2022-01-26 05:03:56下载
- 积分:1
-
dx7引擎 ,程序直接调用,编译后,客户端无需DX支持
dx7引擎 ,程序直接调用,编译后,客户端无需DX支持-dx
- 2022-01-25 17:52:18下载
- 积分:1
-
8数码问题
利用了先广遍历实现了8数码问题,但是回来浪费较多的存储空间...
8数码问题
利用了先广遍历实现了8数码问题,但是回来浪费较多的存储空间-8 issue of the use of a digital wide traverse first eight digital achieved, but returned to waste more storage space
- 2022-06-30 01:40:20下载
- 积分: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
-
vc++ classic books VC++ development canon that teach you from entry to senior
vc++经典书籍 VC++开发宝典,教你从入门到高级-vc++ classic books VC++ development canon that teach you from entry to senior
- 2023-01-23 01:30:07下载
- 积分:1
-
一个分割的多窗口的例子
一个分割的多窗口的例子-a separate window for more examples
- 2022-12-15 13:50:03下载
- 积分:1
-
jbpm与OA项目
删除角色-----------------1.角色列表-->删除2.RoleAction.deleteRole(); public String deleteRole(){ roleId roleService.deleteEntity(new Role(roleId)); return "findAllRolesAction" ; }3.略4.略用户授权管理----------------1.导航栏-->用户授权2.UserAuthorizeAction.findAllUsers(); public String findAllUsers(){ this.allUsers = userService.findAllEntities(); return "userAuthorizeListPage" ; }3.略4.略修改授权--------------------1.授权列表-->修改授权2.UserAuthorizeAction.editAuthorize(); public String editAuthorize(){ userId this.model = userService.getEntity(userId); this.noOwnRoles = roleService.findRolesNotInRange(model.getRoles());
- 2023-07-06 04:25:06下载
- 积分:1
-
自己做的会计制度,花了很长时间,绝对可以用…
自己做的核算系统,花费了较长时间,绝对能用,结合数据库操作-Make their own accounting system, spent a long time, absolutely can be used, combined with database operations
- 2022-08-15 12:35:25下载
- 积分:1
-
jbookmaker
jbookmaker
use to make small book on handphone
support txt only-jbookmaker use to make small book on handph only one support txt
- 2022-02-03 04:17:46下载
- 积分:1
-
专业开发
专业开发-多线程的优先级-professional development-multithreaded priority
- 2023-06-23 17:15:03下载
- 积分:1