亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

posix

可移植操作系統接口(英語:PortableOperatingSystemInterface,縮寫為posix)是IEEE為要在各種UNIX操作系統上運行軟件,而定義API的一系列互相關聯的標準的總稱,其正式稱呼為IEEEStd1003,而國際標準名稱為ISO/IEC9945。此標準源于一個大約開始于1985年的項目。posix這個名稱是由理查德·斯托曼(RMS)應IEEE的要求而提議的一個易于記憶的名稱。它基本上是PortableOperatingSystemInterface(可移植操作系統接口)的縮寫,而X則表明其對UnixAPI的傳承。
  • GNU Make 使用手冊(中譯版) Make 可自動決定一個大程序中哪些文件需要重新編譯

    GNU Make 使用手冊(中譯版) 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章節的規定

    標簽: Make GNU 使用手冊 自動

    上傳時間: 2015-09-26

    上傳用戶:aix008

  • 這是NTFS文件0.5版本技術文件

    這是NTFS文件0.5版本技術文件,它是 Linux-NTFS 計劃的一部分。 這是技術文件,NTFS FAQ里包含了公眾問題的簡單答案。 NTFS是Windows NT, 2000 and XP的文件系統,它支持幾乎所有posix、HFS、HPFS特征: * 它可以處理大容量存儲單元(最大到246 GB)。 * 它包含嵌入式的數據壓縮。 * 它使用log文件處理事務。 * 比特碼流,任何事務都是磁盤上的小目標。

    標簽: NTFS 0.5 版本

    上傳時間: 2015-10-16

    上傳用戶:libinxny

  • Make 可自動決定一個大程序中哪些文件需要重新編譯

    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章節的規定。

    標簽: Make 自動 程序 編譯

    上傳時間: 2014-01-10

    上傳用戶:caiiicc

  • 多線程程序設計

    多線程程序設計,posix 多線程程序設計

    標簽: 多線程 程序設計

    上傳時間: 2016-02-23

    上傳用戶:hfmm633

  • Demo Source Code VxDemo Groups: 1. Multi-Processing 2. Networking 3. Input-Output

    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

    標簽: Multi-Processing Input-Output Networking Source

    上傳時間: 2014-02-26

    上傳用戶:plsee

  • linux下的BBS

    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. 朝無站長系統目標設計。

    標簽: linux BBS

    上傳時間: 2014-01-24

    上傳用戶:515414293

  • GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications

    GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.

    標簽: applications framework optimized portable

    上傳時間: 2014-01-02

    上傳用戶:luke5347

  • 一個收集所有最基本功能的函數庫;所有的函數都是盡量短小和簡單 使用 doxygen 生成文檔 所有代碼以在 Linux 系統上可以編譯并運行為準;每當在 lib 目錄里增加了一個功能函數

    一個收集所有最基本功能的函數庫;所有的函數都是盡量短小和簡單 使用 doxygen 生成文檔 所有代碼以在 Linux 系統上可以編譯并運行為準;每當在 lib 目錄里增加了一個功能函數,必須在 test 目錄里編寫一個針對此功能函數的測試程序,使其可以在 Linux 系統上正常編譯并正確運行;每個增加的外部功能函數,必須在源代碼前寫有注釋,注釋格式為符合 doxygen 要求的 JavaDoc 格式。 所有代碼內部調用的 C 庫和系統函數要求完全符合 ANSI C 標準和 posix 標準。

    標簽: doxygen Linux lib 函數

    上傳時間: 2016-07-06

    上傳用戶:zhuoying119

  • As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can pr

    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.

    標簽: nanosleep process Timers learnt

    上傳時間: 2013-12-19

    上傳用戶:huyiming139

  • linux下的多線程調試工具

    linux下的多線程調試工具,支持posix NPTL, NPTL Trace Tool (PTT - posix Thread Trace Toolkit)

    標簽: linux 多線程 調試工具

    上傳時間: 2016-12-10

    上傳用戶:zhichenglu

主站蜘蛛池模板: 米脂县| 沁阳市| 南雄市| 朝阳县| 毕节市| 绍兴县| 青河县| 南部县| 贺州市| 襄城县| 天峨县| 泾川县| 阳春市| 綦江县| 扎赉特旗| 平阴县| 精河县| 唐河县| 岳阳市| 吉安市| 长兴县| 云霄县| 科技| 罗城| 孝感市| 东乡族自治县| 邳州市| 阿图什市| 大足县| 岳池县| 长子县| 金堂县| 新蔡县| 永川市| 新巴尔虎右旗| 会同县| 洪雅县| 鹿泉市| 永昌县| 呼伦贝尔市| 鹤岗市|