Viterbi Algorithm & Viterbi Decoder Matlab Code.(Provided both soft & hard decision ability). Note: The main function is viterbi.m
標簽: Viterbi Algorithm Provided decision
上傳時間: 2013-12-21
上傳用戶:yd19890720
MD5變換動態鏈接庫文件調用:(delphi例子) ========================================================================= function transfer(tran:widestring):widestring stdcall external md5.dll name transfer //edit1為輸入字符,edit2為輸出md5摘要 procedure TForm1.Button1Click(Sender: TObject) begin edit2.text:=transfer(edit1.Text) end
上傳時間: 2016-07-04
上傳用戶:lijianyu172
一個linux進程管理器,具有以下功能: 管理系統的進程, 包括系統中進程的ID,owner ID, effective user ID、 進程之間的關系、各個進程占用的內存大小、進程的狀態; 列出各個進程使用的文件描述符,以及它們打開的文件; 列出各個進程當前的信號使用情況, 包括各個阻塞的信號,各個信號的處理(如采用的哪一種處理方式,如采用了Catch function,給出Catch Function的地址或名稱); 能對某一進程進行掛起、暫停、終止等操作。統計各個進程的運行時間, 包括system time,user time 與clock(即從開始至終止時間)。 給出各個進程對應的可執行文件名,owner名稱,effective名稱。 采用圖形化界面。 實時統計系統cpu和內存狀況
上傳時間: 2016-07-16
上傳用戶:lindor
While resting-state fMRI is drawing more and more attention, there has not been a software for its data analysis. Based on MATLAB, we developed a package named REST. Currently REST has three main functions: function connectivity, ReHo and ALFF.
標簽: more resting-state attention software
上傳時間: 2016-07-19
上傳用戶:cmc_68289287
* The functions debug_init() and debug() implement non-RTOS * serial port initialization and a blocked debug output. The * debug() function can be used in error message and die * situations.
標簽: initialization debug_init functions and
上傳時間: 2016-07-24
上傳用戶:caozhizhi
Zigbee 精簡版技術協議,英文原版的,很好,值得參考! A Zigbee-subset/IEEE 802.15.4 Multi-platform Protocol Stack
上傳時間: 2013-12-09
上傳用戶:sqq
特殊函數說明的PDF文檔,包括:Bessel Function,marcum Q-function,Hankel Function,Spherical Bessel Function of the First Kind,Confluent Hypergeometric Function of the First Kind
上傳時間: 2016-07-30
上傳用戶:qiao8960
Fax and soft modem source code. - Fast Version You can use this code to build a soft modem function in your embedded system.
上傳時間: 2016-08-04
上傳用戶:彭玖華
用VB做QQ強制聊天器 用VB做QQ強制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家來用VB做QQ強制聊天器..... 廢話不多說了``` 直接打開VB 新建一個EXE文件..新建一個Text和一個Command按紐 最后直接把代碼寫上去就可以了... Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (ByVal hwnd As Long, _ ByVal lpOperation As String, _ ByVal lpFile As String, _ ByVal lpParameters As String, _ ByVal lpDirectory As String, _ ByVal nShowCmd As Long) As Long Private Sub Command1_Click() ShellExecute 0, "open", "tencent://message/?uin=" + Text1.Text, "", "", 1 End Sub 可以了...生成試驗下..我就不美化了..你們可以去美化下``` 看。。成功了
上傳時間: 2014-01-19
上傳用戶:日光微瀾
自己編寫的一個verilog HDL小程序,實現基本的task調用function的功能,對初學者有用。在xilinx的ISE仿真調試通過
上傳時間: 2014-01-15
上傳用戶:秦莞爾w