-
delphi operating system, so users excel reports, to achieve good results
delphi操作excel制做用户报表,达到很好的效果-delphi operating system, so users excel reports, to achieve good results
- 2022-11-17 09:10:03下载
- 积分:1
-
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文...
文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并与分解函数,合并文件后的文件中各子文件顺序存放-document merging algorithm to the original document as a unified binary files were read, followed by the introduction of a new binary file, so it completed the merger operation; Contrarians can separate document ... their first definition of a common document, for instance, the following format : Name length (4 bytes), file name, file size (4 bytes), the contents of the file. Then a new document, you will be included in the document were included (as binary files). As for the reduction yet, dialer after the merger documents, to be followed by the following process Reduction Document : Reading into the file name length, according to the length of availability of documents, and read into the length of documents, accord
- 2022-09-07 18:55:02下载
- 积分:1
-
RowCounter这个东东更多时候我是作为一种好玩的工具用的。
上一版本是一年半前发布的吧?这次我更新了统计代码行的算法,速度超快,并且增加了扫描目录功...
RowCounter这个东东更多时候我是作为一种好玩的工具用的。
上一版本是一年半前发布的吧?这次我更新了统计代码行的算法,速度超快,并且增加了扫描目录功能,哈,这下可以方便地统计Delphi所带的源码有多少行啦!
RowCounter 源码公开,你可以自由使用、修改及传播,如果你有什么改进,请给我发一份,我的EMail是:iamready@eastday.com。-RowCounter this time I was more as a fun tool to use. There is a version of a year and a half before the release? This time I updated the statistics line of code algorithm, ultrafast speed and increased directory scanning function, Kazakhstan, Great statistics for the convenience of Delphi to release the source code line number! RowCounter open source, you can freely use, modify and spread if you have any improvements, please give me a fat, I was in that extension : iamready@eastday.com.
- 2022-02-02 03:48:29下载
- 积分:1
-
INI文件的操作,是使用非常方便:1。首先,inifil删除…
操作INI文件,非常方便...
使用方法:
1.先把IniFile.h,IniFile.ccp加入Porject,在要使用该类的头文件中加入
#include "IniFile.h",及CIniFile IniFile
2.读取和写入:
string = IniFile.GetString("section","item","默认")
int = IniFile.GetInt("section","item",666)
IniFile.SetString("section","item","设置值")
IniFile.SetInt("section","item",666)
3.ini文件名及路径在初始化时,用SetFileName()设置-Operation of INI file, is very convenient to use ...: 1. First IniFile.h, IniFile.ccp adding Porject, to be used in the first such document by adding# Include
- 2023-07-09 08:15:03下载
- 积分:1
-
输入两个字符串,利用该程序替换word文档中所有出现的第一字符串成为第二个字符串...
输入两个字符串,利用该程序替换word文档中所有出现的第一字符串成为第二个字符串-two input strings, using the word replacement procedure documentation for all of the first string as the second string
- 2022-09-26 00:05:03下载
- 积分:1
-
access to file attributes. A typical VC program, the full source to facilitate t...
获取文件属性。典型的VC编程,全部源代码,方便大家下载,可直接运行。-access to file attributes. A typical VC program, the full source to facilitate the download, can be directly run.
- 2022-05-15 15:15:12下载
- 积分:1
-
该源代码集成了一个类,用于生成日志,代码为可复用代码。...
该源代码集成了一个类,用于生成日志,代码为可复用代码。-the source code of an integrated category, used to generate log, code for reusable code.
- 2022-06-14 21:17:12下载
- 积分:1
-
Office2000
像Office2000似的办公软件
可编辑文件 图片-Office2000-like office software as editable file picture
- 2022-09-06 08:40:03下载
- 积分:1
-
notepad++插件
本插件包包含了经常使用notepad差价,主要有16进制的转换,主题风格(本人不喜欢黑底白字的主题),导出为word文档(RFT)或网页(HTML)文件;资源管理器: Explorer括号自动补全插件显示函数列表:Function List等等 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-22 18:03:44下载
- 积分:1
-
我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件....
我自己写的Java通讯录,界面用的是swt包,使用时请看readme.txt文件,需要加载dll文件.-I write Java correspondence, the interface kits can be used when See readme.txt document, we need to load dll file.
- 2022-07-27 11:04:03下载
- 积分:1