CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - POSIX

搜索资源列表

  1. process

    0下载:
  2. POSIX下进程控制的实验程序(操作系统实验程序)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1313
    • 提供者:陆嘉鸣
  1. threadcontrol

    0下载:
  2. POSIX下线程控制的实验程序(操作系统实验)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1110
    • 提供者:陆嘉鸣
  1. sisuo

    0下载:
  2. POSIX下线程死锁的演示程序(操作系统实验)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:888
    • 提供者:陆嘉鸣
  1. producer-consumer

    0下载:
  2. 使用POSIX线程(或进程)和SYSTEM V信号量实现生产者消费者问题。要求: 1. 有界缓冲区内设有5个存储单元,有两个生产者线程不断向缓冲区中写数据,有两个消费者线程不断从缓冲区中读数据。 2. 每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1188
    • 提供者:shellneyyan
  1. UDP

    0下载:
  2. 数据类型\"socklen_t\"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多) 努力向他们解释使用size_t是完全错误的,因为在64位结构中 size_t和int的长度是不一样的,而这个参数(也就是accept函数的第三参数)的长度必须和int一致,因为这是BSD套接字接口标准.最终POSIX的那帮家伙找到了解决的办法,那就是创造了一个新的类型\"socklen_t\"
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:1787
    • 提供者:tianjian
  1. commoncpp2-1.3.26.tar

    0下载:
  2. 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 d
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:843648
    • 提供者:Hujun
  1. libkf701-1[1].0-beta.tar

    0下载:
  2. 一个收集所有最基本功能的函数库;所有的函数都是尽量短小和简单 使用 doxygen 生成文档 所有代码以在 Linux 系统上可以编译并运行为准;每当在 lib 目录里增加了一个功能函数,必须在 test 目录里编写一个针对此功能函数的测试程序,使其可以在 Linux 系统上正常编译并正确运行;每个增加的外部功能函数,必须在源代码前写有注释,注释格式为符合 doxygen 要求的 JavaDoc 格式。 所有代码内部调用的 C 库和系统函数要求完全符合 ANSI C 标准
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:493528
    • 提供者:安田
  1. ieee_posix_1003.1b

    0下载:
  2. Information technology—Portable Operating System Interface (POSIX),本文档为POSIX标准
  3. 所属分类:行业发展研究

    • 发布日期:2008-10-13
    • 文件大小:2981425
    • 提供者:lee
  1. env_audit-1.05.tar

    0下载:
  2. 项目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for process IDs, UID, GID, signal masks, umask, priority, file descr iptors, and environmental variables. It comes with test configurations for anacron, a
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:20014
    • 提供者:阿荣
  1. posix_queue

    0下载:
  2. 软件简介 1.vxworks中有关posix消息队列的一个例子 2.本软件基于c语言开发 3.开发平台为windriver公司的tornada开发平台 4.经过交叉调试后测试成功-software 1.vxworks briefed on the Message Queue posix an Example 2. The software is based on the three c-language development. Windriver development platform fo
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:18057
    • 提供者:张工
  1. 复件 modp-driver-0.09

    0下载:
  2. linux核C语言写的MODBUS通讯 This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scr ipts for administration, and an example client program. Development Status: 4 - Beta Intende
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:19973
    • 提供者:李瑶
  1. glibc-linuxthreads-2.3.tar

    0下载:
  2. This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c \"pthread\" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:244007
    • 提供者:马帅
  1. nuttx

    0下载:
  2. 支持posix的RTOS。
  3. 所属分类:其他嵌入式/单片机内容

  1. tokyocabinet-1.4.17.tar.gz

    0下载:
  2. 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协议发布
  3. 所属分类:Database system

    • 发布日期:2017-03-26
    • 文件大小:894349
    • 提供者:ws
  1. MultiThread_PosixMsgQueue.rar

    0下载:
  2. POSIX消息队列实现可伸缩线程池通讯. 源码中分SRV和测试客户端.,POSIX message queues to achieve a scalable thread pool Newsletter
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5781
    • 提供者:davidq hu
  1. TrueFFS5.2(RC9).zip

    1下载:
  2. TrueFFS是一个完整的嵌入式文件系统,接口符合Posix标准,这里是完整商用源代码,TrueFFS is a complete embedded file system, in line with the Posix interface standards, here is the complete source code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1104432
    • 提供者:maple
  1. POSIX_thread.doc

    0下载:
  2. POSIX(可移植操作系统接口)线程是提高代码响应和性能的有力手段。本文档向您精确地展示在编程中如何使用线程,完本系列文章,您完全可以运用 POSIX 线程创建多线程程序。-POSIX (Portable Operating System Interface) thread is to improve the performance of the code response and a powerful tool. This document shows you exactly how to u
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:69072
    • 提供者:梅俊
  1. freetype-2.4.9.tar

    0下载:
  2. freetype-2.4.9.tar.gz 当前最新的freetype版本-Note that the binary comes from the freetype-2.4.9.tar.gz excellent MinGW distribution, which we highly recommend over Cygwin, if you don t need POSIX-compliance, in terms of ease of use and performance
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-09
    • 文件大小:2002410
    • 提供者:liu3zy
  1. md3loader

    0下载:
  2. 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/read
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2507281
    • 提供者:futuh
  1. psemaphore

    0下载:
  2. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:2999
    • 提供者:站长
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com