Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 工程代码
Search - 工程代码 - List
DBF文件操作类,可以有索引,C++代码,编译为一个DLL工程。其中的OrderDbf.h和OrderDbf.cpp为其他工程使用的一个例子。-DBF file operation type, can be indexed and C code, compile to a DLL project. The OrderDbf.h OrderDbf.cpp and other projects for the use of an example.
Date : 2008-10-13 Size : 18.42kb User : 申屠航兵

本工程里的代码是针对VC6调用操作word2003的,是我很辛苦做的,有对Word书签操作的方法,对表格操作的方法,表格复制的方法等等。不过代码乱了些,请见谅,呵呵。-the code works against VC6 call word2003 operation, I am very hard to do. Word bookmarks to have the operation method of operation of the form, copy the form and so on. But some arbitrary code, I do apologize, Ha ha.
Date : 2008-10-13 Size : 7.86mb User : 高茜

VC6工程,本程序可以指定一个目录,然后统计该目录下各种源友文件的总行数,以此来统计你倒底写了多少行代码!-VC6 works, the process can specify a directory, then the statistics directory sources Friends of the office of a few documents, in order to statistics you write up a number of lines of code!
Date : 2008-10-13 Size : 30.62kb User : JohnnyAnn

这是关于文件存储和序列化的代码,个人觉得挺好用的,使用时直接添加到工程中即可
Date : 2008-10-13 Size : 9.53kb User : 肖克

汇编内核的md5算法.使用方法:一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-compilation of md5 kernel algorithm. Use : One method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directly md5_x86.obj copy of your project, the direct use
Date : 2008-10-13 Size : 3.92kb User : 高泽虎

DBF文件操作类,可以有索引,C++代码,编译为一个DLL工程。其中的OrderDbf.h和OrderDbf.cpp为其他工程使用的一个例子。-DBF file operation type, can be indexed and C code, compile to a DLL project. The OrderDbf.h OrderDbf.cpp and other projects for the use of an example.
Date : 2025-12-21 Size : 18kb User : 申屠航兵

本工程里的代码是针对VC6调用操作word2003的,是我很辛苦做的,有对Word书签操作的方法,对表格操作的方法,表格复制的方法等等。不过代码乱了些,请见谅,呵呵。-the code works against VC6 call word2003 operation, I am very hard to do. Word bookmarks to have the operation method of operation of the form, copy the form and so on. But some arbitrary code, I do apologize, Ha ha.
Date : 2025-12-21 Size : 7.86mb User : 高茜

VC6工程,本程序可以指定一个目录,然后统计该目录下各种源友文件的总行数,以此来统计你倒底写了多少行代码!-VC6 works, the process can specify a directory, then the statistics directory sources Friends of the office of a few documents, in order to statistics you write up a number of lines of code!
Date : 2025-12-21 Size : 30kb User : JohnnyAnn

这是关于文件存储和序列化的代码,个人觉得挺好用的,使用时直接添加到工程中即可-This is on the document storage and serialization code, personal feel very good use, when used directly added to the project can be
Date : 2025-12-21 Size : 9kb User : 肖克

自己写的一个关于C处理文件的代码,用于修改二进制文件的源代码,在网上很少找到,便自己写了一个,经过测试.我是用于修改二进制代码中的终端号,以后我会将它移植到C++中.目前只是C代码,在VC中用CONSOLE方式新建一个工程把它添加进去就可以,代码完全是C.-Himself wrote a paper on the C handling code, binary files to modify the source code, rarely found in the online, they write their own one, and pass certain tests. I was used to modify the binary code terminal No. later I will it transplanted into C++ China. At present, only C code, in the VC using CONSOLE way to create a new project it can be added, the code is entirely C.
Date : 2025-12-21 Size : 1kb User : bill.zhang

大项目工程开发时,文件很多,有时会产生一些垃圾文件,有时想知道哪些dcu没有pas文件(团队开发时有时核心代码到开发人员手上就只有dcu 了),该工具让你一目了然,并可以安全删除垃圾文件。 对我自己有用,和大家分享一下。 稍加改进可以递归处理子目录。 -Sometimes,We have many files in a project,It can help you to find those files who are not necessary.
Date : 2025-12-21 Size : 10kb User :

大部分VC编程的朋友都遇到过这种情况:写过的一大堆工程代码在硬盘里放着,有时候想找某个工程的源代码查看都找不到,同时一些不舍得删又没多大用的工程放在哪儿也占地方,像我就下载了很多教程的配套源代码,大小差不多有两三个多G,放在那儿实在是占地方。而且查看时得一个文件夹一个文件夹的找,太麻烦。所以没事就借用了Mike Benzinger写的的CppToHTML转换代码,写了一个将VC工程目录下的.cpp、.c、.h文件转换成html网页文件,同时将工程所需的所有项目文件、源文件、资源文件打包成rar的小工具。通过这个工具转换之后,再用QuickCHM、EasyCHM或者琐碎打包工具等等将这些转换好的html文件或者rar文件编译成chm帮助文件,即节省了大量空间(两个多G的源代码转换打包之后只有两三百来兆,经过编译成chm之后会更小),也方便查看。 -Most VC programming friends encountered this situation: a lot of works written in the code stood in the hard disk, sometimes looking for a project s source code view can not be found, while some are not willing to delete it no good place where the works are of a place, as I downloaded a lot of tutorials on the supporting source code, the size of almost more than 23 G, on the place where it is accounted for. And the view was a folder when a folder to find, too much trouble. So, nothing to write borrowed Mike Benzinger of CppToHTML conversion code, write a will VC project directory. Cpp,. C,. H file into a html page document, while all the items required for project files, source files , the resource file packaged rar gadget. With this tool, after conversion, and then QuickCHM, EasyCHM or trivial packaging tools, etc. to these good html file or convert rar files compiled chm help file, which saves a lot of space (more than 2 G, only after the source code conversion package two or three h
Date : 2025-12-21 Size : 391kb User : 刘磊

文档管理系统,其中包括动态树代码,对各部门的文档进行统一管理-Document Management System
Date : 2025-12-21 Size : 12.06mb User : hu

递归调用查询,清除VC++编译连接产生的中间件.程序支持自定义后缀,所以也可以设置成清理其它文件.其中对查找,文本写入,读出等功能的实现代码会是一个好例子.(工程使用VC++6.0)-Recursive call query, clear connection VC++ compiler generated middleware. Program supports custom suffix, so it can be set to clean up other files. One of the find, the text is written, read out the functions of the implementation code would be a good example. ( Works with VC++6.0)
Date : 2025-12-21 Size : 37kb User : 邹晓刚

用vc++显示和保存图片,有完整的工程,代码的注释详细-With vc++ display and save the image, the complete works, code comment in detail ...
Date : 2025-12-21 Size : 3.36mb User : terry

统计工程代码行数,支持多种语言 包括c++ / vb / java 支持自动去除空行,去除VB中的窗体元素信息-Statistics projects the number of lines of code, supports multiple languages ​ ​ including c++/vb/java support automatically remove blank lines, remove the the VB form element information
Date : 2025-12-21 Size : 21kb User : wwc

这是一个统计工程中代码行数的软件,此软件用mfc框架c++写的,包含源码。-This is the number of lines of code in a statistical engineering software, this software use the mfc framework for c++ written, contains the source code.
Date : 2025-12-21 Size : 12.33mb User : 黑白

读取配置文件的通用代码,直接粘贴到工程中即可使用不需要重新写-Reads the configuration file generic code, paste it directly into projects to use does not need to re-write
Date : 2025-12-21 Size : 3kb User : 和哈

利用强大的CURL,实现文件上传功能,该工程自己试过,能正常运行,非常适合初学者,代码结构清晰-The use of powerful CURL, realize the file upload function, the engineering their tried, can the normal operation, very suitable for beginners, clear code structure
Date : 2025-12-21 Size : 723kb User : 静夜思

学习FAT文件系统时封装的一套C++库,可以实现加载指定分区的FAT文件系统。浏览目录,打开文件流读写文件,创建目录和文件(不要在挂载在真实机器上的分区上进行写操作测试,因为Window本身的文件系统驱动和本程序冲突会造成混乱。 最好在虚拟的分区上测试,本程序也带有加载虚拟磁盘的代码。)带有比较详细的注释,由于是玩具无文档。 此为VC6.0工程,用高版本的VS不保证可以编译成功。-FAT file system when learning a set of C++ library package, you can achieve load the specified partition FAT file system. Browse the directory, open the file stream to read and write files, create directories and files (Do not mount the partitions on the machine to write the real test, because Window s own file system driver conflict and this program will cause confusion. Best virtual partition on the test, this program can also be loaded with a virtual disk code.)
Date : 2025-12-21 Size : 528kb User : 彭东峰
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.