-
企业员工管理系统
下面是 “员工请假登记” 这一项的源代码:
Option Explicit
"窗口与消息API声明
Private Declare Function SetTimer Lib "user32.dll" (ByVal hwnd As Long, _
ByVal nIDEvent As Long, ByVal uElapse As Long, _
ByVal lpTimerFunc As Long) As Long
Private Declare Function KillTimer Lib "user32.dll" (ByVal hwnd As Long, _
ByVal nIDEvent As Long) As Long
Public Declare Function FindWindow Li
- 2022-07-04 08:41:33下载
- 积分:1
-
这个项目是multiindexed文件系统我做了“信息存储和识别。
this project is MultiIndexed FileSystem i done it for "Information storage and retrieval FileSystem course" it is like IBM VSAM FS, use variable lenght record , and B+Tree algorithm for indexing,and store data in PileFile(*.pile) and also indexes in (*.idx)
-this project is MultiIndexed FileSystem i done it for "Information storage and retrieval FileSystem course "it is like IBM VSE FS, use variable length record, and B Tree algorithm for indexing. and store data in PileFile (*. pile) and also ind exes in (*. idx)
- 2022-04-17 08:11:45下载
- 积分:1
-
(0)输入若干条记录
(1)显示所有记录
(2)按姓名查找记录
(3)删除记录
(4)插入一条记录
(5)保存文件
(6)按序号显示记录...
(0)输入若干条记录
(1)显示所有记录
(2)按姓名查找记录
(3)删除记录
(4)插入一条记录
(5)保存文件
(6)按序号显示记录
(7)按姓名排序
(8)复制文件
(9)退出程序
-(0) Enter the number of records (1) show all records (2) by name to find records (3) delete records (4) insert a record (5) Save the file (6) showed, by serial number records (7) to sort by name (8) to copy the files (9) exit procedures
- 2022-03-13 17:21:27下载
- 积分:1
-
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载...
VC++6.0写的关于用API函数把文件放入回收站的测试程序,欢迎大家下载-VC++ 6.0 written on the use of API functions to the file into the recycle bin of the test procedure, welcome everyone to download
- 2023-04-01 13:35:03下载
- 积分:1
-
文件读取存入数据库中
可进行文件夹的无限深度遍历
文件读取存入数据库中
可进行文件夹的无限深度遍历-Documents read into the database folder can traverse the infinite depth
- 2022-03-05 10:25:53下载
- 积分:1
-
Simple to realize. Txt file compression format, this is my first to do curriculu...
实现了简单的对.txt格式文件的压缩,这是我做的第一个课程设计,希望对大家有帮助-Simple to realize. Txt file compression format, this is my first to do curriculum design, in the hope that everyone has to help
- 2023-04-09 02:05:03下载
- 积分:1
-
防止别人连接你的文件/图片的程序
防止别人连接你的文件/图片的程序-prevent others access to your files/Photo procedures
- 2022-04-18 14:58:56下载
- 积分:1
-
编码转换工具 charset tool v1.0.2 我写的文本编码转换工具。可以对常见字符集做转换,包括简繁通,big5...
编码转换工具 charset tool v1.0.2 我写的文本编码转换工具。可以对常见字符集做转换,包括简繁通,big5-->gb2312.唯一缺点是要安装java JRE.-transcoding tool charset tool v1.0.2 I wrote the text encoding conversion tools. Can the common character set conversion done, including 66.248.97.196 Qualcomm, big5-- gt; Gb2312. The only drawback is to install java JRE.
- 2022-04-20 06:32:53下载
- 积分:1
-
VC++6.0写的关于用API函数判断文件是否存在的测试程序,欢迎大家下载...
VC++6.0写的关于用API函数判断文件是否存在的测试程序,欢迎大家下载-VC++ 6.0 write on paper with API function to determine the existence of the test procedure, welcome everyone to download
- 2022-08-20 18:49:12下载
- 积分:1
-
VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了N...
VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人,奇强!
-the temporary files sometimes really annoying! When you compile a procedure, suddenly pop up a dialog system : "D is not enough disk space will need ~~~~~~~~~ disk clean up?" and it can only Qingdiao Nkb of the Eastern, What is your reason for not himself wrote a specialized cleaning up garbage VC small tool? Periodically run a completely remove specified types of waste paper : clean, the Chinese, refused!
- 2022-02-03 02:39:04下载
- 积分:1