基于TI DSP TMS320DM642 平臺的上的H.263示例代碼。
上傳時間: 2015-04-08
上傳用戶:410805624
只包括兩個核心文件sha1.cpp及sha1.h 計算數據的sha1摘要。簡單,好用。 由于bit endian及little endian的原因,有些計算sha1摘要的算法計算出來的結果與正確結果有差異。此源碼經過測試,與RFC里列出的測試結果匹配。
上傳時間: 2015-04-09
上傳用戶:dongqiangqiang
RtosSerial.lib rtosSerial.h 使用說明,本庫利用51的timer2,9600bps適用于有片內外部存儲器的51芯片占用32byte緩存,重寫putchar,getchar函數,循環隊列,后臺操作。 可與rtx51很好集成。任何人可以自由分發,和應用。有疑問可以聯系serialrtos@163.net
標簽: RtosSerial rtosSerial lib 使用說明
上傳時間: 2014-01-21
上傳用戶:lindor
performance analysis in H.323 environments. Open H.323 Call Generator是一個OpenH323 (www.openh323.org)子項目,用于H.323環境中的測試和性能分析。
標簽: 323 environments performance Generator
上傳時間: 2015-04-09
上傳用戶:ippler8
Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.
標簽: Description Randomness Attribute Filtered
上傳時間: 2015-04-10
上傳用戶:ynzfm
Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensible symbolic rules, through regarding a neural network ensemble as a pre-process of a rule inducer. Reference: Z.-H. Zhou and Y. Jiang. Medical diagnosis with C4.5 rule preceded by artificial neural network ensemble. IEEE Transactions on Information Technology in Biomedicine, 2003, vol.7, no.1, pp.37-42. 使用神經網絡集成方法診斷糖尿病,肝炎,乳腺癌癥的案例研究.
標簽: comprehensibl Description Rule-PANE accurate
上傳時間: 2013-11-30
上傳用戶:wcl168881111111
iic_test ├─ main.c C語言主源文件 ├─ iic.c IIC總線操作和24C040擦寫函數源文件 └─ iic.h IIC總線操作和24C040寫定義頭文件
上傳時間: 2015-04-10
上傳用戶:Zxcvbnm
兩個點的線性插值定點數算法 說明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根據直線斜率的正負、內插外插的不同,分為6種情況。 3.參見文件夾中的“插值算法的6種情況”一圖。
上傳時間: 2014-01-06
上傳用戶:13215175592
能運算的函數: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 運算方式: +,-,*,/,絕對值(“[ ]”),^,!, 輸入規則: 用鍵盤或按鈕都可,輸入完按回車運算,(光標要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要輸入pow(3,4)) //有無*都可 2*3^4是(2*3)^4 而不是2*(3^4) 也就是要用x^y就要一定要(x^y)加上一個括號 [3-4]是求3-4的絕對值不是中括號
上傳時間: 2015-04-11
上傳用戶:sxdtlqqjl
關于H.264在無線網絡上應用的文章,主要介紹了網絡承接H.264業務的架構與策略
上傳時間: 2015-04-12
上傳用戶:chongcongying