給出了一個線性調(diào)頻信號的Gabor變換,使用的是過抽樣,其中參數(shù)q=4.
標(biāo)簽: Gabor 線性調(diào)頻信號 變換
上傳時間: 2014-01-15
上傳用戶:cuiyashuo
一個由Mike Gashler完成的機器學(xué)習(xí)方面的includes neural net, naive bayesian classifier, decision tree, KNN, a genetic algorithm, and some manifold learning algorithms.
標(biāo)簽: classifier includes bayesian decision
上傳時間: 2015-09-11
上傳用戶:gaome
a Java toolkit for training, testing, and applying Bayesian Network Classifiers. Implemented classifiers have been shown to perform well in a variety of artificial intelligence, machine learning, and data mining applications.
標(biāo)簽: Classifiers Implemented Bayesian applying
上傳時間: 2015-09-11
上傳用戶:ommshaggar
這是一個字母或數(shù)制之間的轉(zhuǎn)化程序,5為主模塊,調(diào)用模塊1和模塊7 模塊1又調(diào)用模塊2、3、4和6四個模塊,其中: 模塊2實現(xiàn)小寫字母向大寫字母的轉(zhuǎn)換 模塊3實現(xiàn)大寫字母向小寫字母的轉(zhuǎn)換 模塊4實現(xiàn)二進制數(shù)向十六進制數(shù)的轉(zhuǎn)換 模塊6實現(xiàn)十六進制數(shù)向二進制數(shù)的轉(zhuǎn)換 模塊7實現(xiàn)十六進制數(shù)向十進制數(shù)的轉(zhuǎn)換 按“q”鍵退出。 使用時,需將7個文件分別匯編,連接的方法為: 5+1+2+3+4+6+7 生成可執(zhí)行文件“5” 即可運行。
標(biāo)簽: 字母 數(shù)制 轉(zhuǎn)化 程序
上傳時間: 2015-09-18
上傳用戶:cuiyashuo
qq工具三合一,破解顯示本地Q碼,支持全網(wǎng)段,多端口 DELPHI6主源碼。
標(biāo)簽: 合一
上傳時間: 2013-11-25
上傳用戶:498732662
C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) ,
標(biāo)簽: BigInteger class BIgInteger program
上傳時間: 2013-12-23
上傳用戶:ynzfm
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.
標(biāo)簽: Java Expressions Regular version
上傳時間: 2013-12-18
上傳用戶:lanhuaying
按(F1)鍵顯示(Choice)下拉菜單的功能選項,內(nèi)有五個選擇,本人連接了3個功能,它們分別是:appg1(實現(xiàn)顯示一個數(shù)字的方陣,程序中的清屏功能可將上次運行的結(jié)果清除,重新顯示下次運行結(jié)果);appg2(打字練習(xí)的程序,系統(tǒng)按回車鍵出現(xiàn)由26個字母組成的亂序行,這時其中任一字母落下,在鍵盤上敲入該字母,如果輸入正確,字母消失);appg3(一個動畫程序,它是一個方框向中間由大變小,并留下痕跡,然后出現(xiàn)一個心,按空格重復(fù)出現(xiàn)心,按其他鍵將重復(fù),按Q鍵退出的程序);appg4(還未實現(xiàn)任何功能);Exit(退出系統(tǒng))。 按(F10)鍵則顯示幫助文件,幫助文件包括本人學(xué)號和菜單簡介。 同時菜單能顯示系統(tǒng)當(dāng)前的日期。
上傳時間: 2014-01-24
上傳用戶:龍飛艇
這是一個字母或數(shù)制之間的轉(zhuǎn)化程序,5為主模塊,調(diào)用模塊1和模塊7 模塊1又調(diào)用模塊2、3、4和6四個模塊,其中: 模塊2實現(xiàn)小寫字母向大寫字母的轉(zhuǎn)換 模塊3實現(xiàn)大寫字母向小寫字母的轉(zhuǎn)換 模塊4實現(xiàn)二進制數(shù)向十六進制數(shù)的轉(zhuǎn)換 模塊6實現(xiàn)十六進制數(shù)向二進制數(shù)的轉(zhuǎn)換 模塊7實現(xiàn)十六進制數(shù)向十進制數(shù)的轉(zhuǎn)換 按“q”鍵退出。 使用時,需將7個文件分別匯編,連接的方法為: 5+1+2+3+4+6+7 生成可執(zhí)行文件“5” 即可運行。
標(biāo)簽: 字母 數(shù)制 轉(zhuǎn)化 程序
上傳時間: 2015-10-11
上傳用戶:zhuoying119
BCH中的組件,模Q加、多項式乘法電路、除法電路
標(biāo)簽: BCH
上傳時間: 2014-12-21
上傳用戶:qoovoop
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1