搜索资源列表
VCGetDelphiDll
- 告诉大家一个在VC下如何调用Delphi等其它语言编写的动态库,只是一个方法。希望大家多多交流-tell you in a VC how to call other languages such as Delphi prepared by the DLL is only one way.
上传局域网内自动升级程序
- 还是pb的源码,转载别人的。我认为不错,是C/S程序中的点睛之笔,解决程序自动更新问题。编译成exe文件可以独立使用或嵌入到其他平台中调用。-or the source, reproduced people. I think it is true, is C / S process of finishing touch to solve the problem automatically update procedures. Compiled exe files can be used inde
电子电路大全合订本
- 电子电路图书,请使用超星或者其它电子图书阅读软件-electronic circuit books, please use the Superstar or other electronic book reading software
kboot
- 内存中的数据可以改变 在运用在会对使用者有不同于其它软件的方法 退出时会出错,但不同配制的机子会有不同的出错信息-memory data can be used to change the user will be different from other software methods to pull out to be wrong, but a different preparation of the machine have different error messages
windos
- 一个基本的文件管理器,可以进行文件的复制,移动,删除,加密,解密,目录建立,册除等 -a basic file manager, file a copy, move, delete, encryption, decryption, catalog, in addition to other volumes
exportwordsrc
- 如果您要在应用程序中处理Word文档,可以参考MSDN. Lori Turner. Automating Microsoft Office 97 and Office 2000,该文内容详细全面,但是要在C++程序中导出Word文档,按照文中的方法来处理是很麻烦的,特别是需要填写的参数太多,所以我们考虑生成正确的VB脚本,然后执行生成Word文档的操作,这个方法的优点在于:一方面可以少填写参数;另一方面可以使用在Word中录制的宏脚本,而只需作少量的修改。我们给出了一些简单的函数来方便生成Wor
用标准模板库STL实现文件比较
- 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This pa
FilesServer
- 使用C#编的程序,实现多个文件夹文件的同步.比如,删除一个文件或者文件夹,程序将自动的删除另外几个文件夹中相同的内容,可以对网络上不同机器上的文件进行同步.-use C# series of the program, realized the number of documents folder synchronization. For example, to delete a file or folder, the program will automatically delete sever
zxlog-LogWindowsMessages
- 一个LOG文件的源代码, 能把数据或消息写到一个文件或传个另外的程序. 有适用价值.-the source code, data or information can write a document or other out-of procedures. applicable value.
不用API的ini文件读写
- 不用API的ini文件读写,支持现有的INI读写,并且还可以脱离API的限制,再修改一下源码就能更好的支持其它的文件读写-not API ini document literacy, support existing INI to read and write, and also from the API restrictions further changes to the source code will be able to better support other document li
文本文件系统
- 文件系统操作,能Crate,Delete目录,使用多级目录,至于是否采用索引节点结构,自选。目录项目中应包含:文件名、物理地址、长度等信息。-file system operation, can Crate, Delete Contents, the use of multi-level directory, As to whether Index node structure, Customize. Contents Item should include : name, physical a
ch01-01-1
- 本程序用于判断程序是否为ANSI字符集或OEM字符集,并可相互转化-the procedures used to judge whether the procedures for ANSI character set or OEM character set can be transformed into each other
Lzss_VC
- 测试LZSS算法的VC代码,其中LZSS算法的实现部分为C代码来自网上,修改后在VC上测试通过 可移植到其它平台,如嵌入式系统 示例中直接打开本目录下的Tmp.txt zip压缩Tmp.txt并输出压缩内容到zip.out unzip解压zip.out的内容并输出到unzip.out 目录下Tmp.txt文件必须存在-test LZSS VC code algorithm, the algorithm to achieve LZSS part of the C code
XML_reader
- 自己手动编写的XML分析程序。其中用到了STL的模版库。其中的算法很巧妙,并且没有用其他任何库函数,值得一看。-own manual prepared by the XML analytical procedures. STL which uses the template library. The algorithm is a clever, and not any other library functions overseas.
MGJ
- 1995年,国务院学位委员会办公室委托图书馆学情报学学科评议组讨论并解决本学科研究生谭程设置问题。经过一年多的调查研究,学科评议组一致建议将“信息资源管理”规定为研究生必修课之一。由于这是一门发展中的新兴科学,正在进行现代化建设的各行业都面临着信息资源的管理问题,为培养专业人才的高等院校也都意识到了这一问题的密切相关性。-1995. Degrees Committee of the Office of the State Council commissioned library and inf
vbduquqi
- 这个读取器可以通过远程读取对方的数据,方便快界,仅做交流之用-the reader can be remotely read each other's data to facilitate faster profession, only to do with exchange
FileAlarm
- 实时监测被其打开的文件,当文件被其他程序更改时,发出警告并提示;若文件移走或删除发出警告并提示。-real-time monitor its open file, the file other procedural changes, warnings and prompts; If the document to delete or remove the warning and prompt.
DESliu
- 文件,文字加密,还蛮方便的可以嵌入别的函数中-document, in writing encryption, quite convenient can be embedded in other function
hanmingma
- 一个转为汉明码写的程序,小巧,很方便嵌入别的程序中-a Hamming code writing to the procedure, a small, easily embedded in other proceedings
Other-0642805Dialogue-2647932
- 此源码是一个很不错的源码Other-0642805Dialogue-2647932,同学们可以用来学习-This source code is a very good source dialogue Other- 0642805-0642805, can be used to study the students