統(tǒng)計(jì)模式識(shí)別工具箱(Statistical Pattern Recognition Toolbox)包含: 1,Analysis of linear discriminant function 2,F(xiàn)eature extraction: Linear Discriminant Analysis 3,Probability distribution estimation and clustering 4,Support Vector and other Kernel Machines
標(biāo)簽: Statistical Recognition Pattern Toolbox
上傳時(shí)間: 2014-01-03
上傳用戶:璇珠官人
自己根據(jù)lkd和情境分析,對(duì)kernel源碼的核心模塊的關(guān)鍵數(shù)據(jù)結(jié)構(gòu)做的注釋
上傳時(shí)間: 2017-04-21
上傳用戶:dapangxie
DragonRaja Client source version 1.4+ this source allow players join in (Hades Warfield or Monsters warfield). When you compile in debug mode, it is GMtool. else compile in release mode, it is Normal player.
標(biāo)簽: source DragonRaja Warfield Monsters
上傳時(shí)間: 2014-01-25
上傳用戶:lxm
1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is fixed tick. Fixed tick means that tick interrupt is occurred every 1ms. Variable tick means that timer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c
標(biāo)簽: EVT0 followings BSP support
上傳時(shí)間: 2014-01-27
上傳用戶:fnhhs
Embedded Linux Primer: A Practical, Real-World Approach presents a step-by-step walkthrough of porting Linux to custom boards and introduces real-time configuration via CONFIG_RT--one of today s most exciting developments in embedded Linux. You ll find especially detailed coverage of using development tools to analyze and debug embedded systems--including the art of kernel debugging.
標(biāo)簽: step-by-step walkthrough Real-World Practical
上傳時(shí)間: 2014-01-19
上傳用戶:wys0120
這個(gè)帖子中我想討論的是移動(dòng)窗口多項(xiàng)式最小二乘擬和平滑方法,粗糙懲罰方法,以及kernel平滑方法。
標(biāo)簽: 移動(dòng)窗口 多項(xiàng)式
上傳時(shí)間: 2017-04-30
上傳用戶:奇奇奔奔
用維吉尼亞算法加密 /** * 維吉尼亞密碼算法(BigDecimal),加/解密處理后仍為BigDecimal類型,正負(fù)號(hào)和小數(shù)點(diǎn)不進(jìn)行處理 * * @param str * 源BigDecimal * @param key * 密鑰,應(yīng)為數(shù)字字符組成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal
標(biāo)簽: BigDecimal 算法 加密 密碼算法
上傳時(shí)間: 2013-12-23
上傳用戶:yyyyyyyyyy
Essential Linux Device Drivers by Sreekrishnan Venkateswaran -------------------------------------------------------------------------------- Publisher: Prentice Hall Pub Date: March 27, 2008 Print ISBN-10: 0-13-239655-6 Print ISBN-13: 978-0-13-239655-4 Pages: 744 Slots: 0.5 而且kernel里面有的驅(qū)動(dòng)基本都涉及到了 。比較新的書。 -Essential Linux Device Drivers by Sreekrishnan Venkateswaran Publisher: Prentice Hall Pub Date: March 27, 2008 Print ISBN-10: 0-13-239655-6 Print ISBN-13: 978-0-13-239655-4 Pages: 744 Slots: 0.5 inside the kernel and some basic drivers are involved. Relatively new book.(補(bǔ)全上次,上下半部).保證可用
標(biāo)簽: Venkateswaran Sreekrishnan Essential Drivers
上傳時(shí)間: 2014-01-19
上傳用戶:270189020
linux嵌入式開發(fā)全過程介紹,bootloader,kernel,rootfs等。很好的入門或加強(qiáng)材料。
上傳時(shí)間: 2013-12-25
上傳用戶:wff
//顏色初始化 if(!has_colors() || start_color() == ERR){ endwin() printf("Terminal does not support color.\n") exit(1) } init_pair(1, COLOR_GREEN, COLOR_BLACK) init_pair(2, COLOR_RED, COLOR_BLACK) init_pair(3, COLOR_CYAN, COLOR_BLACK) init_pair(4, COLOR_WHITE, COLOR_BLACK) init_pair(5, COLOR_MAGENTA, COLOR_BLACK) init_pair(6, COLOR_BLUE, COLOR_BLACK) init_pair(7, COLOR_YELLOW, COLOR_BLACK) //寫字符串 for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i)) printw("color pair d in normal mode\n", i) } for(i = 1 i <= 7 i++) { attron(COLOR_PAIR(i) | A_BLINK | A_UNDERLINE) printw("color pair d in normal mode\n", i) }
標(biāo)簽: start_color has_colors Terminal endwin
上傳時(shí)間: 2014-01-14
上傳用戶:vodssv
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1