-
系统功能:
上班时间的设定。上下班时间相对固定,可保存在客户端的设置文件中
员工出入单位的情况记录。出入情况主要由考勤机...
系统功能:
上班时间的设定。上下班时间相对固定,可保存在客户端的设置文件中
员工出入单位的情况记录。出入情况主要由考勤机来记录,但是需要设置人工添加的功能,已备特殊情况的处理
请假、加班和出差情况的记录
每个月底进行整个月的出勤情况统计-System function:
- 2022-08-18 14:56:20下载
- 积分:1
-
C#写的一个操作系统任务的类库程序,很强大。
C#写的一个操作系统任务的类库程序,很强大。-C# to write an operating system task library program, very strong.
- 2022-03-10 10:09:41下载
- 积分:1
-
applies to all windows IDE drives information access tools, including the hard d...
适用于所有windows的硬盘IDE信息获得工具,包括硬盘序列号,硬盘最大容量等。 最主要的是windows9x下面,采用了不调用驱动直接进入ring0的技术。-applies to all windows IDE drives information access tools, including the hard drive serial number, the largest hard drive capacity, etc.. The most important thing is Windows Now, using a driver not call directly into ring0 technology.
- 2022-02-05 15:23:19下载
- 积分:1
-
>DLL编程
-->DLL编程
-->多线程编程
-->嵌入式编程
-->图像编程--> DLL Programming- " multi-threaded programming-" embedded programming- " Graphics Programming
- 2022-07-16 17:36:12下载
- 积分:1
-
一个可以实现导出stl标准摸版类的一个动态链接库的实现
一个可以实现导出stl标准摸版类的一个动态链接库的实现-can achieve a standard touch stl derived version of a type of dynamic link library to achieve
- 2022-01-25 15:06:37下载
- 积分:1
-
Multithread process in delphi
Multithread process in delphi
- 2022-01-25 16:29:10下载
- 积分:1
-
增强regsvr32.exe的功能,程序regsvr32Ex的源代码。
增强regsvr32.exe的功能,程序regsvr32Ex的源代码。-enhance the functions, procedures regsvr32Ex source.
- 2022-02-01 22:53:43下载
- 积分:1
-
小乐前次上你处捞了不少好处(DOWN了你不少经验),真是
不好意思,所以这次硬弄了个东东出来加报。WINDOWS关机时
的FORM应是不能移动的。且黑屏...
小乐前次上你处捞了不少好处(DOWN了你不少经验),真是
不好意思,所以这次硬弄了个东东出来加报。WINDOWS关机时
的FORM应是不能移动的。且黑屏是整屏都暗了。你的关机程
序只暗了640*480一块FORM拖动后露出了东西。未关机返回后
好些地方变不回来了。
小乐的程序里也模拟过关机。这个小程序是从小乐的大程序中
卡下来的,用不到的变量和常量,函数小乐都删了,但好多API
定义看得小乐眼都花了,不高兴删了,反正定义API只用几十个
字节内存放入口而已。
小乐的程序里一个函数是抓屏,然后用一个整屏的FORM,然后
画了好些线组成网格,上面一条控制条是小乐自己弄的,包括
一个X也是小乐画的,小乐技术不高,想不出别的方法,且程序
定有可改进的地方。还望有改进后妹小乐一个。
- 2023-02-17 20:10:03下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
西门子 s7300 plc 密码通过mmc卡 读取程序 含源代码 ,演示物理硬盘扇区的读取与修改,
郑重声明,下载此程序请遵守以下原则,否则请不要下载 。本...
西门子 s7300 plc 密码通过mmc卡 读取程序 含源代码 ,演示物理硬盘扇区的读取与修改,
郑重声明,下载此程序请遵守以下原则,否则请不要下载 。本程序仅用于研究
请勿用于非法用途,一切后果由使用者自行承担 ,请勿转载。
-Siemens s7300 plc password mmc card reader program with source code, demonstration of physical hard disk sector read and modify, solemnly declare that to download this program, please comply with the following principles, or else please do not download. This procedure used to study not only used for illegal purposes, all the consequences borne by the user on its own, please do not reprint.
- 2023-08-25 18:40:04下载
- 积分:1