-
文件分割器的实现 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
-
This example is a LabWindows environment, open the windows system, under the ini...
本实例是在LabWindows环境下,打开windows系统下的ini文件,并读取出其中的信息。-This example is a LabWindows environment, open the windows system, under the ini files, and read out the information.
- 2022-08-05 13:24:26下载
- 积分:1
-
electronic wordlists of the system to achieve the target : a record recorded wor...
电子生词本
系统实现目标:
记录单词
记录文章(作为单词的上下文,可以分析出单词)
系统分为三层结构:磁盘存储、内存管理、用户交互-electronic wordlists of the system to achieve the target : a record recorded word article (as a word in the context, can analyze words) system is divided into three-tier structure : disk storage, memory management, user interaction
- 2022-03-19 03:07:12下载
- 积分:1
-
信息交换用光盘的容量和文件结构
Volume and File Structure of CDROM for Information Interchange
- 2022-07-22 11:44:04下载
- 积分:1
-
the procedures detailed copy of the document to delete mobile, and a detailed co...
本程序详细的复制移动删除文档,并有详细的代码说明
- 2023-06-06 23:47:43下载
- 积分:1
-
以前汉化PS游戏〈〈封神演义〉〉的时候写的工具,作用是查看其自带的字模文件font.grp里的数据,还可以修改其中的数据。 附带用VB写的源代码。游戏狂热的不妨...
以前汉化PS游戏〈〈封神演义〉〉的时候写的工具,作用是查看其自带的字模文件font.grp里的数据,还可以修改其中的数据。 附带用VB写的源代码。游戏狂热的不妨耍一下,-sinicized PS games before the time of writing tools, is to look into their own documents to the Fonts font.grp The data can also modify the data. VB fringe write the source code. The game might play fanatical about, huh
- 2022-05-19 19:06:13下载
- 积分:1
-
字符识别GUI
手写体字符识别在多媒体设备人机交互、邮政信件分拣、银行票据自动处理等领域有着重要的应用。由于手写体字符的随意性,使其识别难度大于印刷体字符。通常,手写体字符识别包括联机手写体字符识别和脱机手写字符识别。联机手写体字符识别是指经过各种输入设备,将字符的轮廓及其笔划顺序按顺序送入计算机中;而脱机手写体字符没有笔划顺序这一重要特征,输入到计算机中的只是二维图像,而且相对于印刷体字符,手写体字符由于不同的人而不同,造成即使是同一字符,不同的人书写也会因字体、习惯不同而大不一样,因此,从识别技术的难度来说,脱机手写体字符识别的难度高于联机手写体识别。
- 2022-03-15 06:51:42下载
- 积分:1
-
读写文本文件。 1 创建一个文本文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。 读写二进制文件。 1 创建一个二
读写文本文件。 1 创建一个文本文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。 读写二进制文件。 1 创建一个二进制文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。-read and write text files. 1 Create a text file. Two documents to write data (data not less than a few line 10). Three read from the file data, and display the results read. Reading and writing binary files. A creation of a binary files. Two documents to write data (data not less than a few line 10). Three read from the file data, and display the results read.
- 2022-10-16 20:45:08下载
- 积分:1
-
/ / /只有WinXP及以上系统的支持shopenfolderandselectitems()API / / /…
/// 只有WinXp及以上及系统才支持SHOpenFolderAndSelectItems() API
/// 那其它系统该怎么实现这个功能呢?只能采用其它的方法来处理
/// 首先用XP跟踪到SHOpenFolderAndSelectItems()API中,看它是如何处理的,再用同样的方法去实现
/// 其它系统的这个功能使用工具 VC6 .net 2003 MSDN Ollydbg v1.10中文版-/// Only Winxp and above and system support SHOpenFolderAndSelectItems () API///that other systems how to realize this function? But to use other methods to deal with///First of all, to use XP tracking SHOpenFolderAndSelectItems () API, the look is how to deal with it, and re-use the same method to realize///other systems to use this feature tools VC6. Net 2003 Chinese version of MSDN Ollydbg v1.10
- 2023-02-11 13:50:03下载
- 积分:1
-
delphi 7.0 用于查找源代码中的中文并进行修改
delphi 7.0 用于查找源代码中的中文并进行修改-search for the source code to the Chinese and revised
- 2022-02-13 14:36:08下载
- 积分:1