Welcome![Sign In][Sign Up]
Location:
Search - POSIX

Search list

[Software EngineeringPOSIXPthreadprogrammer

Description: Linux 的多线程编程内核同步 超级经典!!!!强烈推荐-Linux kernel multi-threading programming Synchronization super classic! ! ! ! Strongly recommend
Platform: | Size: 98304 | Author: chenfalin | Hits:

[SCMlab3

Description: As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can provide more accurate time control in applications. In this lab, you will explore POSIX timers and signal programming, experience the timer drift. The primary focus of this lab will be "time". The experiment will show you several methods to measure time in your applications.
Platform: | Size: 3072 | Author: shangguan | Hits:

[Process-ThreadpThread

Description: 一个基于posix的并行程序示例!用pthread可以很方便的实现并行程序设计-A parallel procedure based on sample posix! Pthread can easily use the realization of parallel programming
Platform: | Size: 12288 | Author: 刘洋 | Hits:

[VC/MFCposixmultithreadprogrammingprimer

Description: Linux多线程编程,外文原著,值得大家珍藏-Linux multi-threaded programming, foreign-language original, worthy of our collection
Platform: | Size: 783360 | Author: 达到 | Hits:

[Process-ThreadPosixalarm

Description: Posix多线程的代码,关于时钟的,由浅入深,与大家交流-Posix multithreaded code, on the clock, easy-to-digest, and to facilitate the exchange of
Platform: | Size: 4096 | Author: fenglimei | Hits:

[Windows Developone_time_format

Description: 有时候我们需要对一些posix变量只进行一次初始化,如线程键(下面会讲到)。如果进行多次初始化程序就会出现错误。-Sometimes we need some posix only once to initialize variables, such as thread key (will be mentioned below). If a number of initialization error will appear.
Platform: | Size: 5120 | Author: zhangkun | Hits:

[JSP/JavaRegular.Expression.Pocket.Reference.2nd.Edition.Ju

Description: Oreilly出版的正则表达式参考手册,全面介绍了C, Perl, PHP, Java, .NET, Python, vi, and the POSIX的正则表达式库。-Oreilly published regular expressions reference manual, a comprehensive introduction to C, Perl, PHP, Java,. NET, Python, vi, and the POSIX regular expression library.
Platform: | Size: 873472 | Author: 王鹏 | Hits:

[Linux-Unixtest_questions_about_embedded_system_and_linux_dev

Description: 嵌入式及linux研发面试相关题目,包括ANSI C/C++方面的知识和POSIX方面的知识等。-Test questions about embedded system and linux development.
Platform: | Size: 19456 | Author: lvcg | Hits:

[Linux-Unixtest_itimer

Description: posix:tmr 间隔定时测试程序,实现100ms定时器三秒按键!-posix: tmr interval timer test procedure, implementation 100ms timer button 3 seconds!
Platform: | Size: 1024 | Author: 常静 | Hits:

[Linux-UnixTheGuideOfPosixThreadPrograming

Description: 介绍了SolarisTM 操作系统(Solaris Operating System, Solaris OS)中 POSIX® 线程和Solaris 线程的多线程编程接-The Guide Of Posix Thread Programing
Platform: | Size: 1238016 | Author: 城头的土人 | Hits:

[Internet-Networkcppcms-0.0.3.tar

Description: C++ web POSIX framewark
Platform: | Size: 400384 | Author: pulio | Hits:

[Linux-UnixLINUX1.0

Description: 内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!-Kernel is the heart of the system, run the program and management are as disk and printer hardware, such as the core of the procedure. Are the most popular free Linux computer operating system core. It is a language with C, in line with the POSIX standard Unix-type operating system. This procedure linux1.0 are the kernel source code!
Platform: | Size: 1545216 | Author: 郭子 | Hits:

[Database systemtokyocabinet-1.4.17.tar

Description: Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布。-Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array.Tokyo Cabinet is written in the C language, and provided as API of C, Perl, Ruby, Java, and Lua. Tokyo Cabinet is available on platforms which have API conforming to C99 and POSIX. Tokyo Cabinet is a free software licensed under the GNU Lesser General Public License.
Platform: | Size: 893952 | Author: ws | Hits:

[OtherPWPT

Description:
Platform: | Size: 17320960 | Author: lei | Hits:

[Linux-Unixtimer

Description: 对POSIX timer的面向对象的封装。-POSIX timer
Platform: | Size: 7168 | Author: 王晗 | Hits:

[Internet-Networktimer_lib

Description: 对posix timer面向对象的封装。 进程内部每一个timer都可以拥有自己的timeout回调函数。 提供周期性timer和一次性timer。 对其进行面向对象封装。 -Posix timer on the object-oriented package. Internal timer of each process can have its own callback function timeout. Provide periodic timer and one-time timer. Its object-oriented package.
Platform: | Size: 7168 | Author: 王晗 | Hits:

[Game Programmd3loader

Description: Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon. Supports lighting, texture mapping and animation. Includes a sample player model with weapon. See README for how to use it. Note (1): it uses the POSIX opendir/readdir functions, which are not implemented in all compilers under Windows (MinGW supports them). Note (2): This demo works on little endian architectures only. Libraries: OpenGL, GLU, GLUT, boost, libjpeg. Files: md3loader.zip (2.4 MB)-Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon. Supports lighting, texture mapping and animation. Includes a sample player model with weapon. See README for how to use it. Note (1): it uses the POSIX opendir/readdir functions, which are not implemented in all compilers under Windows (MinGW supports them). Note (2): This demo works on little endian architectures only. Libraries: OpenGL, GLU, GLUT, boost, libjpeg. Files: md3loader.zip (2.4 MB)
Platform: | Size: 2507776 | Author: futuh | Hits:

[Internet-Networkcatralibraries-1.4

Description: CatraLibraries is a general-purpose C++ framework. It is platform independent (Unix, Windows, ...) and provides classes to manage POSIX threads, Sockets, Tracer, Scheduler, EventsSet, Configuration files, Database access (Oracle, Sybase), Reports (HTML-CatraLibraries is a general-purpose C++ framework. It is platform independent (Unix, Windows, ...) and provides classes to manage POSIX threads, Sockets, Tracer, Scheduler, EventsSet, Configuration files, Database access (Oracle, Sybase), Reports (HTML. ..
Platform: | Size: 1786880 | Author: faun | Hits:

[OS programC2G

Description: 本程序可以检查一个可执行文件的类型,比如native、windows GUI、window CUI、OS/2、POSIX CUI等,并且将window GUI类型可执行程序更改为window CUI类型,即将窗口启动类型更改为控制台类型。-This procedure can check the type of an executable file, such as native, windows GUI, window CUI, OS/2, POSIX CUI, etc., and the type of executable program window GUI to change the window CUI type, is about to change the Startup type window console类型.
Platform: | Size: 8192 | Author: | Hits:

[Embeded-SCM Developnuttx-0.4.7.tar

Description: rtos,支持posix,针对8位,16位,32位处理器-rtos,support posix。it used 8 bit,16 bit, or 32 bit mcu
Platform: | Size: 2183168 | Author: gale | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 22 »

CodeBus www.codebus.net