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

Search list

[Otherunicode

Description: 说明了在 POSIX 系统 (Linux,Unix) 上使用 Unicode/UTF-8 所需要的信息. 在将来不远的几年里, Unicode 已经很接近于取代 ASCII 与 Latin-1 编码的位置了. 它不仅允许你处理处理事实上存在于地球上的任何语言文字, 而且提供了一个全面的数学与技术符号集, 因此可以简化科学信息交换.
Platform: | Size: 18672 | Author: zy | Hits:

[Develop ToolsP.I.P.S.

Description: POSIX support on Symbian platform
Platform: | Size: 658744 | Author: Leon | Hits:

[Software Engineeringsusv3

Description: posix标准英文,html格式,可移植Unix操作系统接口(Portable Operating System Interface for uniX)
Platform: | Size: 5944550 | Author: 农镇宇 | Hits:

[Communicationlinuxthreads

Description: Linux系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。
Platform: | Size: 16655 | Author: dj | Hits:

[Develop ToolsGnuMakeManual

Description: Make 可自动决定一个大程序中哪些文件需要重新编译,并发布重新编译它们的命令。本版本GNU Make使用手册由Richard M. Stallman and Roland McGrath编著,是从Paul D. Smith撰写的V3.76版本发展过来的。 GNU Make符合IEEE Standard 1003.2-1992 (POSIX.2) 6.2章节的规定。
Platform: | Size: 132844 | Author: linz | Hits:

[Other resourcePOSIXMultithreadProgrammingPrimer

Description: 多线程程序设计,Posix 多线程程序设计
Platform: | Size: 788434 | Author: 白彬 | Hits:

[Other resourceVxworks_demo_src

Description: Demo Source Code VxDemo Groups: 1. Multi-Processing 2. Networking 3. Input-Output 4. File System 5. MMU 6. Multi-Tasking 7. ANSI-C 8. POSIX 9. ExecHandling
Platform: | Size: 656108 | Author: youjia | Hits:

[Other resourceBasic-Feature-Examples

Description: basic feature example for vxWork, good example to start. include POSIX and vxwork library call.
Platform: | Size: 16161 | Author: Donghua Gu | Hits:

[Internet-Network20041211-mylib

Description: 经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数-frequently used the socketAPI, posix thread-like packaging, there are some smart synchronization facilities to achieve the target, thread-safe reference counting
Platform: | Size: 18024 | Author: 知鱼 | Hits:

[mpeg mp3mp3en

Description: rtbuf.c is an implementation of a buffering scheme using the POSIX realtime features. Its aim is to provide smooth playback of MPEG audio streams even on a very heavily loaded machine. It uses many advanced features of the operating system: - System V shared memory - POSIX.1b realtime scheduling extensions - POSIX.1b memory locking - Sound Driver DMA buffer mapping into the user proces space Make sure that you have enabled these features! The downside of these features is that they can only be used if the process has root permissions. Using realtime features is somewhat dangerous, since a realtime process can eat all the CPU time, rendering the machine unresponsive. So don t try this on your server!
Platform: | Size: 257585 | Author: lamching | Hits:

[OS programunixem-1.7.3

Description: UNIX Emulation Library for Win32 可以在windows中使用POSIX函数,例如:mmap
Platform: | Size: 426937 | Author: Antony | Hits:

[Process-Threadprograms

Description: POSIX多线程程序设计 的源代码,此软件包包括书中的例子程序和部分习题答案。
Platform: | Size: 62809 | Author: liweifeng | Hits:

[Com PortPOSIXSerialPort

Description: POSIX串口编程最好的资料。对各API有深入的介绍。串口编程的必备资料。中文翻译版。
Platform: | Size: 287347 | Author: gao | Hits:

[Linux-Unixqt

Description: qt串口编程标准的posix 的事例代码的封装!
Platform: | Size: 3120 | Author: lin | Hits:

[Linux-Unixmgqueue

Description: Linux Posix 消息队列的代码示例
Platform: | Size: 1801 | Author: jouk | Hits:

[Linux-Unixbbslib.tar

Description: linux下的BBS,使用BBS CACHE,使得mem消耗很低。 天火系統的特點: 1. 統一物件型態設計,讓各種東西都可以在我的最愛出現。 2. 統一各狀態間的功能鍵。( 程式執行過程只 \"程式狀態\" \"物件型態\" 來判定動作 )。 3. 內建各種系統(POP3/SMTP/NNTP/..),未來只需要執行單一程式,就會擁有各種功能。 4. 每個人都可以簡單設定個人板。 5. 未來任兩個 BBS 間都可以透過帳號作某一種程度的同步(Sync)。 6. 使用 pthread 設計,並且儘量遵守 POSIX ,達到簡單移植到任何系統的目的。 7. 速度快 不使用 signal/shm/sem ,每個 client 上來只吃 50k 不到的記憶體。 8. 朝無站長系統目標設計。
Platform: | Size: 277764 | Author: 夯夯 | Hits:

[Linux-Unixprocess

Description: POSIX下进程控制的实验程序(操作系统实验程序)
Platform: | Size: 1313 | Author: 陆嘉鸣 | Hits:

[Linux-Unixthreadcontrol

Description: POSIX下线程控制的实验程序(操作系统实验)
Platform: | Size: 1110 | Author: 陆嘉鸣 | Hits:

[Linux-Unixsisuo

Description: POSIX下线程死锁的演示程序(操作系统实验)
Platform: | Size: 888 | Author: 陆嘉鸣 | Hits:

[Linux-Unixproducer-consumer

Description: 使用POSIX线程(或进程)和SYSTEM V信号量实现生产者消费者问题。要求: 1. 有界缓冲区内设有5个存储单元,有两个生产者线程不断向缓冲区中写数据,有两个消费者线程不断从缓冲区中读数据。 2. 每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容。
Platform: | Size: 1188 | Author: shellneyyan | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 22 »

CodeBus www.codebus.net