搜索结果
找到约 61 项符合
Posix 的查询结果
按分类筛选
Java编程 Oreilly出版的正则表达式参考手册
Oreilly出版的正则表达式参考手册,全面介绍了C, Perl, PHP, Java, .NET, Python, vi, and the POSIX的正则表达式库。
VxWorks VxWorks入门例程
VxWorks入门例程,包括基于Wind与POSIX的任务调度与通信(信号量、消息队列、管道)。
Linux/Unix编程 嵌入式及linux研发面试相关题目
嵌入式及linux研发面试相关题目,包括ANSI C/C++方面的知识和POSIX方面的知识等。
其他书籍 Master the essentials of concurrent programming,including testing and debugging This textbook exa
Master the essentials of concurrent programming,including testing and debugging
This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills. Moreover, the t ...
Linux/Unix编程 内核是系统的心脏
内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!
数据库系统 Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符
Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。
作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99 ...
游戏 Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon. Supports lighting,
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 compiler ...
书籍 分布式实时操作系统QNX
QNX是一个分布式、实时、嵌入式、符合POSIX标准的操作系统
技术资料 Linux内核裁剪与编译
学习本章要达到的目标:口1.理解 Linux内核编译选项的含义口2.学会根据不同的硬件配置裁减定制内核;口3.理解内核编译过程中每一步的功能,并编译 Linux2.630内核。需要去重新编译 Linux内核口增加操作系统对新的硬件设备的支持口增加内核新的功能口对内核代码或内核配置进行优化时Prompt for development and/or incomplet ...