搜索资源列表
2413Backlight
- 写了2413的背光驱动,供大家参考,希望能与大家交流,共同进步-wrote 2413's backlight driver, for your reference, and we hope to exchange and common progress
2413xtest_Ver1.01
- 三星2413芯片的测试代码,对进行驱动开发很有帮助.
2413
- uClinux下的DS1284设备驱动程序开发-uClinux the DS1284 Device Driver Development
2413
- uClinux下的DS1284设备驱动程序开发-uClinux the DS1284 Device Driver Development
S3C2413_UserManual_Rev0.0_051122
- 三星新出的一款ARM926EJ-S内核芯片,时钟高达266MHZ,带有图像(CAMERA)接口,LCD接口,USB,SD,UART,SPI,IIS,IIC等接口,资源丰富,是s3c2440和S3C24A0的低成本代替产品。-Samsung's first and ARM926EJ-S processor chip, the clock up to 266MHZ. with images (CAMERA) interface, L
2413Backlight
- 写了2413的背光驱动,供大家参考,希望能与大家交流,共同进步-wrote 2413's backlight driver, for your reference, and we hope to exchange and common progress
2413_demo
- 一个基于三星S3C2413的全部驱动程序,里面有NAND驱动,SPI驱动,LCD驱动,时钟驱动,IIC驱动,一个不可多的好程序-a Samsung S3C2413 on all drivers, with a NAND-driven, SPI drive, LCD driver, the clock-driven, IIC-driven, not a good number of procedures
2413XDLOADER_051006
- 三星ARM9芯片S3C2413的咯ader源代码,不错的-ARM9 Samsung S3C2413 chip of pyronaridine Ader source code, a good
2413xtest_Ver1.01
- 三星2413芯片的测试代码,对进行驱动开发很有帮助.-Samsung 2413 chip testing code to drive the development of helpful.
SMDK2413
- 支持三星原产的S3C2413开发板,编译环境为WCE5.0-Support the origin of the Samsung S3C2413 development board, the compiler environment WCE5.0
S3C2413_UartMON_051006
- 三星ARM9系列CPU S3C2413的USB下载测试程序的源代码-CPU S3C2413 Samsung ARM9 family of USB test procedure to download the source code
2413_demo
- samsung 2410 demo源代码-samsung 2410 demo source code
124234234_demo
- 2413的IIC,SPI,FLASH,LCD 驱动源码-2413 the IIC, SPI, FLASH, LCD driver source
2413
- 广义的人脸识别实际包括构建人脸识别系统的一系列相关技术,包括人脸图像采集、人脸定位、人脸识别预处理、身份确认以及身份查找等;而狭义的人脸识别特指通过人脸进行身份-Construction of broad recognition, including face recognition system actually a series of related technologies, including facial image capt
Desktop
- Background This a classical problem. N Queens are placed on a N x N checkerboard. There should not be more than one "Queen" on the same horizontal line, nor on the same vertical, nor on the same diagonal line.
queen
- 在N*N的棋盘上放置N个皇后(n<=10)而彼此不受攻击(即在棋盘的任一行,任一列和任一对角线上不能放置2个皇后),编程求解所有的摆放方法。 【输入格式】 输入:n 【输出格式】 每行输出一种方案,每种方案顺序输出皇后所在的列号,各个数之间有空格隔开。若无方案,则输出no solute! 【输入样例】Queen.in 4 【输出样例】Queen.out 2 4 1 3 3 1 4 2 -