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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

kernel-ica

  • 串音誤差檢測(cè)

    串音誤差檢測(cè),利用ica算法實(shí)現(xiàn)盲信號(hào)分離,以及檢測(cè)輸入信號(hào)疊加分離后的誤差

    標(biāo)簽: 串音 誤差 檢測(cè)

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

    上傳用戶:leixinzhuo

  • Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not

    Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC architectures). Parallel port access should still work if you have the Linux ppdev driver (patch for 2.2.17 is in the kernel directory, ppdev is standard in 2.4 kernels). Please lobby Alan Cox to include this tiny little driver in 2.2.x too :). To make it type: make and to install it: make install If you have any further doubts, please consult UISP s homepage: http://www.nongnu.org/uisp/

    標(biāo)簽: Installation Programmer In-System directory

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

    上傳用戶:小儒尼尼奧

  • Jollen-Kit! 2006 是非常積極進(jìn)行中的專案

    Jollen-Kit! 2006 是非常積極進(jìn)行中的專案,所有紀(jì)錄與更新將同步揭示於本網(wǎng)頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機(jī)的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機(jī)的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開)   "Hello, World!" 在 ARM9 的範(fàn)例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅(qū)動(dòng)程式模組

    標(biāo)簽: Jollen-Kit 2006

    上傳時(shí)間: 2015-06-16

    上傳用戶:xz85592677

  • 在MATLAB環(huán)境下

    在MATLAB環(huán)境下,使用ICA方法分離單路觀測(cè)數(shù)據(jù)的程序!

    標(biāo)簽: MATLAB 環(huán)境

    上傳時(shí)間: 2015-06-20

    上傳用戶:jiahao131

  • Writing an Input Module The sample module introduced here is called idiom (Input Device for Interc

    Writing an Input Module The sample module introduced here is called idiom (Input Device for Intercepting Output of Mice), The sample module registers itself with the USB kernel subsystem as a mouse driver and with the input management subsystem as a keyboard driver. idiom translates mouse movement events into keyboard input events: it reports arrow events to the input system according to how the physical mouse is moved.

    標(biāo)簽: Input introduced Writing Device

    上傳時(shí)間: 2015-06-25

    上傳用戶:731140412

  • 又一個(gè)外國(guó)人寫的程序

    又一個(gè)外國(guó)人寫的程序,請(qǐng)大家鑒定,還是ica方面的程序,挺好的

    標(biāo)簽: 程序

    上傳時(shí)間: 2015-06-25

    上傳用戶:牛津鞋

  • 我最近寫的一篇論文的源碼

    我最近寫的一篇論文的源碼,主要是對(duì)帶參考信號(hào)的 ICA算法的擴(kuò)展,多參考信號(hào)的ICA固定點(diǎn)算法。

    標(biāo)簽: 論文 源碼

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

    上傳用戶:xuanjie

  • x-load

    x-load,一個(gè)非常有用的bootloader,用來直接從Nand lflash 啟動(dòng)嵌入式linux kernel

    標(biāo)簽: x-load

    上傳時(shí)間: 2015-06-29

    上傳用戶:cainaifa

  • 第三章列出了Windows CE執(zhí)行緒在排程時(shí)的幾個(gè)主要函數(shù)

    第三章列出了Windows CE執(zhí)行緒在排程時(shí)的幾個(gè)主要函數(shù),在本章中將藉著分析這些函數(shù)的流程,來了解執(zhí)行緒在排程過程中的行為。本章所節(jié)選的程式碼全部來自[CEROOT]\PRIVATE\WINCEOS\COREOS\NK\KERNEL目錄下的 schedule.c檔

    標(biāo)簽: Windows

    上傳時(shí)間: 2015-07-01

    上傳用戶:xiaodu1124

  • 這是bios-lt的最新板

    這是bios-lt的最新板,(1) bios.img占用的扇區(qū)數(shù)由4個(gè)合并為2個(gè),相應(yīng)的文件大小由193K減小為66K (2) 實(shí)現(xiàn)了對(duì)FLASH芯片BOOT扇區(qū)的處理,建立FLASH分區(qū)時(shí)不用再考慮讓開BOOT扇區(qū) 改動(dòng)的主要目的是想做到: 在29F040上空出384K的空間,建立一個(gè)分區(qū)存放不含應(yīng)用程序的uClinux kernel, 將29LV160作為一個(gè)大分區(qū),在其上建立JFFS2文件系統(tǒng),并掛接為uClinux的根文件系統(tǒng). 系統(tǒng)應(yīng)用程序全部存儲(chǔ)在JFFS2文件系統(tǒng)中. 再使用tmpfs來做臨時(shí)目錄和 /var目錄. 這樣就可以做到建立一個(gè)更加通用的,拿來就可以運(yùn)行的uClinux系統(tǒng),相當(dāng)于給開發(fā)版 預(yù)裝一個(gè)操作系統(tǒng)^_^ 由于JFFS2是文件系統(tǒng)是可寫的,開發(fā)者只需將編好的用戶程序 通過FTP下載到uClinux中,再改一改啟動(dòng)腳本即可 省去了配置uClinux環(huán)境的重復(fù)勞動(dòng)

    標(biāo)簽: bios-lt

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

    上傳用戶:watch100

主站蜘蛛池模板: 肥西县| 夏河县| 额尔古纳市| 德江县| 乌兰县| 大兴区| 六安市| 嘉祥县| 灵丘县| 开封县| 额济纳旗| 和政县| 兴和县| 安康市| 屯留县| 屯留县| 博爱县| 兴宁市| 昭平县| 铅山县| 东乌珠穆沁旗| 滨州市| 延川县| 洞头县| 铜梁县| 阿瓦提县| 东平县| 开化县| 桂阳县| 丰顺县| 元阳县| 阜新市| 禹城市| 石棉县| 玉环县| 新竹市| 胶州市| 建宁县| 白城市| 玉龙| 民县|