虫虫首页|资源下载|资源专辑|精品软件
登录|注册

posix

可移植操作系统接口(英语:PortableOperatingSystemInterface,缩写为posix)是IEEE为要在各种UNIX操作系统上运行软件,而定义API的一系列互相关联的标准的总称,其正式称呼为IEEEStd1003,而国际标准名称为ISO/IEC9945。此标准源于一个大约开始于1985年的项目。posix这个名称是由理查德·斯托曼(RMS)应IEEE的要求而提议的一个易于记忆的名称。它基本上是PortableOperatingSystemInterface(可移植操作系统接口)的缩写,而X则表明其对UnixAPI的传承。
  • Oreilly出版的正则表达式参考手册

    Oreilly出版的正则表达式参考手册,全面介绍了C, Perl, PHP, Java, .NET, Python, vi, and the posix的正则表达式库。

    标签: Oreilly 参考手册 表达式

    上传时间: 2014-12-22

    上传用户:1583060504

  • VxWorks入门例程

    VxWorks入门例程,包括基于Wind与posix的任务调度与通信(信号量、消息队列、管道)。

    标签: VxWorks

    上传时间: 2017-02-28

    上传用户:aa17807091

  • 嵌入式及linux研发面试相关题目

    嵌入式及linux研发面试相关题目,包括ANSI C/C++方面的知识和posix方面的知识等。

    标签: linux 嵌入式

    上传时间: 2013-12-26

    上传用户:ljt101007

  • nptl的设计文档

    nptl的设计文档,英文版 The Native posix Thread Library for Linux

    标签: nptl 文档

    上传时间: 2013-11-26

    上传用户:wys0120

  • 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 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-01

    上传用户:离殇

  • 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的平台上都可用,它以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,

    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

    QNX是一个分布式、实时、嵌入式、符合posix标准的操作系统

    标签: QNX 分布式 实时操作系统

    上传时间: 2017-08-24

    上传用户:flynnzhu

  • Linux内核裁剪与编译

    学习本章要达到的目标:口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