搜索资源列表
cLog.cpp
- 通用写日志类 首先建立一个文件,然后就根据时间和 信息写入文件, 如果日志太大,就做一个备份,-generic log write a category established first, and then based on time and information into the document, if the log too, so on a backup,
readerwriter.cpp
- 读者—写者问题的读写操作限制(包括读者优先和写者优先): 1)写—写互斥,即不能有两个写者同时进行写操作。 2)读—写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读—读允许,即可以有一个或多个读者在读。 -readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) w
activemq-cpp-2.2.6-src.tar
- activemq cms 是总线结构通讯方式一种实现软件库。-activemq cms communication bus architecture is a software library.
ccost_up.cpp
- spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub sum and updating a cell in O(logn)
inpToDispatcher.cpp
- send an input on a linux socket.
get_process_name.cpp
- getting a process name from a process id
HalfPlainCross.cpp
- 闲着没事写了个半平面交的算法实现,应该可以凑活着用。-Bored wrote a half-plane intersection algorithm should be able to live with the Cou.
studentManagerSystem.cpp.tar
- 一个简单的学生管理系统。实现了,信息添加,删除-A simple student management system. Achieved, the information to add, delete
cube.cpp.tar
- 建立一个简单的立方体 初期OPENGL 学习者会用到-Create a simple cube learners will use the initial OPENGL
diagramscene
- QT实现的绘图程序,使用视图场景框架实现,有非常不错的学习意义。-QT implemented drawing program, view the scene using the framework to achieve, meaning there is a very good learning.
Miller_Rabin.cpp
- 米勒瑞宾素数测试 大素数测试高效算法 测试一个数是否为素数-Miller Rabin test test whethere it is a prime number
Exceptional-CPP
- Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature
cal.cpp
- 一个简单的显示年历的C++程序,开发环境是Linux,输入年份即可打印出一年的年历。格式比较整齐规范。-Shows a simple C++ program calendar, the development environment is Linux, enter the year you can print out the calendar year. More orderly format specification.
CPP-GUI-Programming-with-Qt-3
- QT3 的官方指导用书,英文版本,详细说明了qt3的使用方法。-QT3 official guide book, a detailed descr iption of the use qt3.
CPP-GUI-Qt4source
- 该代码是一本书上的源程序,在Linux环境下,编译调试通过,并附送了该书的电子版-The code is a book on the source, in the Linux environment, the compiler debugging through, and comes with an electronic version of the book
mutex_new.cpp.tar
- 两个文件互斥锁的加锁与解锁,以及多线程的创建。-Two file locking and unlocking a mutex, and the creation of multi-threading.
Linux----CPP--PostgreSQL
- Linux下免费数据库PostgreSQL开发入门.理论和实例相结合-Free PostgreSQL database for Linux development started. A combination of theory and examples
GNU-CPP-for-Linux-[cn]
- 在美国,汤姆·斯旺是“鼎鼎大名”的计算机图书作家,他的30余本计算机图书“本本热销”。这些热销图书中的很多种已经翻译成了中文简体版,同样也都成为了国内市场的畅销书。现在汤姆·斯旺再为Linux自由软件世界执笔,写下了Linux系统下C++编程方面的专著。书中介绍了在各种Linux系统下C++工具的差别及编程方法,介绍了面向对象式编程中常常遇到的类、包装、继承等常见课题,介绍了C++的字符串类、各种模板及算法库,还介绍了在X环境下,图形化软件的开发方式,等等。凭借多年写作的经验,汤姆·斯旺的著作,
The-cPP-thread-principle-and-create
- 虽然作为线程池,已经很多很好的模式, 比如boost提供的线程池库.不过最好自己还应该对其有所了解, 该书对线程池的讲解还比较透彻.但是基于linux,所以文档中附带的代码,只是作为参考, 具体的移植更改,还是要自己动手来做.-Although as a thread pool has a lot of good models, such as the boost provided by the thread pool library, but should also be their own
Secure-Coding-in-C-and-CPP
- 《Secure Coding in C and C++》一本经典的C++/C学习书籍。-" Secure Coding in C and C++" a classic C++/C learning book.