虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

mmc-and-camera-linux-<b>DRiver</b>

  • VIP专区-嵌入式/单片机编程源码精选合集系列(93)

    VIP专区-嵌入式/单片机编程源码精选合集系列(93)资源包含以下内容:1. Samsung S3C2410的Datasheet和电路图, 传上来跟大家分享下!.2. 我自己用的protel99老虎元件库.3. 可编程序控制器(PLC)原理及应用.4. sumsung44b0板子测试主程序文件.5. C语言模拟I2C总线的程序适合微处理器没有I2C总线接口而需要外接I2C总线接口的外设.6. 一个C51的在线下载器的源程序是一个很规范的下载器的程序.7. T1XX系列驱动AU7寸TFT屏的源程序.8. 80C51上电复位和复位延时的时序分析.9. MP3的Protel电路原理图.10. 这是一个翻译的SD的资料.11. 该程序实现的锁相环.12. 介绍异步FIFO结构的.13. linux I2C driver for pxa cpu, ov9640 camera. Also include a doc about linux I2C driver.14. linux FM radio driver for Siliconlab SI4703 chip,not copy, my development..15. 电感式位移检测的传感系统————我的课衬设计题目.16. 义统资料。关于CMOS芯片的.17. 2085固件的一个工具.18. 如果需要研究炬力的mp3体系.19. 一个s1mp3的模拟器.20. 具体也是mp3的一个工具吧.21. 温度湿度一体化传感器的C51测试程序,容易移植到其他嵌入式处理器上.22. labview6.2的RS232串口通信波形显示器..23. 使用移位减法完成32位除法操作。适用于没有除法指令的嵌入式处理器。源码简单.24. 自己编写的51嵌入式操作系统.25. 普光开发板的说明书 可显示大分辨率的图象.26. 音乐发生器及同步显歌词本试验从硬件电路原理图.27. 文件中包含了多种常电子原件的大小规格.28. FPGA高级设计.29. CPLD ARM等JTAG下载线,ISP编程使用.30. 高速FPGA(NIOS II)系统设计和实现.31. 电路一款SD卡读卡器电路图,图中有详细的引脚标记.32. 算法导论.33. 基于恩智浦dsp芯片的fir滤波源码.34. 基于恩智浦dsp芯片的idct源码.35. 用于测试基于英蓓特s3c44b0的flash擦写.36. 该原代码是uc/os-ii的完整代码,该操作系统结构清晰明了,适合自学,可作为学习嵌入式操作系统的入门读物.37. CardBus代码驱动等有用资料.38. pcmcia代码驱动等有用资料.39. pcmcia代码驱动等有用资料.40. 嵌入式电子书籍(经典)嵌入式技术开发设计内幕.

    标签: 汽车构造 图解

    上传时间: 2013-04-15

    上传用户:eeworm

  • USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Phi

    USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.

    标签: wondernetworkresources Yamaguchi Manager Special

    上传时间: 2014-01-27

    上传用户:zhaiyanzhong

  • * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩

    * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X

    标签: 矩阵 AX 高斯 元素

    上传时间: 2015-07-26

    上传用户:xauthu

  • The book "The Finite Difference Time Domain for Electromagnetics" by Karl Kunz and Raymond Luebbers,

    The book "The Finite Difference Time Domain for Electromagnetics" by Karl Kunz and Raymond Luebbers, CRC Press, 1993, contains an FDTD code and output files in Appendix B. The same code and output files are contained in this directory.

    标签: Electromagnetics Difference The Luebbers

    上传时间: 2013-12-29

    上传用户:chongcongying

  • Linux环境下的Modbus驱动程序源码

    Linux环境下的Modbus驱动程序源码,里面还有一个小例子(This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. )

    标签: Modbus Linux 环境 源码

    上传时间: 2013-12-25

    上传用户:王楚楚

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, b

    DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.

    标签: performance incredibly therefore hardware

    上传时间: 2016-02-16

    上传用户:秦莞尔w

  • (1) 、用下述两条具体规则和规则形式实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (2) 、B→tAdA A

    (1) 、用下述两条具体规则和规则形式实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (2) 、B→tAdA A→sae (3) 、将魔王语言B(ehnxgz)B解释成人的语言.每个字母对应下列的语言.

    标签: 字母 tAdA 语言 词汇

    上传时间: 2013-12-30

    上传用户:ayfeixiao

  • 1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现

    1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题

    标签: 移动 发现

    上传时间: 2016-07-25

    上传用户:gxrui1991

  • 1. 下列说法正确的是 ( ) A. Java语言不区分大小写 B. Java程序以类为基本单位 C. JVM为Java虚拟机JVM的英文缩写 D. 运行Java程序需要先安装JDK

    1. 下列说法正确的是 ( ) A. Java语言不区分大小写 B. Java程序以类为基本单位 C. JVM为Java虚拟机JVM的英文缩写 D. 运行Java程序需要先安装JDK 2. 下列说法中错误的是 ( ) A. Java语言是编译执行的 B. Java中使用了多进程技术 C. Java的单行注视以//开头 D. Java语言具有很高的安全性 3. 下面不属于Java语言特点的一项是( ) A. 安全性 B. 分布式 C. 移植性 D. 编译执行 4. 下列语句中,正确的项是 ( ) A . int $e,a,b=10 B. char c,d=’a’ C. float e=0.0d D. double c=0.0f

    标签: Java A. B. C.

    上传时间: 2017-01-04

    上传用户:netwolf