CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - pipe

搜索资源列表

  1. popeconnect

    0下载:
  2. 实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。 -process of the realization of the communication channel. With system call pipe () to establi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2109
    • 提供者:钟洁
  1. msp430f149acd12

    0下载:
  2. 利用ADC12内部温度传感器测量室温,并将测量结果显示在数码管上-use ADC12 internal temperature sensor measuring room temperature, the measurement results are displayed on the digital pipe
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3103
    • 提供者:xiao ming
  1. guandaotongxin

    0下载:
  2. 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s sending a message to parent.\\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止 -1, the understanding of the system call pipe () fu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4476
    • 提供者:witkey_eagle
  1. PDS-Pipe

    2下载:
  2. 采用ANSYS软件的APDL语言编写的两个命令流文件,用于计算含缺陷管道的失效概率,将参数稍作改动,可用于其它结构的可靠性分析-using ANSYS APDL preparation of the two documents order flow, used in the calculation of pipeline containing defects failure probability of parameters minor modifications, can be used fo
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:3170
    • 提供者:文尧
  1. sw_hex

    0下载:
  2. 在开发板上实现按键控制数码管实验,使数码管实现增一减一功能源代码-board realized in the development of the digital control of key experiments, a digital achievement of a pipe by a functional source code
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:43867
    • 提供者:孙彤
  1. gcomm-1.0.tar

    0下载:
  2. Gcomm is a serial communications program similar to seyon, but more modern, and easier to use. Works over serial port, via TCP/IP, or a pipe through another program. Supports xmodem/ymodem/zmodem protocols. Visit the gcomm.sourceforge.net home page f
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:96203
    • 提供者:yy
  1. led(Keil)

    0下载:
  2. 这是一个简单的数码管显示程序,显示数码管轮流闪烁。-This is a simple LED display program shows that the digital pipe rotating scintillation.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8023
    • 提供者:白哲
  1. FANGWENUSB

    0下载:
  2. //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:1813
    • 提供者:lanxilange
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Windows 2000 environment, the proc
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:76941
    • 提供者:钱青鱼
  1. jqereresrer

    0下载:
  2. 计算一组序列的游程数(序列长度为16),并在数码管上显示,用89S51实现-calculated a sequence of run-length (the length of the sequence of 16), and the digital pipe, used devised to achieve
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:973
    • 提供者:秦光
  1. Webxml

    0下载:
  2. 基于XML的网络管理系统是一个基于xml的soap协议进行远程网络连接管理的程序。-XML-based network management system is based on a soap xml agreement for the long-distance network connecting pipe Jimmy procedures.
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:465449
    • 提供者:tiepiao
  1. qq_chat

    0下载:
  2. the programe like QQ.Please run the programe named parent first,and build the child.Then you will chat between the parent and child. I use the pipe to achieve the communication .-the programe like QQ.Please run the progr named parent me first, an
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:184469
    • 提供者:yt
  1. TCP-IP2shixian

    0下载:
  2. 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:30044784
    • 提供者:陈鹤
  1. vhdl_i2c

    1下载:
  2. 7. IIC 接口EEPROM 存取实验 按动开发板键盘某个键CPLD 将拨码开关的数据写入EEPROM 的某个地址,按动另 外一个键,将刚写入的数据读回CPLD,并在数码管上显示。帮助读者掌握I2C 的总线协 议和EEPROM 的读写方法。-7. IIC EEPROM Access Interface Development Board experimental pressed a button keyboard CPLD code will go into the data sw
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:419654
    • 提供者:赵海东
  1. shumaguan-key

    0下载:
  2. 程序功能:在单片机教学实验仪的MCU#3上 对矩阵按键进行扫描检测,将检测到的键号以移位的形式显示在8个数码管上 -procedures functions : SCM teaching experimental instrument MCU # 3 on the keypad matrix scanning detection, Detection of the keys to its shift to the form shown in eight digital pipe
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1875
    • 提供者:泥巴伟
  1. 8255_PA

    0下载:
  2. 在#MCU2的数码管上显示1,2,3,4 用定时器设置一个占空比不等的方波信号, 在8255的PA口,用LED的亮灭来表示-# MCU2 in digital pipe showed 1,2,3, 4 Set the timer with a duty cycle ranging from the square wave signal, in 8255, PA mouth, The bright LED to indicate destruction
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1203
    • 提供者:泥巴伟
  1. zlg7290_soft

    0下载:
  2. 程序在IAR上调试,并下载到MSP1612中进行硬件仿真,经过验证,单片机与ZLG7290通讯正常,数码管上数据显示稳定,没有闪烁-procedures on the IAR debugger, and download MSP1612 to conduct hardware simulation, after verification, SCM and ZLG7290 normal communications, digital pipe data show stable, with no f
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5167
    • 提供者:tucheng
  1. fister

    0下载:
  2. 封装了CSoundIn CSoundOut CSoundFile CSoundPipe等声音相关的类,同时提供了一种DTMF发生的算法CDTMF-Packaging, a CSoundIn CSoundOut CSoundFile CSound Pipe and other voice-related categories, in addition to providing a DTMF the algorithm CDTMF
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:151689
    • 提供者:liliaoyuan
  1. 1js

    0下载:
  2. 一位计数器,按p3.2数码管加1,到9后回0,同时小喇叭响一下报警码管数据p0,数码管控制p2口,按键p3.2口 ,喇叭p3.3-a counter, according to p3.2 plus a digital pipe to the back nine after 0, Also horn ring for what police code of data p0, digital control p2 mouth, keypad p3.2 mouth, the loudspeaker p
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1366
    • 提供者:stone
  1. 1jb

    0下载:
  2. 8051单片机的一位计数器,按p3.2数码管加1,到9后回0,同时小喇叭响一下报警-8051 MCU a counter, according to p3.2 plus a digital pipe to the back nine after 0, Also horn ring for what Alarm
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1612
    • 提供者:stone
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com