-
employeespayslip
员工工资单计算。
- 2022-02-05 20:48:26下载
- 积分:1
-
计算机编程艺术第二卷,学习数据结构与算法的好书,喜欢的朋友可以...
计算机编程艺术第二卷,学习数据结构与算法的好书,喜欢的朋友可以-Art of Computer Programming Volume II, learning data structures and algorithms books, like friends can
- 2022-09-10 01:55:11下载
- 积分: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
-
在 PHP 中的学生出勤跟踪系统项目
出勤跟踪系统项目是一个 (PHP) 基于 web 应用程序。此 web 应用程序可以执行跟踪学生考勤信息为每个单独的类。跟踪基于主题为不同的流的教师考勤信息。教师可以在短时间 (即在数据库中可用查看学生出席会议的详情和向学生进行关于他/她的状态。教师可以分析考勤并该月份的总数叶左。考勤跟踪系统项目类别:基于 PHP 的 Web 应用程序的最后一年项目出勤跟踪系统方案设计:当用户运行此应用程序主要登录窗体显示与教师登录和学生登录框。每一位教师将有唯一的用户名称和密码以登录到系统以查看出勤。学生可以输入用户名称,并检查出席会议的详情。还有学生无需密码。学生还可以为搜索出勤记录使用 USN (登记号)。软件要求:PHP 编程MYSQL 数据库此应用程序中的窗体的列表:登录表单: 教师要登录到系统,若要查看现有记录请检查登录: 检查与数据库记录的用户名称和密码的详细信息注销: 教师可以从应用程序注销,跟踪完毕后检索: 当学生记录请求详细信息是从数据库的 retirved。检索老师: retiving 从数据库被显示的教师记录的详细信息。更新: reocrd 的新细节将更新使用此窗体。
- 2022-04-17 01:37:07下载
- 积分:1
-
论文提交系统数据库
该数据库包括一般论文提交系统所必须的数据表和存储过程。
数据表包括:作者信息表author,评审员信息表reviewer,管理员信息表programmer,论文信息表paper,论文分配及评审情况表paperreview,论文评审状态表paperstatus,论文领域表category及其子表subcategory。
存储过程主要包括获取与读入数据内容的相关操作。
- 2022-02-03 01:13:25下载
- 积分:1
-
VB函数库大全,包含VB编程中所需的函数,比较全
VB函数库大全,包含VB编程中所需的函数,比较全-Encyclopedia of VB function library that contains VB programming functions required to compare the whole
- 2022-09-08 22:45:03下载
- 积分:1
-
balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate...
平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf for the balance factor to the depth h can be inserted delete calculated rotational frequency (wangliwei007 me, not Tim material on the whole good for this, please give me a 62-000, okay? I would also like to download something radical)
- 2022-05-08 16:28:03下载
- 积分:1
-
车辆管理
车辆管理-vehicle management
- 2022-02-22 09:17:58下载
- 积分:1
-
E-store
CMU SSD7 EXE4答案.
实现要求全部功能
绝对满分-E-store CMU SSD7 EXE4 answer. All the functional requirements to achieve absolute perfect score
- 2022-07-09 08:24:37下载
- 积分:1
-
彩票号码
随机产生6个数字,并且数字产生不能相互重复,定义了一个时间变量,避免两次产生的数据相同
- 2022-07-23 20:35:14下载
- 积分:1