Welcome![Sign In][Sign Up]
Location:
Search - posix api

Search list

[Process-ThreadThreadMigrate

Description: 封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。 压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。 windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。 该版本只支持下列API: 线程创建,清除。 互斥量操作。 等待其他线程。-Packaging and POSIX threads API. In order to make multi-threaded processes to facilitate the Windows and Linux platforms. Compressed are two documents : Thread.h and testMain.cpp. Which is threaded Packaging Thread.h the realization testMain.cpp is testing the code document. Windows use VC7.0 compile. Linux use gcc3.2.3 compile. This version only supports the following API : threads created to remove. Exclusive volume operation. Wait for the other threads.
Platform: | Size: 2685 | Author: 曹京 | Hits:

[Linux-Unixos1-TheYalnixShell

Description: · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.
Platform: | Size: 42604 | Author: wanghui | Hits:

[OS programboost_source_code

Description: 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持; 智能指针,与std::auto_ptr一起善加使用,可杜绝内存泄露,效率更不可和垃圾收集机制GC同日而语; 更有循环冗余的CRC、可轻松定义返回多个值函数的元组tuple、可容纳不同类型值的any、对标准库各方面的补充…… 还在迅速扩大中,部分内容有望进入C++标准库…… -regular expression. with the POSIX API and Perl language processing Regular expressions are comparable to the function, but also support various types of characters (such as char and wchar_t. they can even be defined character type); Multithreading, for a long time to cross-platform and multi-threaded library; Data Structure "map", coupled with the imminent accession to the standards hash_set, hash_map. hash_multiset. hash_multimap etc. (In fact, many STL implementations, such as the SGI STL, support has been above data structure), C data structures to support the nearly complete; python, it is true that right Python language support; Smart indicator, std : : auto_ptr together to make good use, Memory can stop leaking, and not more efficient garbage collection mechanism GC same b
Platform: | Size: 3491458 | Author: hnycmx | Hits:

[Com PortPOSIXSerialPort

Description: POSIX串口编程最好的资料。对各API有深入的介绍。串口编程的必备资料。中文翻译版。
Platform: | Size: 287347 | Author: gao | Hits:

[Linux-Unixos1-TheYalnixShell

Description: · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.-Develop clear, readable, well-documented and well-designed programs in the C Programming Language. Develop software in the Unix/Linux using tools such as gcc, gdb, and make. Locate and interpreting man pages applicable to application-level system programming. Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. Understanding how synchronization might become problematic in light of concurrency. Understand how to communicate and cooperate with a project partner.
Platform: | Size: 44032 | Author: wanghui | Hits:

[OS programboost_source_code

Description: 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持; 智能指针,与std::auto_ptr一起善加使用,可杜绝内存泄露,效率更不可和垃圾收集机制GC同日而语; 更有循环冗余的CRC、可轻松定义返回多个值函数的元组tuple、可容纳不同类型值的any、对标准库各方面的补充…… 还在迅速扩大中,部分内容有望进入C++标准库…… -regular expression. with the POSIX API and Perl language processing Regular expressions are comparable to the function, but also support various types of characters (such as char and wchar_t. they can even be defined character type); Multithreading, for a long time to cross-platform and multi-threaded library; Data Structure "map", coupled with the imminent accession to the standards hash_set, hash_map. hash_multiset. hash_multimap etc. (In fact, many STL implementations, such as the SGI STL, support has been above data structure), C data structures to support the nearly complete; python, it is true that right Python language support; Smart indicator, std : : auto_ptr together to make good use, Memory can stop leaking, and not more efficient garbage collection mechanism GC same b
Platform: | Size: 3500032 | Author: hnycmx | Hits:

[Com PortPOSIXSerialPort

Description: POSIX串口编程最好的资料。对各API有深入的介绍。串口编程的必备资料。中文翻译版。-POSIX serial programming data best. Of the API have an in-depth introduction. Serial programming essential information. Chinese translation version.
Platform: | Size: 286720 | Author: gao | Hits:

[Linux-UnixUNIX-POSIX-API

Description: UNIX-POSIX API,网站上dump下来的,看接口不必那么累去网上看了,离线可以看-UNIX-POSIX API, from the dump site and see no need to interface to the Internet so tired reading, offline can be seen
Platform: | Size: 2783232 | Author: kdf | Hits:

[Database systemtokyocabinet-1.4.17.tar

Description: 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协议发布。-Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array.Tokyo Cabinet is written in the C language, and provided as API of C, Perl, Ruby, Java, and Lua. Tokyo Cabinet is available on platforms which have API conforming to C99 and POSIX. Tokyo Cabinet is a free software licensed under the GNU Lesser General Public License.
Platform: | Size: 893952 | Author: ws | Hits:

[Linux-UnixSerial-Programming-HOWTO

Description: serial programming, posix serial api,serial how to, RS-232 programming in linux, etc -serial programming, posix serial api,serial how to, RS-232 programming in linux, etc ....
Platform: | Size: 21504 | Author: DVR | Hits:

[Otherpthread-primer

Description: The POSIX thread libraries are a standards based thread API for C/C++. It allows one to spawn a new concurrent process flow.
Platform: | Size: 783360 | Author: aatrish | Hits:

[OtherPthreadsTutorial

Description: The POSIX thread libraries are a standards based thread API for C/C++. It allows one to spawn a new concurrent process flow.
Platform: | Size: 309248 | Author: aatrish | Hits:

[Embeded LinuxXilkernel-API-Functions-

Description: Xilinix的一些API的简单价绍,希望对你会有所帮助。-Xilkernel is a small, robust, and modular kernel. It is highly integrated with the Platform Studio framework and is a free software library that you get with the Xilinx Embedded Development Kit (EDK). It allows a very high degree of customization, letting users tailor the kernel to an optimal level both in terms of size and functionality. It supports the core features required in a lightweight embedded kernel, with a POSIX API. Xilkernel works on both the MicroBlaze. and PowerPC. 405 processors. Xilkernel IPC services can be used to implement higher level services (such as networking, video, and audio) and subsequently run applications using these services.
Platform: | Size: 8192 | Author: gw | Hits:

[uCOSposix_users

Description: RTEMS POSIX API User’s Guide
Platform: | Size: 491520 | Author: tsn | Hits:

[Internet-NetworkforkSYSV

Description: 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 任务要求 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require programming to achieve the effect of the following figure, requirements, respectively, using processes and threads (1) process+ the SYS V semaphores (2) threads to achieve synchronous operation of+Posix API
Platform: | Size: 1024 | Author: 伴随 | Hits:

[Internet-NetworkThreadPosix

Description: 本任务主要目的练习UNIX/LINUX同步编程,熟悉基本的线程相关API。 编程实现下图的效果,要求分别使用进程和线程 (1) 进程+SYS V信号量 (2) 线程实现+Posix同步操作API -The main purpose of this task exercises UNIX/LINUX synchronization programming, familiar with the basic thread-related APIs. Tasks require programming to achieve the effect of threads (1) process+ the SYS V semaphores (2) threads to achieve synchronous operation of+Posix API
Platform: | Size: 1024 | Author: 伴随 | Hits:

[OtherMultiThreaded-Programming-With-POSIX

Description: it is a document to demonstrate how to use the pthread API in linux system-multi-thread programming tutorial
Platform: | Size: 102400 | Author: 李安迪 | Hits:

[OS Developfilesys-ext2.tar

Description: ext2 文件系统的实现 实现了虚拟磁盘 inode管理 实现了一些POSIX API 一个简单的shell,用于测试功能-implement of ext2 filesystem
Platform: | Size: 92160 | Author: 靳敏杰 | Hits:

[Linux-Unixcopy_unix

Description: This program works by first prompting the user for the name of the source and destination files. Write this program using POSIX API. Be sure to include all necessary error checking, including ensuring that the source file exist. Once you have correctly designed and tested the program, run the program using utilities that traces system calls and library calls.
Platform: | Size: 30720 | Author: chunlin | Hits:

[Linux-Unixmanpages-posix

Description: man手册,用于Ubuntu Linux系统下查看如互斥锁pthread_mutex_init等系统API的,安装方法为dpkg -i -Man manual for Ubuntu Linux system, such as mutual exclusion lock pthread_mutex_init system API, the installation method for the dpkg-i xxx
Platform: | Size: 2290688 | Author: LP | Hits:
« 12 »

CodeBus www.codebus.net