搜索结果
找到约 82 项符合
IPC-7351 的查询结果
测试测量 IPC-9701A表面贴装锡焊件性能测试与鉴定
此规范建立了专用的测试方法,用于评估电子组装件表面贴装焊接件的性能及可靠性。对应于刚性电路结构、挠性电路结构和半刚性电路结构,表面贴装焊接件的性能和可靠性被进一步划分为不同等级。此外,还提供了一种相似方法,可以在电子组装件的使用环境与条件下将这些性能测试结果与焊接件可靠性关联起来.
...
Linux/Unix编程 创建写共享内存的例子
创建写共享内存的例子,学习ipc的好
Linux/Unix编程 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_
本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码 ...
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通讯中的消息队列的客服端