虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

IPC-7351

  • IPC-9701A表面贴装锡焊件性能测试与鉴定

    此规范建立了专用的测试方法,用于评估电子组装件表面贴装焊接件的性能及可靠性。对应于刚性电路结构、挠性电路结构和半刚性电路结构,表面贴装焊接件的性能和可靠性被进一步划分为不同等级。此外,还提供了一种相似方法,可以在电子组装件的使用环境与条件下将这些性能测试结果与焊接件可靠性关联起来.

    标签: 9701 IPC 表面贴装 性能测试

    上传时间: 2013-11-10

    上传用户:ppeyou

  • 创建写共享内存的例子

    创建写共享内存的例子,学习ipc的好

    标签: 共享内存

    上传时间: 2014-12-02

    上传用户:wfl_yy

  • 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_

    本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如说如果你没有理解虚拟内存工作原理就无法描叙进程 硬件基本概念一章对现代PC 做了简要介绍操作系统必须与硬件系统紧密结合在一起协同工作操作系统需要一些只能够由硬件提供的服务为了全面理解Linux 你必须了解有关硬件的基础知识 软件基本概念一章介绍了软件基本原理与C 程序语言讨论了建立Linux 这样的操作系统的工具并且给出了操作系统的目标与功能的概叙 内存管理这章描叙了Linux 如何处理物理内存以及虚拟存储技术 进程管理描叙了进程的概念以及Linux 核心是如何创建管理与删除系统中的进程 进程间及进程与核心间通讯以协调它们的活动Linux 支持大量进程间通讯IPC

    标签: Linux routine 子系统

    上传时间: 2015-03-16

    上传用户:电子世界

  • linux网络方面的编程资料

    linux网络方面的编程资料,socket,ipc

    标签: linux 网络 方面 编程资料

    上传时间: 2015-03-21

    上传用户:bakdesec

  • 一套linux下的C++开发库

    一套linux下的C++开发库,支持进程池,IPC等类库,可以用于学习。

    标签: linux

    上传时间: 2013-12-11

    上传用户:lgnf

  • 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 concurrent networked applications quickly and easily. Our numerous C++ code examples reinforce the design concepts and illustrate concretely how to use the core classes in ACE right away. We also take you "behind the scenes" to understand how and why the IPC and concurrency mechanisms in the ACE toolkit are designed the way they are. This material will help to enhance your design skills and to apply C++ and patterns more effectively in your own object-oriented networked applications.

    标签: understanding developers interested advanced

    上传时间: 2015-08-09

    上传用户:epson850

  • 基于终端的订花系统_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 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1

    标签: include gt lt socket

    上传时间: 2014-01-18

    上传用户:003030

  • 一个简单的端口扫描程序: 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名称服务" Case 99 plus = "NCX99后门★★★★★" Case 110 plus = "POP3服务★★★★★" Case 111 plus = "Sun RPC服务★★" Case 135 plus = "本地服务" Case 137 plus = "NETBIOS 名称服务/流影POP" Case 138 plus = "NETBIOS 数据存储服务" Case 139 plus = "NETBIOS 会议服务★★★" Case 119 plus = "NNTP虚拟服务" Case 163 plus = "SNMP服务" Case 443 plus = "https服务" Case 512 plus = "远程执行服务" Case 513 plus = "login, remote login" Case 514 plus = "cmd, exec with auto auth." Case 600 plus = "Sun IPC服务器" Case 1080 plus = "SOCKS代理服务★★★" Case 1433 plus = "SQL服务器★★★" Case 3128 plus = "HTTP代理服务" Case 7626 plus = "木马冰河★★★★★" Case 8080 plus = "HTTP代理服务" Case Else plus = "未知服务!"

    标签: Case port addstr Select

    上传时间: 2013-12-16

    上传用户:gtzj

  • 多进程之间并发执行的实例

    多进程之间并发执行的实例,IPC通信举例 熟悉进程间的异步同步方式

    标签: 进程

    上传时间: 2013-11-30

    上传用户:xinzhch

  • 这是一个linux下的编程

    这是一个linux下的编程,是一个linux下的ipc通讯中的消息队列的客服端

    标签: linux 编程

    上传时间: 2016-12-28

    上传用户:蠢蠢66