Posix

共 70 篇文章
Posix 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 70 篇文章,持续更新中。

对POSIX timer的面向对象的封装。

对POSIX timer的面向对象的封装。

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章节的规定。

POSIX下线程死锁的演示程序(操作系统实验)

POSIX下线程死锁的演示程序(操作系统实验)

POSIX下进程控制的实验程序(操作系统实验程序)

POSIX下进程控制的实验程序(操作系统实验程序)

数据类型"socklen_t"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多)

数据类型"socklen_t"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多) 努力向他们解释使用size_t是完全错误的,因为在64位结构中 size_t和int的长度是不一样的,而这个参数(也就是accept函数的第三参数)的长度必须和int一致,因为这是BSD套接字接口标

在POSIX规范中fork和kill系统调用的功能和使用

在POSIX规范中fork和kill系统调用的功能和使用

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, o

内容:介绍ACE技术论文集 本论文描述ACE的结构和功能

内容:介绍ACE技术论文集 本论文描述ACE的结构和功能,并使用来自像电信、企业级医学成像和WWW服务这样的领域的例子阐释核心的ACE特性。ACE可以自由使用,并正在被用于许多商业项目(比如爱立信、Bellcore、西门子、摩托罗拉、柯达,和McDonnell Douglas),以及许多学院和工业研究项目。ACE已被移植到多种OS(操作系统)平台上,包括Win32和大多数的UNIX/POSIX实

POSIX线程使用Semaphore的通用代码

POSIX线程使用Semaphore的通用代码

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

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

介绍了SolarisTM 操作系统(Solaris Operating System, Solaris OS)中 POSIX&reg 线程和Solaris 线程的多线程编程接

介绍了SolarisTM 操作系统(Solaris Operating System, Solaris OS)中 POSIX&reg 线程和Solaris 线程的多线程编程接

POSIX串口编程最好的资料。对各API有深入的介绍。串口编程的必备资料。中文翻译版。

POSIX串口编程最好的资料。对各API有深入的介绍。串口编程的必备资料。中文翻译版。

qt串口编程标准的posix 的事例代码的封装!

qt串口编程标准的posix 的事例代码的封装!

经常用到的 socketAPI

经常用到的 socketAPI,posix thread 的类封装,还有一些同步设施 智能指针的实现,线程安全的引用计数

POSIX下线程控制的实验程序(操作系统实验)

POSIX下线程控制的实验程序(操作系统实验)

The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccion

The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains

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

Media transfer protocol implementation on POSIX. Have detailed readme on how to move to windows

Media transfer protocol implementation on POSIX. Have detailed readme on how to move to windows

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 sig

UNIX-POSIX API

UNIX-POSIX API,网站上dump下来的,看接口不必那么累去网上看了,离线可以看