-
一个小的makefile程序简单,但反映的makefile编写的世界。
一个MAKEFILE的小程序,很简单,但是体现了MAKEFILE编写的方式-A small Makefile procedure is simple, but reflects the Makefile to prepare the way
- 2022-01-21 00:23:52下载
- 积分:1
-
企业员工管理系统
下面是 “员工请假登记” 这一项的源代码:
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
-
自己写的一个md5实用工具,可以完成整个目录(包括子目录…
自已写的一个md5实用工具,能完成整个目录(包括子目录)下的所有文件的md5生成和校验.-own md5 write a practical tool, can complete the entire catalog (including subdirectories) of all documents generated and the md5 checksum.
- 2022-02-01 13:59:40下载
- 积分:1
-
vb.net this is the document prepared by the division that can be separated into...
这个是用vb.net编写的文件分割器,可以将一个文件分割成多个文件,还可以将分割后的文件组合成原来的文件。-vb.net this is the document prepared by the division that can be separated into a number of paper documents, but also can be divided after the original document into a document.
- 2022-02-26 17:31:07下载
- 积分:1
-
文件分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的文件(根据用户选择的操作) 2.在这里我们在切分文件之后,对分割后的文件名进行一个...
文件分割器的实现 1.用CFileDialog类让用户选择需要进行分割或合并的文件(根据用户选择的操作) 2.在这里我们在切分文件之后,对分割后的文件名进行一个处理,原则是文件名(不含扩展名)+pti (i为本分文件的序号)+.sld。自己定义了一种扩展名,因为如果别人切分一个exe文件,你分割以 后全部是exe文件,别人一执行,很可能会出现异常的。 3.根据用户填写的分数,计算每一份的大小,除不尽的加进最后一份。每份文件的最后写入一些附加 信息,如文件的扩展名,分数-separate document for the realization of one. With CFileDialog class allows users to choose the need for separate or combined document (user selectable operation) 2. Here we segmentation document, right after the split for a file name, the principle is that the paper (not including extensions) PTI ( i document as part of the serial number). ARX. His definition of an extension, because if someone splitting an exe file, you split after all exe file, and people, it is likely to be abnormal. 3. Users fill in the scores for each of a size, with the exception of the one into the last one. Each of the final document included some additional information, such as the file name extension, scores, etc.
- 2022-05-21 14:49:59下载
- 积分:1
-
使用数码照片的拍摄日期更改文件名。
使用数码照片的拍摄日期更改文件名。-the use of digital photographs taken of the change of dates of the file.
- 2022-03-04 20:24:29下载
- 积分:1
-
eye_tracking mr tai
#包括;
- 2022-06-30 07:50:49下载
- 积分:1
-
复印纸的例子,复制进度条,必须提供一个大家参考。
拷贝文件的例子,有拷贝进度条,提供大家一个参考。-Examples of copy paper, copy progress bar has to provide a reference everyone.
- 2023-06-16 03:20:04下载
- 积分:1
-
现在,我将文件分割为操作简单,如下:1、O。
下面我将这个文件分割器的运行流程简单列出如下:
1、 选择要分割原文件,用OpenFileDialog控件实现,变量SplitSourceFileName 记录文件路径。
2、 选择分割后文件的保存地址,用FolderBrouserDialog控件实现,变量SplTargetFolder记录保存路径。
3、 用户输入分块大小,可选择以KB或以MB为单位,变量ItemSize记录。
4、 点击“开始分割”按键,若个参数合法,则开始执行分割过程,进度条显示执行进度,否则提示错误。
5、 合并过程与分割过程类似,只是多了对可选择的合并文件的限制。
-Now, I will split the document for the operation is simple, is as follows : 1, opted to split the original document, with OpenFileDialog control achieved record variable SplitSourceFileName paper trails. 2, the choice of segmentation document addresses the preservation, use FolderBrouserDialog Controls, variable SplTargetFolder record keeping path. 3, user input block size, the option to KB or MB units, a variable ItemSize record. 4, clicking on the "Start split." Button, if parameter is lawful, the division started the process, the progress of the show progress in implementation, suggest otherwise wrong. 5, the merger process and segmentation process similar, but more on the choice of the merg
- 2022-07-26 15:44:28下载
- 积分:1
-
using the VB one operation INI file class, achieving a number of operations, the...
采用VB开发的一个操作INI文件类,实现了多项操作,对文件操作的一个类-using the VB one operation INI file class, achieving a number of operations, the operation of a document type
- 2022-02-07 06:16:20下载
- 积分:1