blue-usu: (Search, Connect, Playback, Record) with bluetooth devices like headset. Rely on usu driver specialized for usb-bluetooth dongle. Use GPL license.
標簽: bluetooth blue-usu Playback Connect
上傳時間: 2016-06-24
上傳用戶:lizhizheng88
OFDM simulation with 16QAM with AWGN and multipath channel model.It can help you to develope your algorithm initially.
標簽: with simulation multipath develope
上傳時間: 2013-12-28
上傳用戶:qw12
通用數據傳送指令. MOV 傳送字或字節. MOVSX 先符號擴展,再傳送. MOVZX 先零擴展,再傳送. PUSH 把字壓入堆棧. POP 把字彈出堆棧. PUSHA 把AX,CX,DX,BX,SP,BP,SI,DI依次壓入堆棧. POPA 把DI,SI,BP,SP,BX,DX,CX,AX依次彈出堆棧. PUSHAD 把EAX,ECX,EDX,EBX,ESP,EBP,ESI,EDI依次壓入堆棧. POPAD 把EDI,ESI,EBP,ESP,EBX,EDX,ECX,EAX依次彈出堆棧. BSWAP 交換32位寄存器里字節的順序 XCHG 交換字或字節.( 至少有一個操作數為寄存器,段寄存器不可作為操作數) CMPXCHG 比較并交換操作數.( 第二個操作數必須為累加器AL/AX/EAX ) XADD 先交換再累加.( 結果在第一個操作數里 ) XLAT 字節查表轉換. ── BX 指向一張 256 字節的表的起點, AL 為表的索引值 (0-255,即 0-FFH) 返回 AL 為查表結果. ( [BX+AL]->AL )
上傳時間: 2016-08-17
上傳用戶:13681659100
The GP kernel is a C++ class library that can be used to apply genetic programming techniques to all kinds of problems. The library defines a class hierarchy. An integral component is the ability to produce automatically defined functions as found in Koza s "Genetic Programming II".
標簽: programming techniques genetic library
上傳時間: 2016-08-17
上傳用戶:zhengzg
This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSDOS that have to be resolved for example the size of LONG on unix machines is so big some of the code generated gets messed up.
標簽: generation generates compiler source
上傳時間: 2013-12-18
上傳用戶:海陸空653
This program generates OFDM (Orthogonal Frequency Division Multiplexing) signal and its spectrum. Also the guard interval (GI) is inserted.
標簽: Multiplexing Orthogonal Frequency generates
上傳時間: 2014-01-16
上傳用戶:daoxiang126
This module provides an interface to an alphanumeric display module. The current version of this driver supports any alphanumeric LCD module based on the:Hitachi HD44780 DOT MATRIX LCD controller.
標簽: module alphanumeric interface provides
上傳時間: 2013-12-04
上傳用戶:himbly
SPWM的程序說明 用TMS320LF2407實現三相SPWM波形發生器 FCL .usect ".data0",1 保存載波頻率浮點數的低位 FCH .usect ".data0",1 保存載波頻率浮點數的高位 FRL .usect ".data0",1 保存信號頻率浮點數的低位 FRH .usect ".data0",1 保存信號頻率浮點數的高位 AL .usect ".data0",1 保存調諧度浮點數低位
上傳時間: 2013-11-29
上傳用戶:a673761058
It is a GPL basic windowing library created specifically for windows and uses only basic win32 services. It currently compiles under Borland C++ and Microsoft C++, other compilers are untested.It provides a common windows toolkit for al c++ environments.
標簽: basic specifically windowing created
上傳時間: 2016-12-20
上傳用戶:hgy9473
n algorithm for domain independent linear text segmentation This the Windows version of the C99 algorithm that was presented in my NAACL00 paper. [Directories] bin contains executables, JAR file and test files classes compiled code as individual class files doc NAACL 00 paper describing the algorithm src source code for C
標簽: segmentation independent algorithm the
上傳時間: 2017-01-07
上傳用戶:ghostparker