搜索资源列表
ssedit
- 用纯C写的一个文本编译器,附用源码和可执行程序,是初学者入门的好例子-C with pure text written by a compiler, and the source used by the executable, beginners entry is a good example
Best_Ini
- INI文件读写类,C++编写,使用stl。任意C++编译器均可使用,可在任意平台上编译。-INI file reading and writing categories, C, the use of stl. Arbitrary C compiler can use, it can be arbitrary platform compiler.
101
- 将该实例的源代码,比如1.c文件(在【001】目录下)拷贝到【c:\\tc】目录下,在MS-DOS方式下运行tc.exe,打开编译器,在TC中,按【F3】键或者“File->Open”菜单命令,打开1.c文件,按【Ctrl+F9】键,或者“Run->Run”菜单命令,编译运行该程序。若有相dat文件,应将dat文件一起拷贝到【c:\\tc】目录下。-example of this source code, for example 1.c ([001] in the catalog)
MSXML_Sampale
- C++操作XML的示例!用MFC环境编译。-C operating XML examples! Using MFC environment compiler.
filecompress_c
- 用C写的文件压缩器的源码,使用gcc编译-Using C to write the paper s source compression, use the gcc compiler
AutoMoveFiles
- BCB 6.0 Borland C++ Builder 6.0下编译成功。 文件自动(定时)移动软件源代码。 每隔1秒钟把一个文件夹下的内容自动移动到其它文件夹下。-BCB 6.0 Borland C++ Builder 6.0 compiler successfully under. Document automatically (periodically) mobile software source code. Seconds every one put under a folder
getcodeline
- 统计一个目录下代码行数(只统计c++后缀名为.h和.cpp的文件)。使用了windows api。如果想统计其他后缀名的代码,请打开源码,自己修改在编译。 使用方法:进入想统计的目录,直接执行命令。 或者 比如你想统计 e:\c++ 下代码行数,可以不进入该目录,直接输入 getcodeline e:\c++ (getcodeline为你编译的可执行文件名字)。 可以使用管道把信息输出到一个文件中查看。如:getcodeline e:\c++ > out.txt 大家
jpdirxp.c
- My Dirtree / file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 1-My Dirtree/file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 1
jpdirxp3.c
- My Dirtree / file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 3-My Dirtree/file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 3
jpdirxp4.c
- My Dirtree / file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 5-My Dirtree/file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 5
jpdirxp6.c
- My Dirtree / file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). 6b-My Dirtree/file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). 6b
jpdirxp6b.c
- My Dirtree / file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 6b-My Dirtree/file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 6b
jpdirxp7.c
- My Dirtree / file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 7-My Dirtree/file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 7
zipfiles
- 一个类似于zip的游戏资源打包工具,使用c编译,欢迎大家下载使用。注意,这不是我的版权,请注意版权问题-A similar resource package game zip tool, use the c compiler, welcome to download. Note that this is not my copyright, please note that the copyright issue
efsl-0.3.6
- The EFSL project aims to create a library for filesystems, to be used on various embedded systems. Currently we support the Microsoft FAT filesystem family. It is our intention to create pure ANSI C code that compiles on anything that bears the name
Code1
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library and the writing of the program. Static libraries and d
Snack
- 简单贪吃蛇C语言代码,直接编译调试就可以,自己写的-Simple snake C language code, direct compiler debugging can, some need to set myself