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 for 系統是 Linux ,但是協議部分是可用的
標簽: communications program similar easier
上傳時間: 2013-12-21
上傳用戶:PresidentHuang
PIC Serial Port 8 Servo Controller GUI(use to control robot)
標簽: Controller control Serial Servo
上傳時間: 2014-01-23
上傳用戶:kernaling
The standard optimum Kalman filter demands complete knowledge of the system parameters, the input forcing functions, and the noise statistics. Several adaptive methods have already been devised to obtain the unknown information using the measurements and the filter residuals.
標簽: parameters knowledge the standard
上傳時間: 2013-12-17
上傳用戶:541657925
MediaTek serial flash utility
標簽: MediaTek utility serial flash
上傳時間: 2013-12-23
上傳用戶:lz4v4
一個簡單的SPI IP核,SPI Core Specifications 可以從說明文檔中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol that requires a minimum of 3 wires. FEATURES: · Compatible with Motorola’s SPI specifications · Enhanced M68HC11 Serial Peripheral Interface · 4 entries deep read FIFO · 4 entries deep write FIFO · Interrupt generation after 1, 2, 3, or 4 transferred bytes · 8 bit WISHBONE RevB.3 Classic interface · Operates from a wide range of input clock frequencies · Static synchronous design · Fully synthesizable
標簽:
上傳時間: 2015-09-17
上傳用戶:TRIFCT
Second and Higher-Order Statistics based Multiple-Input-Multiple-Output System Blind Identification Matlab Code
標簽: Multiple-Input-Multiple-Output Identification Higher-Order Statistics
上傳時間: 2013-12-24
上傳用戶:wpt
Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)
上傳時間: 2015-09-21
上傳用戶:sunjet
tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :use enter to tell high 32-bit from low 32-bit",0dh,0ah,0 examp1 byte "eg: 1234ecdf",0dh,0ah,0 examp2 byte " 03ab2543",0dh,0ah,0
上傳時間: 2014-08-22
上傳用戶:huyiming139
data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 byte "The result is : ",0 align 4 jia1gao sdword 0 jia1 sdword 0 .code main proc call clrscr mov esi,offset array mov ecx,lengthof array mov edx,offset str1 push esi putin: call writestring
標簽: Please sdword number array
上傳時間: 2014-01-13
上傳用戶:xiaoyunyun
ISR-Driven Serial I/O V2
標簽: ISR-Driven Serial V2
上傳時間: 2015-09-28
上傳用戶:q123321