-
VB+ACCESS2000编写的VCD出租管理系统
VB+ACCESS2000编写的VCD出租管理系统-VB ACCESS2000 prepared by the VCD rental management system
- 2022-06-26 22:28:54下载
- 积分:1
-
人力资源管理系统
人事工资管理系统是非常通用的管理信息系统,是企事业单位实现办公自动化的前提和基础。 后台数据库使用SQL Server,前台开发工具使用Visual C++。 本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势
- 2022-01-26 02:27:27下载
- 积分:1
-
这个程序时还没有powerdesigner,erwin的时候出现的,到现在也实用,需要fmt的一个格式文件来描述表结构,执行完毕形成xxx.sql语句,然后is...
这个程序时还没有powerdesigner,erwin的时候出现的,到现在也实用,需要fmt的一个格式文件来描述表结构,执行完毕形成xxx.sql语句,然后isql -Usa -P -Sservname -ixxx.sql即可-this procedure was no powerdesigner, erwin the time and it has practical need fmt format of a table to describe the structure, finished form xxx.sql statement, and then isql-Usa- P-Sservname-can ixxx.sql
- 2022-06-29 22:08:43下载
- 积分:1
-
用C语言实现的――运动会分数统计系统,属于数据结构课程设计内容....
用C语言实现的――运动会分数统计系统,属于数据结构课程设计内容.-use of the C language-- Games Score statistical system data structure is designed course content.
- 2023-02-26 02:10:04下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1
-
C数据结构 第七章 树
C数据结构 第七章 树-C data structures Chapter VII of the tr
- 2022-07-03 05:03:28下载
- 积分:1
-
程序 请认真书写上传资料的详细功能、包含内容说明
程序 请认真书写上传资料的详细功能、包含内容说明-c
- 2023-02-21 07:40:03下载
- 积分:1
-
UTE
UTE - (U)niversal ASP (T)able (E)ditor 万能数据管理(管理后台)-oldest- (U) niversal ASP (T) able (E) Editor omnipotent data management (management background)
- 2023-05-22 00:30:03下载
- 积分:1
-
图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!...
图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such as the shortest path to map the way! VC interface!
- 2023-05-10 17:40:03下载
- 积分:1
-
实现Haffman算法,有输入的接口,需输入字符及其权重,能自动生成Haffman编码...
实现Haffman算法,有输入的接口,需输入字符及其权重,能自动生成Haffman编码-achieve Haffman algorithm, the input interface, the need to import characters and weights, can automatically generate code Haffman
- 2022-06-20 08:47:40下载
- 积分:1