搜索资源列表
IniFileNew
- 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
nfsLibrary_src
- nFS,在一个文件中模拟一个文件系统,适合于需要读写创建大量文件的应用。该类库与linux下的NFS没有关系。该类库兼容MSVS/Win32, GCC/Linux and GCC/Solaris,全部用C语言完成。
CFormat
- C Format 从Linux移植过来的,用于C/C++源程序的格式化,支持多种格式化模式。-C Format from the Linux transplant for C / C source code formatting, support for multiple formatting mode.
CtrlIniFile
- INI文件控制,c写的,可以放到Linux/Wince的OS
Linux_C
- linux下C语言编程的介绍性文章,具有参考意义
Excel-To-TXT
- C++Builder开发的Excel转TXT格式转换器-Excel To TXT
notecase-1.9.8_src
- notecase-1.9.8_src NoteCase is a free hierarchical note manager program. It is published as open source and licensed under BSD-like license. Program is written in portable C++ (using GTK 2.x toolkit) and is currently compiled on Windo
CStdioFile
- 用标准C++实现CStdioFile的部分功能-Using standard C++ implementation of some functions CStdioFile
FileSystme
- 自己写的模拟Linux EXT2文件系统。代码约在2000行左右,需要的话拿去参考一下吧。-This is a imitating linux ext2 C code written by myself.if you need it,you can refer to it!
cfile
- linux c code linux c code linux c code-linux c code linux c codelinux c codelinux c codelinux c codelinux c code
filesystembegin
- 1. 设计和实现一个简单的文件系统,要求包括目录、普通文件和文件的存储 2. 文件系统的目录结构采用类似Linux的树状结构; 3. 要求模拟的操作包括: a) 目录的添加、删除、重命名; b) 目录的显示(列表) c) 文件的添加、删除、重命名 d) 文件和目录的拷贝 4. 用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入某个命令+?时显示该条命令的使用说明 5. 用户输入exit时退出该系统 6. 实验实现基于windows平台
CRWFile
- 用C和C++,高效读写文件类CRWFile,将文件一次加载到内存中,支持按行读取数据。 每次写入磁盘文件4096字节,相对比较高效。 CRWFile非常适合读取文件相对较小(<500M)的常规处理! 支持Windows和Linux下编译和运行!-Using C and C++ for read or write the file that on disk. Could be running on windows and linux , and that is super
fileSystem
- 采用C模拟linux文件管理,根据linux文件读写操作等,模拟出一套自己的文件操作-C analog linux file manager linux file read and write operations to simulate a set of file operations
C_Message-Queue
- [C代码]-利用消息队列实现文件传输(Linux)-[C code]- the message queue file transfer (Linux)
socket_file_transport
- [C代码]-利用socket进行文件传输样例(Linux)-[C code]- socket (Linux) file transfer sample
win_log
- window下,c/c++程序实现日志记载功能,修改一下可以移植到linux环境,调试工具用的c++builder 6.0。-window log file
log4cxx121219.tar
- apache 公司的C++版 跨平台C++日志通讯框架,本压缩包集成了linux下需要的apr和apt-util源码,仅需要执行compile.sh角本就可以编译出日志包,测试平台gcc 4.4.6 fedora 15-apache company s C++ version of the cross-platform C++ log communications framework, the integrated compression package apr and under linux
FileSystem
- Linux文件管理系统用C模拟实现,多个文件的形式-Linux FileSystem
code
- 参考linux extra2文件系统设计的一个基于c++读写文件操作的虚拟文件系统,适合作为操作系统课程的大作业参考-A reference linux extra2 file system design based on the virtual file system c++ write file operation, suitable for operating system programs big job reference
INI
- 可移植的多平台INI读写C代码,支持unicode和Asc文件。在windows,linux平台下均可高效运行。-INI read/wirte in C code can run on windows/linux etc. support Unicode and Asc files.