-
VC++超简单员工考勤系统,ACCESS数据库,可以分超级管理员和一般员工用户登录,超级管理员可以维护员工信息和进行系统设置,一般员工只能考勤签到,不能进行别的...
VC++超简单员工考勤系统,ACCESS数据库,可以分超级管理员和一般员工用户登录,超级管理员可以维护员工信息和进行系统设置,一般员工只能考勤签到,不能进行别的操作,因此说这个考勤系统非常简单,功能很单一.-VC++ super-simple employee time and attendance system, ACCESS database, can be super-administrator and the general staff of the user log, the super administrator can carry out the maintenance of staff information and system settings, the general staff attendance attendance only, not to carry out other operations, so that The attendance system is very simple, is a single function.
- 2022-06-01 11:09:10下载
- 积分:1
-
read and print time of day string from internet
read and print time of day string from internet
- 2022-05-14 09:04:48下载
- 积分:1
-
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较...
存储管理中页面置换算法性能测试
要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面
置换算法进行性能测试,并对结果进行分析和比较。
(1) 最佳适应(Optimal)页面置换算法;
(2) 先进先出(FIFO)页面置换算法;
(3) 最近最久未使用(LRU)页面置换算法;
(4) 最少使用(LFU)页面置换算法。
要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page replacement algorithm in the performance testing requirements: system for the distribution of partial replacement of fixed storage allocation strategy, the preparation of simulation program on the following page replacement algorithm performance testing, and the results were analyzed and compared. (1) the best adaptation (Optimal) page replacement algorithm (2) First In First Out (FIFO) page replacement algorithm (3) the most recent use of long (LRU) page replacement algorithm (4) use at least (LFU) page replacement algorithm. Requirements applicable to the keyboard input and automatically generated pages to a random sequence of two data entry methods.
- 2022-03-10 14:23:25下载
- 积分:1
-
AND 芯片的API,可用于对amd FLASH的编程,读写
AND 芯片的API,可用于对amd FLASH的编程,读写-AND chips API, can be used to amd FLASH programming, reading and writing
- 2022-07-03 00:25:17下载
- 积分:1
-
程序安装之后,在桌面放个指向该程序的快捷方式,怎么做,看我的!...
程序安装之后,在桌面放个指向该程序的快捷方式,怎么做,看我的!-installation, put on the table pointing out the program shortcuts, how to do, I do!
- 2023-01-30 09:20:05下载
- 积分:1
-
获取系统的各种信息,包括内存,驱动器,磁盘等
获取系统的各种信息,包括内存,驱动器,磁盘等-Access to various information systems, including memory, drives, disks, etc.
- 2022-02-22 11:59:03下载
- 积分:1
-
使系统托盘是不可见的。..(我不知道怎么形容)
取得系统托盘中不可见的。。。(不知道怎么形容了)-made the system tray is not visible. . . (I do not know how to describe.)
- 2022-03-09 11:30:32下载
- 积分:1
-
非常精确的计时程序!
利用WINDOWS提供的API精确计时,精度为毫秒....
非常精确的计时程序!
利用WINDOWS提供的API精确计时,精度为毫秒.-Very precise timing procedures! Use the API provided WINDOWS precision timing, accuracy of milliseconds.
- 2022-11-21 22:15:03下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
输入一个表达式包扩括号,进行求值
比如输入2+6*35
输入一个表达式包扩括号,进行求值
比如输入2+6*35-(68/5-3)*5@#-Enter an expression in parentheses expansion pack to carry out evaluation
- 2022-02-02 05:38:14下载
- 积分:1