Oreilly出版的正则表达式参考手册,全面介绍了C, Perl, PHP, Java, .NET, Python, vi, and the Posix的正则表达式库。
上传时间: 2014-12-22
上传用户:1583060504
VxWorks入门例程,包括基于Wind与Posix的任务调度与通信(信号量、消息队列、管道)。
标签: VxWorks
上传时间: 2017-02-28
上传用户:aa17807091
嵌入式及linux研发面试相关题目,包括ANSI C/C++方面的知识和Posix方面的知识等。
上传时间: 2013-12-26
上传用户:ljt101007
nptl的设计文档,英文版 The Native Posix Thread Library for Linux
上传时间: 2013-11-26
上传用户:wys0120
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 textbook sets itself apart from other comparable works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the Posix Pthreads library, and the Windows Win32 Applications Programming Interface.
标签: programming essentials concurrent debugging
上传时间: 2013-12-20
上传用户:fxf126@126.com
内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合Posix标准的类Unix作业系统。本程序是linux1.0的内核源码!
标签: 内核
上传时间: 2013-12-02
上传用户:离殇
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协议发布。
标签: Cabinet Tokyo key-value value
上传时间: 2017-07-11
上传用户:思琦琦
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)
标签: and Supports displays lighting
上传时间: 2017-09-10
上传用户:czl10052678
QNX是一个分布式、实时、嵌入式、符合Posix标准的操作系统
上传时间: 2017-08-24
上传用户:flynnzhu
学习本章要达到的目标:口1.理解 Linux内核编译选项的含义口2.学会根据不同的硬件配置裁减定制内核;口3.理解内核编译过程中每一步的功能,并编译 Linux2.630内核。需要去重新编译 Linux内核口增加操作系统对新的硬件设备的支持口增加内核新的功能口对内核代码或内核配置进行优化时Prompt for development and/or incomplete code/drivers口显示处于开发调试中或尚未完善的代码或驱口选中:如果是测试人员或者开发者;口不选:其他情况Local version append to kerne release口追加本地版本号口使用命令“uname-a”进行查看。Posix Message Queues口 Posix消息队列的支持,这是 Posix进程间通信的一部分BSD Process Accounting口将进程的统计信息写入文件口信息通常包括建立时间、所有者、命令名称、内存使用、控制终端等,这个选项一般是选择的。Enable loadable module support口使能可加载模块支持口如果使能此选项则可以通过"makemodules_insta"把内核模块安装在/lib/modules/中Kernel support for ELF binaries口内核对ELF文件格式的支持口ELF是开放平台下最常用的二进制文件格式支持动态连接,支持不同的硬件平台Kernel support for a out and ECOFF binaries口早期UNIX系统的可执行文件格式,目前已经被ELF格式取代Unix domain sockets口本机高效率的 Socket口仅能运行在本机上的高效率的 Socket,简称 Unix socket。口很多进程使用为这种机制在操作系统内部进行进程间通信,例如 X Window和 syslog等TCP/IP networking口TcP/IP网络协议的支持
标签: linux
上传时间: 2022-03-29
上传用户:kingwide