-
Packaging, a recorded log function reusable imitate Log4j development tools VC
封装了 记录日志的功能 可重用
模仿Log4j
开发工具 VC-Packaging, a recorded log function reusable imitate Log4j development tools VC
- 2022-08-24 15:11:37下载
- 积分:1
-
一个监视系统的目录和文件变化的源代码,用Delphi编写。
一个监视系统的目录和文件变化的源代码,用Delphi编写。-a surveillance system directories and files of the source code with Delphi.
- 2022-05-23 19:11:44下载
- 积分:1
-
PE 文件格式读取
PE 文件格式读取-read and save by PE document
- 2022-08-07 06:42:52下载
- 积分:1
-
使用Mapbasic实现批量压缩mapinfo的tab格式文件
使用Mapbasic实现批量压缩mapinfo的tab格式文件-use MapInfo to achieve volume compression of the tab format
- 2022-11-28 01:20:02下载
- 积分: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
-
mapinfo二次开发,检查数据格式是否为等值线数据
mapinfo二次开发,检查数据格式是否为等值线数据-MapInfo secondary development, inspection data format for data isogram
- 2023-07-24 06:50:03下载
- 积分:1
-
整理MiniDX字典来源数据进行排序和成千上万的代码发布…
Minidx字典整理程序源代码发布
几千条数据排序并去除重复纪录可以有很多排序算法直接内存中操作,但是假如说有几百万条记录需要处理,那就不一定适用了。这个程序最初的目的为了解决Minidx字典中重复数据的问题,但是发现写文件时I/O限制比较明显,虽然可以解决问题,但是效果却不怎么样。
工程基于VS2005,MFC的Unicode模式下编译的,利用了Sqlite3.5.0,作了C++封装处理。写处理中开启了事务.
相关链接 http://cn.minidx.com/index.php?option=com_content&task=view&id=88&Itemid=9
-Finishing Minidx dictionary source code release of thousands of data to sort and remove duplicate records can have a lot of sorting algorithm to operate directly in memory, but if that has millions of records that need to be addressed, it does not necessarily apply. The original objective of this procedure in order to resolve the duplication of data dictionary Minidx, but found time to write a document I/O limitations more obvious, although the problem can be solved, but not how to effect. Works based on the VS2005, MFC compile the Unicode mode, the use of Sqlite3.5.0, made C++ Package deal. Write a deal to open the Services. Http://cn.minidx.com/index.php?option=com_content
- 2022-08-09 23:26:05下载
- 积分:1
-
图片、文件上穿
uploadpicture 上传图片
uploadfile 上传文件
上传的图片可以盖文字或图片水印...
图片、文件上穿
uploadpicture 上传图片
uploadfile 上传文件
上传的图片可以盖文字或图片水印
-Pictures, documents uploadpicture upload a picture wearing uploadfile Upload file uploaded picture can cover the text or image watermark
- 2023-03-07 20:40:03下载
- 积分:1
-
一个伟大的来源的多
一个非常棒的多文件上传源码,用vs2005或更高版本可以打开。-A great source of multi-file upload, use vs2005 or later can open.
- 2022-07-20 14:40:19下载
- 积分:1
-
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了...
Win32 API 提供了OpenFile 和 WriteFile 函数, 可以对二进制的文件进行读/写。 这两个函数使读/写格式化的文件更加灵活。 这里演示了操作大量格式化数组的一种技巧, 一次完成, 无须一个一个地操作。
- 2022-04-19 01:30:45下载
- 积分:1