This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).
標(biāo)簽: LDPC introduction simulation software
上傳時(shí)間: 2014-12-05
上傳用戶:change0329
java的一個(gè)開發(fā)包function scrollwindow() { currentpos=document.body.scrollTop window.scroll(0,++currentpos) if (currentpos != document.body.scrollTop) sc() } document.onmousedown=sc document.ondblclick=initialize </script> <style type="text/css"> <!-- .style1 {color: #CCCCCC} -->
標(biāo)簽: scrollwindow currentpos scrollTop function
上傳時(shí)間: 2014-01-01
上傳用戶:comua
<JavaScript:The Good Parts>全英文版,O Reilly出品,必屬精品,該書的英文版是2008年5月才出版的,此為對應(yīng)的chm文檔,支持目錄索引和搜索功能.目錄如下:Syntax/Objects/Functions/Inheritance/Arrays/Regular expressions/Methods/Style/Beautiful features
標(biāo)簽: JavaScript Reilly Parts Good
上傳時(shí)間: 2013-12-15
上傳用戶:sjyy1001
This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.
標(biāo)簽: intermediate you quickly dummy
上傳時(shí)間: 2014-01-09
上傳用戶:wpwpwlxwlx
為避免有心人士利用軟體搜刮網(wǎng)頁上的Email,小弟製作了這個(gè)使用Jmail的線上寄信程式,將您網(wǎng)站的Email隱藏在Jmail的程式中。 優(yōu)點(diǎn): 1.將Email隱藏在程式中,可避免Email被軟體搜刮。 2.透過Jmail程式來線上寄信,不用開啟Outlook等軟體。 3.使用Request.Form來紀(jì)錄欄位值,無需資料庫,即時(shí)傳送訊息。 4.使用javascript語法限制所有欄位必填。 缺點(diǎn): 1.網(wǎng)站空間必需支援Jmail程式。 程式說明: 1.contact.asp(留言頁) 2.contact_save.asp(Jmail線上寄信程式) 3.style.css(CSS樣式表檔) 4.images(圖片資料夾) 修改方式: 1.可自行在contact.asp新增欄位,或修改必填欄位的javascript語法(預(yù)設(shè)全部欄位必填)。 2.在contact_save.asp修改您的郵件伺服器位址、寄件者名稱、信件主旨、收件者的Email(通常是網(wǎng)站的Email)
標(biāo)簽: Email
上傳時(shí)間: 2014-01-02
上傳用戶:hgy9473
synopsis的有限狀態(tài)機(jī)編碼方法的文檔。 針對synopsis的綜合環(huán)境,根據(jù)其綜合工具的特點(diǎn)說明安全可靠、速度適合的FSM編碼風(fēng)格。 FSM coding style under synopsis. Used for verilog or vhdl designer. Good study data for ASIC newhand.
標(biāo)簽: synopsis 有限狀態(tài)機(jī) 文檔 編碼
上傳時(shí)間: 2014-01-09
上傳用戶:onewq
H.264/AVC is the current video standardization project of the ITU-T Video Coding Experts Group (VCEG) and the ISO/IEC Moving Picture Experts Group (MPEG). The main goals of this standardization effort are to develop a simple and straightforward video coding design, with enhanced compression performance, and to provide a 鈥渘etwork-friendly鈥?video representation which addresses 鈥渃onversational鈥?(video telephony) and 鈥渘on-conversational鈥?(storage, broadcast or streaming) applications.
標(biāo)簽: standardization the current Experts
上傳時(shí)間: 2014-01-02
上傳用戶:SimonQQ
SKIN INSTALLATION Blue Skin Analyzer in Php-MYSQL 1. Upload folder from zip on your server into the folder "style" of ActualAnalyzer. 2. Point your browser to your domain to file "admin.php" and select skin in section "Settings".
標(biāo)簽: INSTALLATION Php-MYSQL Analyzer Upload
上傳時(shí)間: 2014-08-24
上傳用戶:Yukiseop
SKIN INSTALLATION Grey Skin Analyzer--PHP-MYSQL 1. Upload folder from zip on your server into the folder "style" of ActualAnalyzer. 2. Point your browser to your domain to file "admin.php" and select skin in section "Settings".
標(biāo)簽: INSTALLATION PHP-MYSQL Analyzer Upload
上傳時(shí)間: 2014-05-30
上傳用戶:gaojiao1999
width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) current_frame_list = gdk_pixbuf_animation_get_frames(ani) pixmap = gdk_pixmap_new(w->window, width, height, -1) clean_pixmap = gdk_pixmap_new(w->window, width, height, -1) if (w->style->bg_pixmap[GTK_STATE_NORMAL]) { GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL] GdkGC *gc GdkGCValues values values.tile = bg values.fill = GDK_TILED gc = gdk_gc_new_with_values(w->window, &values, GDK_GC_FILL|GDK_GC_TILE) gdk_gc_set_ts_origin(gc, (w->allocation.width - width)/2, (w->allocation.height-height)/2) gdk_draw_rectangle(clean_pixmap,gc, TRUE, 0, 0, width, height) gdk_gc_destroy(gc) } else { gdk_draw_rectangle(clean_pixmap, w->style->bg_gc[GTK_STATE_NORMAL], TRUE, 0, 0, width, height) }
標(biāo)簽: gdk_pixbuf_animation_get_height gdk_pixbuf_animation_get_width ani height
上傳時(shí)間: 2013-12-26
上傳用戶:thinode
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1