搜索资源列表
pipedoc
- 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
multicastpaper
- 论文标题:组播安全机制的研究与设计 作者:于福海 作者专业:计算机技术 导师姓名:原萍 授予学位:硕士 授予单位:东北大学 授予学位时间:20050701 论文页数:1-61 文摘语种:中文文摘 分类号:TP393.08 关键词:组播通信 安全机制 源认证 组密钥管理 摘要:本文结合课题实际特点,以组播安全为主题,对310网(全军局域网)中的组播提供安全保障进行了系统的研究。 对组播安全的基础理论与方法进行了分析与研究,抽取出了对称加密、
CNCtabledesign
- 单向数控工作台设计 全套 包括装配图,电气图,零件图,说明书等-CNC table design includes a full set of one-way assembly drawings, electrical drawings, parts, plans, manuals, etc.
danxiangshukongpingtaisheji
- 机电专业课程设计。机电单向数控平台设计最新版,成绩为优秀。附电气图,零件图,装配图。-Electrical and professional course design. Electrical one-way full CNC platform, with electrical diagrams, parts and assembly drawings.
AMESim_Matlab
- AMESim_Matlab的仿真及其在单向阀优化设计中的应用-AMESim_Matlab Simulation and optimization in a one-way valve design
PLSQL
- 主要进的oracle方面的知识:oracle基础,复合类型,单行函数和组函数-The main approach of the oracle of knowledge: oracle basis, composite type, one-way functions and group functions
MergePDFs(1)
- 介绍单向风扇的自启动问题,通过阅读了解风扇自启动的一种方法,本篇为英文资料-Introduce a one-way fan since the launch of the issue, by reading about fan since the launch of a method in this release for information in English
danlianbiao
- 单向链表的有关操作 1.随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。 2.遍历单向链表。 3.把单向链表中元素逆置(不允许申请新的结点空间)。 4.在单向链表中删除所有的偶数元素结点。 实验说明: 为了算法实现简单,最好采用带头结点的单向链表。 -One-way linked list of the operation
Burg2
- 线性预测是语音信号分析中用得比较多的一种方法#&’()算法在线性预测中占有重要地位#格型滤波 器在语音信号分析中起了重要作用$本文采用&’()算法的逆运算对语音信号进行合成#得到了较好的合成效果$ -Linear prediction analysis of speech signal is used more than one way#& ' () linear prediction algorithm plays an important role in cell-typ
Thehash
- 哈希(Hash)函数在中文中有很多译名,有些人根据Hash的英文原意译为“散列函数”或“杂凑函数”,有些人干脆把它音译为“哈希函数”,还有些人根据Hash函数的功能译为“压缩函数”、“消息摘要函数”、“指纹函数”、“单向散列函数”等等。 -Hash (Hash) function has many translations in Chinese, some in English under the original Hash translated as " hash function&q
iec-61850-9.1
- DL/T 860.91(IEC 61850-9-1) 变电站通信网络和系统第9-1 部分: 特定通信服务映射(SCSM) 通过单向多路点对点串行通信链路的采样值 -DL/T 860.91 (IEC 61850-9-1) communication networks and systems in substations Part 9-1: Specific communication service mapping (SCSM) by one-way multi-point serial c
labview
- 关于单向通信 双向通信的labvIEW程序图,包括前面板,后面板,每个循环下的后面板图-Two-way communication on a one-way communication labvIEW process map, including the front panel, rear panel, rear panel of each circle graph
IEC61850-IED-communication-analysis
- On IEC61850 IED database One way to achieve real-time communication analysis.zip
one-way-control-platform-design
- 课程设计 机电传动单向数控平台设计,步进电机,螺旋丝杆,PLC控制-Course design of mechanical and electrical transmission one-way control platform design, stepper motor, a spiral screw rod, the PLC control
keti_2d_b
- fluent二维单向流泥沙冲刷作用下河床变形代码-the riverbed deformation Code fluent two-dimensional one-way stream sediment scouring action
windows-Network-Program-Technology
- 本书第一部分讲述的是传统的网络接口N e t B I O S、重定向器以及通过重定向器进行的各类网络通信。尽管本书大部分内容均围绕Wi n s o c k编程这一主题展开,但是,A P I比起Wi n s o c k 来,仍然具有某些独到之处。其中,第1章探讨的是N e t B I O S接口,它和Wi n s o c k类似,也是 一种与协议无关的网络A P I。N e t B I O S提供了异步调用,同时兼容于较老的操作系统,如O S / 2 和D O S等等。第2章讨论了重定
signal-stb-
- 单向机顶盒应用软件技术规范,是机顶盒设计行业内非常重要的资料,介绍了机顶盒软件设计的各个规范。-One-way set-top box software technical specifications, set-top box design industry is a very important information on the various set-top box software design specification.
VS2010POpenCV2.4.6
- 大家在使用opencv的时候肯定会面对这样一个问题:根据官网以及大多数教程提供的方法中,似乎每一次新建一个opencv的新项目以后都需要重新再配置“VC++目录”中的“包含目录”和“库目录”;以及“链接器”中的“附加依赖项”。这给我们造成了很多的不便,大家都希望寻找一种只需要配置一次opencv环境的方法,这里我就给大家介绍一种简单的方法!-We use opencv it certainly face such a problem: According to the official webs
The-design-of-the-taximeter
- 该系统(C语言)设有五个按键,依次为单程、往返、暂停、清零、查询,通过相应的操作即可实现单程/往返模式选择、暂停计费、查询等待时间及费用、清除等功能。系统在电子软件仿真的基础上完成了硬件实物的测试和调试,达到了预设的所有功能要求,具有性能可靠、电路简单、成本低等特点。-The system (C language) has five buttons, followed by one-way, round trip, pause, clear, query, appropriate action
DS18B20-temperature-test-code
- DS18B20 温度测试程序, 很好的实现了单线传输所要求的时序-DS18B20 temperature testing code, very good timing to achieve the required one-way transmission