LDPC譯碼算法,沒有采用LOG方法,MATLAB語言實現仿真
上傳時間: 2013-12-19
上傳用戶:ANRAN
一個非常簡單的網絡蜘蛛,用它可以提取網頁中http=""這樣的連接,并生成log文件
標簽: 網絡
上傳時間: 2013-12-25
上傳用戶:franktu
電池設計的充電器 Device : AT90S2333 File name : BC.c Ver nr. : 1.0 Description : Standalone Battery Charger with AT90S2333 (main program) Compiler : IAR icca90 Author : Asmund Saetre / Terje Frostad / Dietmar Koenig Change log : 02.02.2000 Changed to fit Battery Charger refrence design board AS 18.02.2000 Final test and review AS
標簽: Description Standalone Device S2333
上傳時間: 2014-01-23
上傳用戶:ruixue198909
1.功能 利用廣義逆求解無約束條件下的優化問題(C語言) 2.參數說明 int m : 非線性方程組中方程個數 int n : 非線性方程組中未知數個數 double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇異值分解中的控制精度要求 double x[n] : 存放非線性方程組解的初始近似值X(0),要求各分量不全為0 int ka : Ka=max{m,n}+1 void (*f)() : 指向計算非線性方程組中各方程左端函數值的函數名(用戶自編) void (*s)() : 指向計算雅可比矩陣的函數名 int ngin() : 函數返回一個標志值 3.文件說明 ngin.c函數文件 ngin0.c主函數文件
上傳時間: 2013-12-23
上傳用戶:大三三
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102
這是一個科學計算器,可以進行基本的加減乘除運算,還可以進行三角運算,以及平方開方log運算等。
標簽: 科學計算器
上傳時間: 2013-12-11
上傳用戶:邶刖
* CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should be 2 * times the size of the input data type.
標簽: CONSTRAINTS considered module handle
上傳時間: 2015-09-07
上傳用戶:qunquan
智能機器小車主要完成尋跡功能,由機械結構和控制單元兩個部分組成。機械結構是一個由底盤、前后輔助輪、控制板支架、傳感器支架、左右驅動輪、步進電機等組成。控制單元部分主要由主要包含傳感器及其調理電路、步進電機及驅動電路、控制器三個部分。本設計的核心為控制器部分,采用Altera MAX7000S系列的EPM7064LC84-15作主控芯片。CPLD芯片的設計主要在MAX+plusⅡ10.0環境下利用VHDL語言編程實現。驅動步進電機電路主要利用ULN2803作為驅動芯片。
標簽: 智能機
上傳時間: 2015-09-07
上傳用戶:cjf0304
文件上傳源碼 Multiple stores supported (Folder, Zip, Database, Memory). Security features (Blacklist, FileSizeLimit, Max. Uploaded files). Notification and history features.
標簽: Blacklist supported Multiple Database
上傳時間: 2013-12-10
上傳用戶:jkhjkh1982
該文件夾為空時塊碼-卷積碼級聯系統的仿真程序,天線配置為2發2收。 主要程序的用途說明: mainMIMO_OFDMA_2Tx_Convcode.m: 主程序,設置各種參數 gendatabits.m: 生成原始信息比特數據的程序 conv_encoder.m: 卷積碼編碼器 interleave.m: 交織器 mod_2Tx_STBC_DFUSC_Convcode.m:調制程序 gen_SUI_CorrCIR.m: 生成信道沖擊響應的程序 get_perfectCE_2x2.m: 生成理想信道估計值的程序 chanSUI_corr_2x2.m: 發送信號通過SUI信道的程序 addAWGN_2x2.m: 添加高斯白噪聲的程序 dem_DFUSC_2x2_STBC.m: 接收端解調主程序 ls_freq.m: 頻域LS算法 ls_time_2x2.m: 時域LS算法 iterative_detection_decoding_2x2.m: 級聯MAP算法主程序 map_decoding.m: 卷積碼MAP譯碼程序 b2s_logp.m: 符號LLR轉化為比特LLR
上傳時間: 2013-12-25
上傳用戶:源碼3