J2ME application that captures video from on-board camera of SymbianOS Series60 3rd ed. mobile devices. A snapshot can be captured and image processed by manipulation of RBG pixels before displaying
標簽: application SymbianOS captures on-board
上傳時間: 2014-01-10
上傳用戶:遠遠ssad
課題組的最終目標是要完成一個完整的基于EP9315的ARM9開發平臺,將 Bootloader和嵌入式Linux移植到開發平臺上,使最小系統能正常工作。對外擴 接口也要進行驅動的移植和編寫,重點移植MTD驅動、IDE驅動,編寫IIC總線 }r動、CAN線}r動、AD勺 A轉換驅動。
上傳時間: 2016-01-12
上傳用戶:cc1915
1.under bootloader 1)cd your_dir/mrua_EM8620L_2.5.115.RC8_dev.arm.bootirq/MRUA_src/loader 2)將flash_v3.c改名為flash.c替換原來的flash.c 3)編譯 2.under linux kernel 1)cd armutils_2.5.108.0/build_arm/linux-2.4.22-em86xx/drivers/mtd 2)將mtdblock_v4.c改名為mtdblock.c替換原來的mtdblock.c 3)cd armutils_2.5.108.0/build_arm/linux-2.4.22-em86xx/drivers/mtd/chips 4)將cfi_cmdset_0002_v4.c改名為cfi_cmdset_0002.c替換原來的cfi_cmdset_0002.c 5)編譯。 note:如果在使用cat等指令寫flash的過程中出現下面的信息: Flash write to Buffer aborted @ 0x****** = 0x****** 是正常信息。
標簽: bootloader MRUA_src your_dir bootirq
上傳時間: 2013-12-17
上傳用戶:陽光少年2016
PHILIPS 7130 TV/FM capture card use PHILIPS 7130 chip , is a newly built-in TV card integrating FM radio and TV receiver. You can watch/record TV programs (up to 136 channels) and FM radio on PC. The powerful attached software enables you to & rename favorite channels as per your taste. Moreover, the remote controller makes watching TV through PC more convenient. Through PHILIPS 7130 TV/FM capture card, you can transfer & save the full screen/full motion video captured VCR, camcorder, PC camera or other video sources into hard disk, or you can burn the video to VCD/SVCD/DVD via professional rewrite software. PHILIPS 7130 TV/FM capture card supports snapshot, you can record wonderful clips to create your personal e-album, then share your works with your friends & family via Internet.
標簽: PHILIPS 7130 card integrating
上傳時間: 2013-12-26
上傳用戶:han_zh
* 一、功能: Timestamp驅動演示代碼. * 二、該源碼需要硬件開發板的支持,因為ISS對Timestamp定時器的模擬還不夠精確 * 如果將該源碼運行于ISS模式下,將得不到精確的結果 * 三、運行前提: * 1. 選擇包含JTAG_UART和定時器的NiosII系統(ptf文件) * 其中的定時器要求: * (1) 具備可寫的period寄存器 * (2) 具備可讀的snapshot寄存器 * 2. 在系統庫屬性中完成下面的配置: * (1) 將stdout映射到JTAG_UART * (2) 將定時器映射為Timestamp時鐘
上傳時間: 2016-04-01
上傳用戶:diets
嵌入式Linux開發(英文版) chm 影印版 人民郵電出版社 Christopher Embedded Linux Primer.chm 2008.2 最新出版 本書是一部全面易懂的嵌入式Linux開發實用指南。主要內容包括:處理器基礎、Linux內核、內核初始化、系統初始化、Bootloader、設備驅動基礎、文件系統、MTD子系統、BusyBox、嵌入式開發環境、開發工具、內核調試技術、調試嵌入式Linux應用程序、Linux與實時等。
標簽: Linux Christopher chm Embedded
上傳時間: 2013-12-24
上傳用戶:lingzhichao
本實驗是在win2000+VC6.0上實現的,實例程序利用Windows SDK編制,所以實驗需要在windows下安裝VC后進行。而VC是一個集成開發環境,其中包含了Windows SDK的所有定義和工具,所以安裝了VC后就不用再安裝SDK了。 這里由于用到了多線程編程,我們還需要設置一下編譯環境,選中菜單project-> settings,在左邊列表中選中工程名,在右邊選中c/c++項,將其下"project options"中的默認值MLd改為MTd。
上傳時間: 2013-12-20
上傳用戶:洛木卓
這不是源代碼,是arm-linux-工具軟件 其中有制作yaffs根文件系統映像的工具pc-mkyaffsimage和在armlinux上格式化mtd分區為yaffs分區的arm-mkyaffs工具
標簽: 源代碼
上傳時間: 2016-08-17
上傳用戶:kernaling
非常精彩的2D碰撞檢測引擎教程,英文flash格式,作者為N totorial的站長。該教程應該也是最早提出MTD最小退回距離應用的教程,之后與SAT分離軸定理共同應用于3D的OBB檢測。
上傳時間: 2013-12-14
上傳用戶:xuanjie
對弈程序采用了多種搜索算法.以下是本程序主要的類說明: 1.CEveluation類:估值類,對給定的棋盤進行估值. 2.CMoveGenerator類:走法產生器,對給定的棋盤局面搜索出所有可能的走法. 3.CSearchEngine類:搜索引擎基類. 4.CNegaMaxEngine類:負極大值法搜索引擎. 5.CAlphaBetaEngine類:采用了Alpha-Beta剪枝技術的搜索引擎. 6.CFAlphaBetaEngine類:fail-softalpha-beta搜索引擎. 7.CHistoryHeuristic類:歷史啟發類. 8.CAlphabeta_HHEngine類:帶歷史啟發的Alpha-Beta搜索引擎. 9.CAspirationSearch類:渴望搜索引擎. 10.CIDAlphabetaEngine類:迭代深化搜索引擎. 11.CMTD_fEngine類:MTD(f)搜索引擎. 12.CTranspositionTable類:置換表. 13.CAlphaBeta_TTEngine類:加置換表的Alpha-Beta搜索引擎. 14.CPVS_Engine類:極小窗口搜索引擎. 15.CNegaScout_TT_HH類:使用了置換表和歷史啟發的NegaScout搜索引擎. 本程序還具有悔棋,還原功能,還可以記錄走法.
標簽: CMoveGenerator CEveluation 程序 搜索算法
上傳時間: 2014-01-18
上傳用戶:skhlm