搜索结果
找到约 81 项符合
ipc 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (12)
- 技术资料 (11)
- PCB相关 (7)
- Internet/网络编程 (5)
- 可编程逻辑 (4)
- 其他 (4)
- 技术书籍 (3)
- 嵌入式Linux (3)
- 网络 (3)
- VIP专区 (3)
- 行业应用文档 (2)
- 学术论文 (2)
- 嵌入式综合 (2)
- 操作系统开发 (2)
- 其他书籍 (2)
- 经验分享 (1)
- 无线通信 (1)
- 单片机编程 (1)
- 开发工具 (1)
- 测试测量 (1)
- uCOS (1)
- VC书籍 (1)
- 企业管理 (1)
- Delphi控件源码 (1)
- VxWorks (1)
- 资料/手册 (1)
- DSP编程 (1)
- 实用工具 (1)
- 软件 (1)
- 应用设计 (1)
- 手册 (1)
Linux/Unix编程 linux网络方面的编程资料
linux网络方面的编程资料,socket,ipc
Linux/Unix编程 一套linux下的C++开发库
一套linux下的C++开发库,支持进程池,IPC等类库,可以用于学习。
VC书籍 This book is intended for "hands-on" developers or advanced students interested in understanding the
This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient ...
网络 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #inclu
基于终端的订花系统_socket
#include<stdio.h>
#include<stdlib.h>
#include<errno.h>
#include<string.h>
#include<sys/types.h>
#include<netinet/in.h>
#include<sys/socket.h>
#include<sys/wait.h>
#include<sys/ipc.h>
#include<unistd.h>
#include<sys/shm.h>
#include<sys/stat.h>
#define MYPORT 3490 // ...
Internet/网络编程 一个简单的端口扫描程序: addstr = "发现端口" & Str(port) & "打开" & Space(5) Select Case port Case 7 plus = "ECHO服务"
一个简单的端口扫描程序:
addstr = "发现端口" & Str(port) & "打开" & Space(5) Select Case port Case 7 plus = "ECHO服务" Case 21 plus = "FTP服务★★★★★" Case 25 plus = "SMTP服务★★" Case 43 plus = "Whois服务" Case 53 plus = "DNS服务☆" Case 80 plus = "HTTP服务★★★★★" Case 81 plus = "HOSTS2名称 ...
Linux/Unix编程 多进程之间并发执行的实例
多进程之间并发执行的实例,IPC通信举例
熟悉进程间的异步同步方式
Linux/Unix编程 这是一个linux下的编程
这是一个linux下的编程,是一个linux下的ipc通讯中的消息队列的客服端
Linux/Unix编程 进一步研究和实践操作系统中关于并发进程同步与互斥操作的一些经典问题的解法
进一步研究和实践操作系统中关于并发进程同步与互斥操作的一些经典问题的解法,加深对于非对称性互斥问题有关概念的理解。观察和体验非对称性互斥问题的并发控制方法。进一步了解Linux 系统中IPC 进程同步工具的用法,训练解决对该类问题的实际编程、调试和分析问题的能力。 ...
DSP编程 C6678核间中断例程
很难得的流水线模式下多核间通信例程,采用的是IPC通信模式,希望对大家有所帮助!