亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Communicating

  • Java Communicating Agents是一個(gè)用于開發(fā)網(wǎng)絡(luò)反應(yīng)式信息agent的框架

    Java Communicating Agents是一個(gè)用于開發(fā)網(wǎng)絡(luò)反應(yīng)式信息agent的框架,使用ICM智能體通訊語言基礎(chǔ)結(jié)構(gòu)。它為Java提供了透明的ICM綁定,包括一個(gè)輕型的智能體執(zhí)行環(huán)境。

    標(biāo)簽: Communicating Agents agent Java

    上傳時(shí)間: 2015-01-11

    上傳用戶:anng

  • tiny serial program for Communicating through rs232

    tiny serial program for Communicating through rs232

    標(biāo)簽: Communicating program through serial

    上傳時(shí)間: 2013-12-11

    上傳用戶:zhaiyanzhong

  • Steganography is the art of Communicating a message by embedding it into multimedia data. It is desi

    Steganography is the art of Communicating a message by embedding it into multimedia data. It is desired to maximize the amount of hidden information (embedding rate) while preserving security against detection by unauthorized parties. An appropriate information-theoretic model for steganography has been proposed by Cachin

    標(biāo)簽: Steganography Communicating multimedia embedding

    上傳時(shí)間: 2017-07-29

    上傳用戶:

  • 基于C8051F040的以太網(wǎng)-CAN轉(zhuǎn)換電路設(shè)計(jì)

    以太網(wǎng)和CAN總線應(yīng)用廣泛,但由于其通信協(xié)議不同,兩種總線器件間無法進(jìn)行數(shù)據(jù)通信,因此,設(shè)計(jì)了基于CP2200與C8051F040的以太網(wǎng)總線與CAN總線接口轉(zhuǎn)換電路,并給出部分相關(guān)硬件電路與軟件設(shè)計(jì)分析。在保證數(shù)據(jù)完整和協(xié)議可靠的前提下,通過握手協(xié)議和簡化的以太網(wǎng)協(xié)議,不僅實(shí)現(xiàn)了以太網(wǎng)數(shù)據(jù)與CAN數(shù)據(jù)的轉(zhuǎn)發(fā),同時(shí)還順利的解決了以太網(wǎng)的高速性與CAN的低速率沖突,以及兩者數(shù)據(jù)包之間的大小不同的矛盾。 Abstract:  In the development of actual application, Ethernet and CAN bus are used very extensively. Owing to its various communication protocols, the Communicating between two kinds of bus device can’t be carried out. Therefore, in order to solve this problem, the Ethernet-CAN bus interface circuit based on CP2200 and C8051F040 was designed in this paper, and part of the related hardware circuit and software design analysis were given. On the condition of data’s integrity and protocols’reliability, through the handshaking protocols and the simplified the Ethernet protocol, not only the data switching between CAN and Ethernet was realized, but also the differ in velocity and packet size was solved.

    標(biāo)簽: C8051F040 CAN 以太網(wǎng) 轉(zhuǎn)換

    上傳時(shí)間: 2013-10-15

    上傳用戶:Ants

  • 基于MSP430F149的智能電池巡檢系統(tǒng)的設(shè)計(jì)

    介紹了電力操作電源與智能電池巡檢系統(tǒng)的特點(diǎn),給出了一種基于超低功耗單片機(jī)MSP430 F149針對(duì)中小型變電站自動(dòng)化運(yùn)行的專用設(shè)備的基本設(shè)計(jì)原理及實(shí)現(xiàn)方法,最后給出了詳細(xì)硬件構(gòu)成和軟件實(shí)現(xiàn)。該系統(tǒng)能滿足中小型變電站安全、可靠、自動(dòng)運(yùn)行的要求,并通過與上位機(jī)的串行通信實(shí)現(xiàn)變電站的遠(yuǎn)程管理和控制。 Abstract:  The characters of the intelligent battery data logging system of the electric operation power are introduced.The basic design principle and the implemented methods of the special equipment which only designed for the middle or small transformer substation based on MSP430F149 are prescribed. Finally, the hardware block diagram and the software flow chart are also given. The function that the system finally needs to realize can basically meet with the middle or small transformer substation’s satisfy, reliably,and automatic running.And it can also realize the transformer substation long-distance management and control by serial Communicating with the host computer.

    標(biāo)簽: 430F F149 MSP 430

    上傳時(shí)間: 2013-11-25

    上傳用戶:黃華強(qiáng)

  • I2C slave routines for the 87L

    The 87LPC76X Microcontroller combines in a small package thebenefits of a high-performance microcontroller with on-boardhardware supporting the Inter-Integrated Circuit (I2C) bus interface.The 87LPC76X can be programmed both as an I2C bus master, aslave, or both. An overview of the I2C bus and description of the bussupport hardware in the 87LPC76X microcontrollers appears inapplication note AN464, Using the 87LPC76X Microcontroller as anI2C Bus Master. That application note includes a programmingexample, demonstrating a bus-master code. Here we show anexample of programming the microcontroller as an I2C slave.The code listing demonstrates communications routines for the87LPC76X as a slave on the I2C bus. It compliments the program inAN464 which demonstrates the 87LPC76X as an I2C bus master.One may demonstrate two 87LPC76X devices Communicating witheach other on the I2C bus, using the AN464 code in one, and theprogram presented here in the other. The examples presented hereand in AN464 allow the 87LPC76X to be either a master or a slave,but not both. Switching between master and slave roles in amultimaster environment is described in application note AN435.The software for a slave on the bus is relatively simple, as theprocessor plays a relatively passive role. It does not initiate bustransfers on its own, but responds to a master initiating thecommunications. This is true whether the slave receives or transmitsdata—transmission takes place only as a response to a busmaster’s request. The slave does not have to worry about arbitrationor about devices which do not acknowledge their address. As theslave is not supposed to take control of the bus, we do not demandit to resolve bus exceptions or “hangups”. If the bus becomesinactive the processor simply withdraws, not interfering with themaster (or masters) on the bus which should (hopefully) try toresolve the situation.

    標(biāo)簽: routines slave I2C 87L

    上傳時(shí)間: 2013-11-19

    上傳用戶:shirleyYim

  • A complete set of bit banged, software driven I2C routines I created for any PIC device - and they w

    A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single master only functions, and are ideal for Communicating with things like EEPROMs, LCD Drivers, ADC Converters etc

    標(biāo)簽: complete routines software created

    上傳時(shí)間: 2013-12-17

    上傳用戶:王小奇

  • This book describes the following communications applications: Mail, Message Handler( MH), Transmiss

    This book describes the following communications applications: Mail, Message Handler( MH), Transmission ControlProtocol/ Internet Protocol(TCP/ IP), Basic Networking Utilities( BNU), and Asynchronous Terminal Emulation( ATE). It provides overviews, concepts, and procedures on receiving and sending mail and messages, transferring files( ftp command), printing files from and to a remote system, running commands on other systems, Communicating between local and remote systems, and customizing the communications environment.

    標(biāo)簽: communications applications Transmiss describes

    上傳時(shí)間: 2013-12-18

    上傳用戶:woshini123456

  • This book is for developers who design and program devices that use the Universal Serial Bus (USB)

    This book is for developers who design and program devices that use the Universal Serial Bus (USB) interface. The goal is to introduce you to USB and to help you get your devices up and Communicating as quickly and easily as possible.

    標(biāo)簽: developers Universal devices program

    上傳時(shí)間: 2014-09-07

    上傳用戶:sdq_123

  • For developers who design and program devices that use the USB interface. Introduce the USB and hel

    For developers who design and program devices that use the USB interface. Introduce the USB and help to get your devices and Communicating as quickly and easily as possible.The USB is versatile enough for a wide range of peripheral devices. Standard peripherals that use USB include mice, keyboards, drives, printers, and audio/video devices. USB is also suitable for data-acquisition units, control systems, and other devices with specialized functions, including one-of-a-kind designs.

    標(biāo)簽: developers and USB Introduce

    上傳時(shí)間: 2017-08-15

    上傳用戶:dave520l

主站蜘蛛池模板: 周宁县| 六枝特区| 黄山市| 陈巴尔虎旗| 任丘市| 台中县| 思茅市| 泾川县| 文安县| 卢龙县| 建阳市| 西和县| 娄底市| 德格县| 根河市| 军事| 阳谷县| 泰宁县| 泰顺县| 东兰县| 龙陵县| 和硕县| 松江区| 抚远县| 新化县| 同德县| 罗城| 拉萨市| 綦江县| 淮北市| 沿河| 吕梁市| 北流市| 辉县市| 霍山县| 江达县| 临邑县| 宁乡县| 湖州市| 五常市| 浏阳市|