-
Store Management
门店管理系统用于管理交易,库存系统用于管理库存明细。
- 2022-02-02 05:26:24下载
- 积分:1
-
completion of the process of non
该程序完成对二叉树的非递归中序遍历,因为其中涉及到二叉树的构造,而且使用类来构造,所以代码比较多。-completion of the process of non- recursive binary tree which preorder because it involved the construction of a binary tree, but the use of class structure, the code more.
- 2023-07-26 00:30:03下载
- 积分:1
-
An introduction to Data Access Objects
An introduction to Data Access Objects
- 2022-02-22 02:49:05下载
- 积分:1
-
经典一百道程序,包括数据结构和相关算法,对初学者非常有帮助的...
经典一百道程序,包括数据结构和相关算法,对初学者非常有帮助的-Classic 100 procedures, including data structures and related algorithms, for the very helpful for beginners
- 2023-09-08 21:05:03下载
- 积分:1
-
这是一个PB小程序 是实现模糊查询的.这是一个PB的小程序,实现模糊查询的 这是一个PB的小程序,实现模糊查询的...
这是一个PB小程序 是实现模糊查询的.这是一个PB的小程序,实现模糊查询的 这是一个PB的小程序,实现模糊查询的-PB This a small program is vague inquiries. This a small program PB, Fuzzy inquiry, which is a PB of small programs to achieve fu zzy inquiry, which is a PB of small programs to achieve fuzzy inquiry, which is the one PB small program for the realization of fuzzy
- 2022-07-09 23:16:39下载
- 积分:1
-
Time and Attendance system. Operation of the system, the login screen for the im...
考勤系统.运行本系统时,登录界面要求输入系统的用户名和密码,此系统提供了两种类型的用户,一种是超级用户,具有执行所有功能的权限,另一种是签到用户,只具有签到功能,因此,这里提供了两个默认的用户名和密码,一个是超级用户,用户名为000,密码为000,另外一个是签到用户,用户名为111,密码为111。-Time and Attendance system. Operation of the system, the login screen for the importation of the system user name and password, the system provides two types of users, one is the super-user, with the implementation of all functions of the authority, another is a sign-user, only sign function, so, here are two default user name and password, a super-user, the user name 000, password 000, the other one is the sign user, the user name 111, password is 111.
- 2022-03-06 10:04:11下载
- 积分:1
-
Redhat8的安装教程(文本安装方式)(
Redhat8的安装教程(文本安装方式)(-Redhat8 the installation guide (text installation) (
- 2022-02-09 18:48:39下载
- 积分:1
-
University Games management system, by reading the registry parameters to automa...
高校运动会管理系统,通过读取注册表自动配置数据库服务器参数,数据库采用SQL server2-University Games management system, by reading the registry parameters to automatically configure the database server, database using SQL server2000
- 2023-01-23 14:55:04下载
- 积分:1
-
计算机科班学生的数据结构课写的查找算法。
计算机科班学生的数据结构课写的查找算法。-computer classes to the students to write data structure classes of search algorithms.
- 2022-03-17 00:06:02下载
- 积分: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