-
Given a connected weighted undirected graph, find the minimum spanning tree grap...
给出一个连通带权的无向图,找出该图的最小生成树。并带有问题的详细描述及测试数据。-Given a connected weighted undirected graph, find the minimum spanning tree graph. With a detailed description of the problem and the test data.
- 2022-05-08 15:47:03下载
- 积分:1
-
使用VC为编程语言,结合数据结构二叉树的概念,新编算法进行四分树的穷举。...
使用VC为编程语言,结合数据结构二叉树的概念,新编算法进行四分树的穷举。-VC to use programming language, combine the binary tree data structure concept, a new edition of the tree algorithm quarter of exhaustive.
- 2022-05-29 02:27:28下载
- 积分:1
-
WinCE下利用COPYDATA消息在进程间发送和接收数据代码实例
1.SendData工程文件
2.ReceiveData工程文件...
WinCE下利用COPYDATA消息在进程间发送和接收数据代码实例
1.SendData工程文件
2.ReceiveData工程文件-WinCE using COPYDATA news in the process of sending and receiving data between code examples 1.SendData project file 2.ReceiveData project file
- 2023-05-21 20:20:03下载
- 积分:1
-
C语言加强版的黄金矿工
运用C语言和ege图形库编写的黄金矿工小游戏,适合学习C语言开发的课程设计。其中一些模式还能增加,根据自己的需求来改写。与传统的黄金矿工不同的是,购买的道具不同。
- 2022-02-07 19:15:51下载
- 积分:1
-
DDK 驱动开发调试程序
DDK 驱动开发调试程序-DDK driver development debugger
- 2022-01-25 23:44:19下载
- 积分:1
-
Anti
反碰撞算法,分析了算法的关键问题,确定了算法策略,进行了算法设计-Anti-collision algorithm, the algorithm analyzes the key issues, determine the algorithm strategy, the algorithm design
- 2022-07-16 11:14:21下载
- 积分: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
-
网络相关编程相关
网络相关编程相关-about net program
- 2023-02-25 01:05:03下载
- 积分:1
-
人脸检测 c + +
人脸检测 c + +。使用 opencv 库。在 visual studio 2008 上运行
- 2022-01-24 14:21:00下载
- 积分:1
-
an example of communication between processes
一个进程通信的例子-an example of communication between processes
- 2023-05-02 20:40:03下载
- 积分:1