-
考勤系统
系统功能简介
针对原考勤系统存在的缺点,新系统开发具有如下功能:
1. 支持CTR-2000II 和 ID-AS2000两种电脑考勤仪,且卡号为5位;
2. 工号最在长度为10位,实际使用长度可由用户自已决定;
3. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 08:36:15下载
- 积分:1
-
BFS, DFS, to the map, no map to the realization of the algorithm can be automati...
BFS、DFS、有向图、无向图中的各种算法的实现,可以自动生成图形。-BFS, DFS, to the map, no map to the realization of the algorithm can be automatically generated graphics.
- 2023-06-03 12:35:03下载
- 积分:1
-
数学表达式计算和解析 用c语言编写的,内含有例.速度较快
数学表达式计算和解析 用c语言编写的,内含有例.速度较快-Mathematical expression of the calculation and analysis using c language, contains Example. Fast
- 2023-07-12 19:55:03下载
- 积分:1
-
求解最短路径的程序。根据迪杰斯特拉的算法思想写出的程序。运行环境VC++6.0...
求解最短路径的程序。根据迪杰斯特拉的算法思想写出的程序。运行环境VC++6.0-Procedures for solving the shortest path. Dijkstra" s algorithm based on ideas to write procedures. VC++6.0 environment
- 2022-06-13 02:34:10下载
- 积分:1
-
轻量级数据库软件,嵌入式设计可以考虑考虑,性能不错
轻量级数据库软件,嵌入式设计可以考虑考虑,性能不错-Lightweight database software, embedded design can take this into account, the performance of good
- 2022-08-15 16:49:23下载
- 积分:1
-
根据广义表创建一棵二叉树,然后中序线索化,再遍历。
根据广义表创建一棵二叉树,然后中序线索化,再遍历。-Create a table based on generalized binary tree, and then in the sequence of clues, and then traverse.
- 2023-06-17 03:15:04下载
- 积分:1
-
数据库环境的建立 1. 创建MyDatabase.gdb数据文件。 2. 用SYSDBA用户登录。 3. 在ISQL窗口中,依次输入本书提供的SQL语句;或者在...
数据库环境的建立 1. 创建MyDatabase.gdb数据文件。 2. 用SYSDBA用户登录。 3. 在ISQL窗口中,依次输入本书提供的SQL语句;或者在SQL Explorer窗口中,根据表3-1至表3-10创建数据表。(通过直接注册附带光盘所提供的MyDatabase.GDB数据库文件,可以直接获得这些数据表。) 4. 在SQL Explorer窗口中,创建MyDB数据库连接。 5. 输入初始数据。除了表3-11至表3-13的内容,还需要根据需要设定院系编号、班级号和计数器。-database environment of a building. MyDatabase.gdb create data files. 2. With SYSDBA user login. 3. ISQLSQLSQL Explorer3-13-10 MyDatabase.GDB 4. SQL ExplorerMyDB 5. Initial data input.3-113-13
- 2022-07-11 09:02:47下载
- 积分:1
-
shujuku
数据库654 521654321654132-shujuku
- 2022-06-02 16:32:26下载
- 积分:1
-
有关计算机基础中数据结构的详细的PPT。内容详细。
有关计算机基础中数据结构的详细的PPT。内容详细。-About computer-based data structure detailed in the PPT. Content in detail.
- 2022-01-24 18:31:51下载
- 积分:1
-
以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,...
以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下:
输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵
求迷宫的一条通路:Q
当输入的命令为E时,程序结束-With a Maze (m, n), said the long square maze, the maze entrance is a Maze (1,1), exports is the Maze (m, n), Maze (i, j) is equal to 0, said channel, Maze (i, j) is equal to 1, said barrier. Designing a program, for any set of the maze, find a path from the entrance to the export, or come to the conclusion there is no path. The various commands and data input format is as follows: Enter the Labyrinth: C, followed by his party mn, where m is the maze of matrix rows, n is a maze of matrix columns, the next line of data is a maze m matrix, each row n- value, indicating an m* n matrix of the labyrinth a maze of pathways: Q when the input command for the E, the end of the process
- 2023-04-15 19:50:03下载
- 积分:1