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