供初學空時編碼(vblast接收)的matlab仿真程序,是關于vblast接收中ML算法的簡單的仿真
上傳時間: 2015-09-04
上傳用戶:diets
該程序模擬UNIX中save與resume函數,并介紹在VC中如何使用匯編進行機器級的操作. 主函數很簡單首先引入兩個外部函數,extern "C"表示按傳統C命名習慣.函數save將程序指針保存在(*s)中并返回0,為什么有 if(save(&sp)){...} if后的語句看起來永遠都不會被執行,但是運行結果表明它被執行了.這個問題同UNIX中處理機調度函數(switch)的那個if語句(第一句)一樣. 程序執行完save(&sp)后得到因為條件為假而執行else語句,卻在判斷之前將程序指針保存在sp中了. else語句中的resume(&sp),該函數很狡猾將堆棧中的返回地址改變了,改到了sp所指出,即將程序指針改到了執行條件判斷前.resume返回1,條件滿足,執行if語句. save函數堆棧: eip ebp+8 s ebp+4 ebp ebp+0 resume函數堆棧與save的相同. 新建一個win32的工程,將unixc.cpp和unix.obj加入過程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.
上傳時間: 2015-09-10
上傳用戶:變形金剛
Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
標簽: Hidden_Markov_model_for_automatic speech_recognition implements left-right
上傳時間: 2016-01-23
上傳用戶:569342831
一種常用空分復用的MIMO系統,v-blast系統的各種檢測算法:ML,MMSE,ZF,以及采用迫零的連續干擾消除檢測算法
上傳時間: 2013-12-13
上傳用戶:源弋弋
易語言模塊全集,有需要的就一起下了吧免的大家浪費時間到處找 在線更新.ec 語音報時模塊.ec 壓縮文件夾.ec 尋找注冊表.ec 行數.ec 五筆編碼查詢模塊.ec
上傳時間: 2016-04-28
上傳用戶:dancnc
易語言的熱血江湖外掛以及登陸器代碼,需要模塊:外掛作坊模塊破解版.ec和模擬按鍵.ec
上傳時間: 2014-01-03
上傳用戶:pompey
Widely known as carputer, this system is designed for: * calculating speed, fuel consumption, economy driving, e.t.c. * displaying information about temperatures and controll Air Conditioning system in your car.* * controlling other devices, like electrically opened windows.* The system is based on ATMega MCU programmed in C language.
標簽: calculating consumption carputer designed
上傳時間: 2016-05-29
上傳用戶:lili123
第一只感染flash的病毒源代碼。采用匯編語言編寫。 SWF/LFM-926 Virus: ------------------ Description: WinNT/XP Virus dropper for Flash .SWF files! Masm Version 6.11: ML.EXE SWF.ASM Virus Size: 926 bytes Infection Size: 3247 bytes. Last Edit: 01/08/2002
標簽: Virus Description flash WinNT
上傳時間: 2016-06-02
上傳用戶:miaochun888
本程序為模擬可校時的時鐘程序;clk--時鐘信號,rst--清零信號,set_en--校時 使能信號,faster--快進信號,slower--快退信號,hour--小時校時,min--分鐘校 時,(hh,hl,ml,mh,sh,sl)--時,分,秒顯示信號。 校時的時候,秒清零。
上傳時間: 2013-12-06
上傳用戶:x4587
定時器程序 采用89c2051 2001.10 ****************** ****************** 偽定義 ****************** SL EQU 30H SL存放秒的個位數 SH EQU 31H SH存放秒的十位數 ML EQU 32H ML存放分的個位數 MH EQU 33H MH存放分的十位數 HL EQU 34H HL存放時的個位數 HH EQU 35H HH存放時的十位數
上傳時間: 2014-01-04
上傳用戶:qq1604324866