搜索资源列表
source-stl
- STL在liunx下的源代码文件,可以在Linux下安装,也可以直接阅读源码来学习STL编程-It s a STL source code file under Linux, it can set up under linux or read it directly
IniFileNew
- 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
svini
- 使用STL对INI文件进行操作,时间匆忙没有加注释信息。跨平台,可以在Windows和Linux下使用。-use STL right INI file operation, no time to rush footnote information. Cross-platform, the Windows and Linux use.
Test_Map
- 包中TMap,TMapStringToPtr类,为本人重vc下CMap,CMapStringToPtr两个STL移植到linux的,经过测试,效率比C++中的stl对应的高3-5倍以上
libcstl2.0
- 一个用C语言实现的stl库,堪比c++的std库,功能强大,支持linux和windows等主流操作系统。-A language of the stl with C libraries, comparable to the std c++ library, powerful, supporting linux and windows, and other mainstream operating systems.
STL_doc.tar
- STL的官方文档,STL的最权威的解释!C++学习必备利器,可以极高的提高编程效率-The resample software package contains free sampling-rate conversion and filter design utilities written in C, including a stand-alone command-line sampling-rate conversion utility called resample. The packag
dtl
- 一个跨平台的数据库操作库.可以在linux和windows下运行. DTL下层采用ODBC,上层把数据库封装成STL的容器风格。使用非常直观简介。 dtl由于进行了模板化的封装,在使用上类似于stl的模板类,非常容易上手,不过效率上比不过otl,但是易用性比otl强多了. 如果你的代码要跨平台运行,数据库操作部分建议采用该库进行设计.-A cross-platform library database operations. Linux and windows can run. DT
IniFileParesUseCppAndSTL
- Ini 文件解析, 在Windows下有API提供INI文件的支持, 但在Linux和WinCE下就没有了, 为了实现接口统一,所以写了两种INI文件的C++解析实现-IniFile Pares Use Cpp And STL
libcstl-1.0.1.tar
- libcstl是使用C语言编写的一个通用的数据结构和常用的算法库,它模仿SGI STL的接口和实现。-libcstl is the use of C language, a common data structure and used algorithms library, which mimic the interface and the SGI STL to achieve.
linuxc
- linuxc函数库参考手册 pdf格式 书中包含大量列子,通俗易懂 全面-linux function STL
STLmap_using
- 在linux下使用stl map 进行插入,查询,删除等功能的代码-Insert,inquire,delete fuction with stl map in linux/unix
rss.reader.tar
- linux 平台 RSS reader ,一个linux平台下的 rss 阅览器,充分使用了 STL 等技术,并且使用了 sqlite 。可以用来学习-linux platform RSS reader
stl
- 选择一个操作系统环境(Linux或者Windows),编制TCP/IP通信程序,完成一定的通信功能。例如:可以编一个程序和Unix的系统服务进行通信,如daytime(port 13)、echo(port7)服务等;或者两人talk,使用TCP/IP协议进行相互直接的发送和接收等。-Select an operating system environment (Linux or Windows), the preparation of TCP/IP communication process,
dbinit_stl_views-1_03
- linux下gdb调试工具扩展脚本,可以查看stl模板类的信息-linux gdb debug stl list map
Linux-programming-ideas
- 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
libshallocator-1.1.0.tar
- linux 基于共享内存的stl动态库 -linux-based shared memory stl dynamic library
demo02_ostriter
- linux C/C++ STL output iterator code sample
demo03_random
- linux C/C++ STL random access iterator code sample
chat_system
- 开发环境: C++,Linux 平台。 项目描述: 首先利用 UDP 协议,创建客户端和服务端,然后利用 JSON 库对数据进行封装,进 而实现对数据的传输,最后通过 NCURSES 库绘制窗口,实现界面化。 相关知识: 线程的运用,STL 容器的运用,第三方库 NCURSES、 JSON 的运用。 项目收获: 了解到了聊天系统的原理,加深了对网络数据传输的理解(Please have a look at Chinese)