-
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
-
建立带有NT Service程序的模板
建立带有NT Service程序的模板 -The template for creating the app with NT Service
- 2022-08-18 09:27:40下载
- 积分:1
-
With c# Realize the simulation in memory of the simple file system, the entire f...
用c#实现的在内存中模拟的简易文件系统,整个文件系统可保存至硬盘。系统设计参照fat格式。文件系统提供的操作:
a) 格式化
b) 创建子目录
c) 删除子目录
d) 显示目录
e) 更改当前目录
f) 创建文件
g) 打开文件
h) 关闭文件
i) 写文件
j) 读文件
k) 删除文件
-With c# Realize the simulation in memory of the simple file system, the entire file system can be stored to the hard disk. System design with reference to fat format. File system operation to provide: a) format b) create a subdirectory c) delete the subdirectory d) show the directory e) Change the current directory f) create a file g) open the file h) close the file i) Write a document j) reading a document k ) delete files
- 2022-07-22 14:08:32下载
- 积分:1
-
winspy+src
winspy+src-winspy+ src
- 2022-06-11 13:38:38下载
- 积分:1
-
Maze solving the problem, enter a maze matrix, matrix, said the passage of only...
求解迷宫问题,输入一个迷宫矩阵,矩阵只有1和0,1表示通行,0表示不行。是同过递归求解-Maze solving the problem, enter a maze matrix, matrix, said the passage of only one, and 0,1, 0 not do that. Been solved with the recursive
- 2022-12-03 22:20:03下载
- 积分:1
-
使用CRegKey类操作注册表
Microsoft的ATL库中提供了一个CRegKey类,用这个类可以很方便地对注册表进行各种操作。...
使用CRegKey类操作注册表
Microsoft的ATL库中提供了一个CRegKey类,用这个类可以很方便地对注册表进行各种操作。 -The use of the registry operation CRegKey category Microsoft
- 2022-07-25 03:28:47下载
- 积分:1
-
WINDOWS印刷控制类库
WINDOWS印刷控制类库-WINDOWS printing control library
- 2023-05-31 10:45:03下载
- 积分:1
-
利用VB6.0计算机绘图程序采用VB6.0计算机绘图程序
用VB6.0编写电脑抽奖程序用VB6.0编写电脑抽奖程序-Using VB6.0 computer draw program with VB6.0 computer draw program
- 2023-06-14 17:35:03下载
- 积分:1
-
这是一个利用Delphi提供的系统服务类制作的后台服务程序,演示了定时备份文件的功能。注册服务的方法,在Delphi的Run parameters对话框中输入“...
这是一个利用Delphi提供的系统服务类制作的后台服务程序,演示了定时备份文件的功能。注册服务的方法,在Delphi的Run parameters对话框中输入“/install”,然后运行代码。卸载输入“/uninstall”,然后运行代码。-This is a Delphi system services provided by the class production services for the background, demonstrated a regular backup files. Registration services, in Delphi"s Run dialog box input parameters "/ install," and then execute code. Unloading the importation of "/ uninstall", and then run code.
- 2022-11-13 01:20:03下载
- 积分:1
-
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统...
操作FAT和NTFS文件系统的程序。它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。达到复制和删除系统系统文件的目的。是我的毕业设计,只是NTFS下的删除没能实现,并且程序在Win2000上有BUG.-operation NTFS and FAT file system procedures. It is totally through the Windows API function, through analysis of the underlying binary code of reducing file system, and find the target file. To achieve replication system and delete system files purposes. Yes, I graduated from the design, only the NTFS delete failed to materialize, and procedures are in Win2000 Bug.
- 2022-07-04 03:44:58下载
- 积分:1