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

Sending

  • Sending USSD message using TAPI Windows Mobile

    Sending USSD message using TAPI Windows Mobile

    标签: Sending message Windows Mobile

    上传时间: 2014-01-26

    上传用户:181992417

  • SMTP protocol implementation for Sending emails

    SMTP protocol implementation for Sending emails

    标签: implementation protocol Sending emails

    上传时间: 2013-12-30

    上传用户:qunquan

  • a code in embedded C to interface simcom300 with avr micro controller for gprs and Sending messages.

    a code in embedded C to interface simcom300 with avr micro controller for gprs and Sending messages.

    标签: controller interface embedded messages

    上传时间: 2017-08-10

    上传用户:sevenbestfei

  • AT91SAM9263, DBGU and UART0 charecter Sending and receiver program

    AT91SAM9263, DBGU and UART0 charecter Sending and receiver program

    标签: and charecter receiver Sending

    上传时间: 2017-08-22

    上传用户:阿四AIR

  • 基于CAN总线的综自通讯规约设计

    介绍一种基于CAN总线的牵引变电站自动化系统通讯规约的设计,CAN通讯规约采用标准帧,报文采用主动发送和发送查询两种处理形式。该设计在城市轻轨与地铁牵引变电站中的应用表明:可实现间隔层和通讯处理层的数据快速、可靠的交换,提高牵引变电站的安全性和稳定性 。 Abstract:  This paper firstly presents a kind of design dealing with communicational protocol to the traction substation automation system based on CAN bus,and then comes up with the ideas that all frames of CAN communicational protocol should adopt the standard frame,and that messages be processed by two ways:Sending initiatively and Sending quiries.Subway and light rail application shows that the use of the CAN bus is possible to exchange data quickly and reliably between the layers of the middle and the communicational processing,hence to improve the safety and stability of traction substations.

    标签: CAN 总线 通讯规约

    上传时间: 2013-11-07

    上传用户:bs2005

  • XAPP098 - Spartan FPGA低成本、高效率串行配置

    This application note shows how to achieve low-cost, efficient serial configuration for Spartan FPGA designs. The approachrecommended here takes advantage of unused resources in a design, thereby reducing the cost, part count, memory size,and board space associated with the serial configuration circuitry. As a result, neither processor nor PROM needs to be fullydedicated to performing Spartan configuration.In particular, information is provided on how the idle processing time of an on-board controller can be used to loadconfiguration data from an off-board source. As a result, it is possible to upgrade a Spartan design in the field by Sending thebitstream over a network.

    标签: Spartan XAPP FPGA 098

    上传时间: 2014-08-15

    上传用户:adada

  • XAPP098 - Spartan FPGA低成本、高效率串行配置

    This application note shows how to achieve low-cost, efficient serial configuration for Spartan FPGA designs. The approachrecommended here takes advantage of unused resources in a design, thereby reducing the cost, part count, memory size,and board space associated with the serial configuration circuitry. As a result, neither processor nor PROM needs to be fullydedicated to performing Spartan configuration.In particular, information is provided on how the idle processing time of an on-board controller can be used to loadconfiguration data from an off-board source. As a result, it is possible to upgrade a Spartan design in the field by Sending thebitstream over a network.

    标签: Spartan XAPP FPGA 098

    上传时间: 2013-11-01

    上传用户:wojiaohs

  • This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup

    This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of Sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles Sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is Sending mouse data to the PC via USB.

    标签: firmware mouse translates translator

    上传时间: 2015-04-25

    上传用户:cuiyashuo

  • 实现进程的管道通信。用系统调用pipe( )建立一管道

    实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is Sending a message! Child 2 is Sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。

    标签: pipe 进程 系统调用 通信

    上传时间: 2013-12-20

    上传用户:黑漆漆

  • 1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序

    1、 了解系统调用pipe()的功能和实际原理 2、 编写一段程序,使用管道实现父子进程之间的通信 a) 使用系统调用fork()创建一个子进程 b) 子进程调用函数write()向父进程发送自己的进程ID和字符串” s Sending a message to parent.\n”。 c) 父进程调用函数read()通过管道读出子进程发来的消息,将消息输出屏幕,然后终止

    标签: pipe 系统调用 程序 编写

    上传时间: 2013-12-16

    上传用户:古谷仁美