搜索资源列表
ls
- 实现UNIX下的ls全部功能,同时添加了可以生成目录树.实现内容:1.如何读取目录的内容 2.目录排序 3.文件类型以及如何知道文件的类型 4.位操作及掩码的使用 5.用户与组ID数据库 6.UNIX文件系统的内部结构:i-节点和数据块 7.更改当前目录 8.输出颜色的改变和分栏 9.学习并实现ls命令各参数 10.解析命令行参数 -Ls under UNIX to achieve full functionality, while adding a di
arppoll
- 一个C程序,获取ARP表信息,UDP通讯及连接数据库,读取配置文件等功能-A C program, access ARP table information, UDP communication and connect to database, read the configuration files and other functions
otlv4_h
- otl库是在多平台下封装的多平台下数据库读取软件,只需要包含头文件既可运行,封装支持多种数据库接口。-otl library is packaged in a multi-platform multi-platform database read software, only need to include header files can run, package supports a variety of database interface.
C-for-sqlite
- C语言操作嵌入式数据库sqlite进行存储和读取,需要下载sqlite源码的头文件,有详细注释。-C language operating embedded database to store and read sqlite, sqlite need to download the source code header files, detailed notes.
mongodb_READ-AND-WRITE
- 访问文件夹,并获取文件夹中文件,读取内容,并写入mongodb数据库。运行程序是,需要开启mogodb的服务端。-Access to a folder, and access to the folder in the file, reads the contents, and written into the mongodb . The program is run, need to open mogodb server.
SpreadSheet
- 支持多字节和unicode编译,有中文注释和例子 //有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。 //CSpreadSheet类的目标是简单易用,其主要的特性如下: // 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。 // 2、读取行、列或单个单元。 // 3、覆盖、插入或追加行。 // 4、将已存在或新的EXCEL文件转化成符号