亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

數(shù)(shù)據(jù)壓縮

  • Knuth不僅僅是傑出的programmer

    Knuth不僅僅是傑出的programmer,同時(shí)也是世界聞名的數(shù)學(xué)家和演算法的專(zhuān)家。他的經(jīng)典巨著The Art of Computer Programming裡頭寫(xiě)的是他畢生研究演算法和程式設(shè)計(jì)的精華

    標(biāo)簽: programmer Knuth

    上傳時(shí)間: 2013-12-27

    上傳用戶:zhaiyanzhong

  • 使用多層感知機(jī)來(lái)做xor分類(lèi)

    使用多層感知機(jī)來(lái)做xor分類(lèi),可調(diào)整neuron數(shù)和目標(biāo)error大小。

    標(biāo)簽: xor

    上傳時(shí)間: 2017-06-09

    上傳用戶:qweqweqwe

  • 跟類(lèi)神經(jīng)網(wǎng)路有點(diǎn)像的東西

    跟類(lèi)神經(jīng)網(wǎng)路有點(diǎn)像的東西, 不過(guò)現(xiàn)今最常拿來(lái)就是做分類(lèi)也就是說(shuō),如果我有一堆已經(jīng)分好類(lèi)的東西 (可是分類(lèi)的依據(jù)是未知的?。?,那當(dāng)收到新的東西時(shí), SVM 可以預(yù)測(cè) (predict) 新的資料要分到哪一堆去。

    標(biāo)簽:

    上傳時(shí)間: 2014-01-18

    上傳用戶:hasan2015

  • 這是我自己寫(xiě)的一個(gè)Gtk+2.18與directfb1.2自動(dòng)安裝腳本

    這是我自己寫(xiě)的一個(gè)Gtk+2.18與directfb1.2自動(dòng)安裝腳本,由于源碼包太大,下載者自己去下載吧,按腳本的版本找到,解壓放到指定位置,運(yùn)行./install.sh即可自動(dòng)完成,或者你可以修改腳本。

    標(biāo)簽: directfb 2.18 Gtk 1.2

    上傳時(shí)間: 2017-06-27

    上傳用戶:壞天使kk

  • 傅立葉分析的C原碼

    傅立葉分析的C原碼,幫助您提升數(shù)值演算功力。

    標(biāo)簽:

    上傳時(shí)間: 2014-01-11

    上傳用戶:3到15

  • 這是個(gè)prolog程式

    這是個(gè)prolog程式,能解決4x4的數(shù)獨(dú)問(wèn)題 例: ?- sudoku ([4,2,0,0]/[0,1,0,2]/[0,0,1,0]/[1,0,0,4], Solution). Solution = [[4,2,3,1]/[3,1,4,2]/[2,4,1,3]/[1,3,2,4]]

    標(biāo)簽: prolog 程式

    上傳時(shí)間: 2017-07-21

    上傳用戶:rocwangdp

  • This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It sh

    This function is another tutorial on how to do computer vision type stuff with Octave/Matlab. It shows how to implement Hartley and Zisserman s "DLT" algorithm for estimating a homography from point correspondences

    標(biāo)簽: function computer tutorial another

    上傳時(shí)間: 2013-12-21

    上傳用戶:ruixue198909

  • Client/Server application. This application was written using RMI Java. It resolve "access to critic

    Client/Server application. This application was written using RMI Java. It resolve "access to critical section " example problem. To use this program you should change in *.bat / *.sh files the java path according in your computer

    標(biāo)簽: application resolve written Client

    上傳時(shí)間: 2013-12-03

    上傳用戶:hxy200501

  • This project solves the purpose of creating vb6 application using oracle database in back end. It sh

    This project solves the purpose of creating vb6 application using oracle database in back end. It shows how to handle the record with the oracle. my other source codes are at: http://www.developerssourcecode.com Shyam Singh Chandel

    標(biāo)簽: application creating database project

    上傳時(shí)間: 2013-12-18

    上傳用戶:清風(fēng)冷雨

  • linux下快速進(jìn)入目錄的工具 qdir 解壓后運(yùn)行install即可

    linux下快速進(jìn)入目錄的工具 qdir 解壓后運(yùn)行install即可,最好將qd.sh文件的倒數(shù)第而行改為rm -rf "$QD"。比如在工作目錄下 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG,運(yùn)行qd –s . 即可,用qd –e可以看到: 1 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG 我們又到一個(gè)目錄,\home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG, 運(yùn)行qd –s . 2,可以將這個(gè)目錄設(shè)置在第二個(gè)位置,用qd –e可以看到: 1 \home\AAA\BBB\CCC\DDD\EEE\FFF\GGG 2 \home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG 這樣我們?cè)谌魏文夸浵?,鍵入qd –e 1就立刻進(jìn)入\home\AAA\BBB\CCC\DDD\EEE\FFF\GGG目錄,鍵入qd –e 2就立刻進(jìn)入\home\MyName\ AAA\BBB\CCC\DDD\EEE\FFF\GGG ,可以做到工作目錄瞬間轉(zhuǎn)換。

    標(biāo)簽: install linux qdir 目錄

    上傳時(shí)間: 2014-01-20

    上傳用戶:520

主站蜘蛛池模板: 望江县| 清镇市| 中超| 遂川县| 油尖旺区| 山西省| 鄂托克旗| 阿图什市| 永春县| 镇赉县| 项城市| 东海县| 滨州市| 泾源县| 晴隆县| 治多县| 金山区| 界首市| 德庆县| 阆中市| 绥阳县| 青冈县| 绍兴县| 章丘市| 长宁区| 宁津县| 贵港市| 乌拉特中旗| 富宁县| 澄迈县| 盐山县| 云南省| 宁河县| 津市市| 沁水县| 壶关县| 仲巴县| 额敏县| 三原县| 根河市| 靖宇县|