CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 双向 通信

搜索资源列表

  1. pipecommunication

    0下载:
  2. 给出一个应用双向管道进行不同进程间进行通信的实例。-An application is given a two-way pipeline for communication between different process instances.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:829
    • 提供者:lf
  1. p10.2

    0下载:
  2. linux使用管道实现进程间的双向通信 pipe-linux pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:625
    • 提供者:贼船长
  1. workspace

    0下载:
  2. 基于SOCKET 的 linux下的网络编程。 通过网络进行文件传输、语音双向通信,短消息的收发。-SOCKET' s linux-based network programming under. File transfer via network, two-way voice communication, short message sending and receiving.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1855652
    • 提供者:刘伟平
  1. pipe

    0下载:
  2. 管道是UNIX系统和类UNIX系统都支持的通信机制,它也是进程间通信(IPC,Inter-Process Communication)最古老的形式之一。管道是半双工的,如果要实现双向通信,需要建立两个管道。管道只能用于具有亲缘关系的进程间进行通信,如果两个完全无关的进程进行通信,则需要使用有名管道,即FIFO。 本实验父进程从控制台读数据,并向管道中写字符串。子进程将父进程经由管道传输过来的字符进行大小写互转,然后将装换后的字符送回父进程。 实验环境 Redhat9.0-Pipeli
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:899
    • 提供者:tiger
  1. openssl

    1下载:
  2. 基于OpenSSL的安全聊天系统 – Windows或Linux平台均可 – 点到点模式 – 基于OpenSSL的安全套接字通信 – 客户端服务器双向认证 -Mutual authentication based on OpenSSL Secure Sockets communication- client server based on the OpenSSL security chat system- Windows or Linux platforms can be-
  3. 所属分类:Network Security

    • 发布日期:2014-11-19
    • 文件大小:6847488
    • 提供者:风水
  1. fifo

    0下载:
  2. 有名管道,双方都可读写功能,实现双向通信。-Named pipe to both read and write capabilities, two-way communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-09
    • 文件大小:12035
    • 提供者:冀鹏霞
  1. ViewM

    0下载:
  2. 串行接口 (Serial Interface) 是指数据一位 地顺序传送,其特点是通信线路简单,只要一对传输线就可以实现双向通信(可以直接利用电话线作为传输线),从而大大降低了成本,特别适用于远距离通信,但传送速度较慢。串行接口 串行接口 一条信息的各位数据被逐位按顺序传送的通讯方式称为串行通讯。串行通讯的特点是:数据位的传送,按位顺序进行,最少只需一根传输线即可完成;成本低但传送速度慢。串行通讯的距离可以从几米到几千米;根据信息的传送方向,串行通讯可以进一步分为单工、半双工和全双工三
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7339931
    • 提供者:haha
  1. client

    0下载:
  2. socket编程双向通信 server的源代码-socket information communication
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1038294
    • 提供者:linda1215
  1. communication-controller

    1下载:
  2. 利用可编程逻辑器件和单片机构成的双向通信控制器克服了两者的缺点,且把二者的长处最大限度地发挥出来-The use of programmable logic devices and microcontrollers constitute a two-way communication controller to overcome the shortcomings of the two, and to maximize the strengths of both play to the utmos
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-12-29
    • 文件大小:82944
    • 提供者:武汉
  1. ser2net_ok.tar

    0下载:
  2. 双向通信.支持监听指定端口并转发数据.上传的是交叉编译OK最新的代码。-Two-way communication. Support to monitor the specified port and forward data. Upload the latest code is cross-compiled OK.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-14
    • 文件大小:86936
    • 提供者:itachizheng
  1. 9501605

    0下载:
  2. 通过匿名管道绑定stderr, 实现进程间的数据数据双向通信-Through anonymous pipe binding stderr, realize data data two-way communication between processes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:kjtcpy
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:233472
    • 提供者:蚊子酱
  1. STM32F1蓝牙通信

    1下载:
  2. 通过蓝牙实现手机与串口数据互传,可实现数据双向传递(The two-way transmission of data between mobile phone and serial port can be realized through Bluetooth, and the two-way transmission of data can be realized)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-20
    • 文件大小:2082816
    • 提供者:Frigthing
搜珍网 www.dssz.com