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

mmc-and-camera-LINUX-driver

  • driver program which uses the above two modules. I have also made available the data set pollute.dat

    driver program which uses the above two modules. I have also made available the data set pollute.dat of mortality rates against socio-economic, meteorological and pollution variables for 60 statistical areas in the USA.

    标签: available the program modules

    上传时间: 2017-07-28

    上传用户:wff

  • Shell script application used to answer incoming gsm data call, receive data and store it, ie simple

    Shell script application used to answer incoming gsm data call, receive data and store it, ie simple gsm data server on Linux with some logging and error handling. (Require chat program)

    标签: data application incoming receive

    上传时间: 2014-07-23

    上传用户:Amygdala

  • Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applica

    Servlets and JavaServer Pages is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver projects. In addition to built-in security, portability, and a Web server, they offer developers the freedom to work with any operating system that supports Javabe it Linux, Windows, OSX, or Solaris. This authoritative book begins by explaining how to set up a Servlet and JSP development environment, including a discussion of containers, Java support, and installing and configuring Tomcat. The authors then thoroughly explore servlets and JSP, including significant coverage of custom tag libraries, newly available filters, and popular servlet and JSP design patterns. Readers can then test-drive the knowledge gained by constructing a book-support Web site.

    标签: JavaServer Java-based Servlets complete

    上传时间: 2014-01-02

    上传用户:zsjzc

  • 周立功magic2410实验箱源码 第6章Linux高级实验(part1) 6.1 Linux内核编译实验 6.2 Linux根文件系统实验 6.3 CAT1025读/写实验. 6.4 ZL

    周立功magic2410实验箱源码 第6章Linux高级实验(part1) 6.1 Linux内核编译实验 6.2 Linux根文件系统实验 6.3 CAT1025读/写实验. 6.4 ZLG7290键盘读取 6.5 USB-E2PROM编程器实验 6.6 SD/MMC卡实验 6.7触摸屏实验 6.8 PCMCIA接口CF卡实验

    标签: Linux magic part1 实验

    上传时间: 2014-01-21

    上传用户:bjgaofei

  • Linux From Scratch

    前言:My journey to learn and better understand Linux began back in 1998. I had just installed my first Linux distribution and had quickly become intrigued with the whole concept and philosophy behind Linux. 这是英文原版的很清晰,希望能帮助到对linux感兴趣的朋友。

    标签: Linux From Scratch

    上传时间: 2018-11-18

    上传用户:jieren002

  • Linux内核裁剪与编译

    学习本章要达到的目标:口1.理解 Linux内核编译选项的含义口2.学会根据不同的硬件配置裁减定制内核;口3.理解内核编译过程中每一步的功能,并编译 Linux2.630内核。需要去重新编译 Linux内核口增加操作系统对新的硬件设备的支持口增加内核新的功能口对内核代码或内核配置进行优化时Prompt for development and/or incomplete code/drivers口显示处于开发调试中或尚未完善的代码或驱口选中:如果是测试人员或者开发者;口不选:其他情况Local version append to kerne release口追加本地版本号口使用命令“uname-a”进行查看。POSIX Message Queues口 POSIX消息队列的支持,这是 POSIX进程间通信的一部分BSD Process Accounting口将进程的统计信息写入文件口信息通常包括建立时间、所有者、命令名称、内存使用、控制终端等,这个选项一般是选择的。Enable loadable module support口使能可加载模块支持口如果使能此选项则可以通过"makemodules_insta"把内核模块安装在/lib/modules/中Kernel support for ELF binaries口内核对ELF文件格式的支持口ELF是开放平台下最常用的二进制文件格式支持动态连接,支持不同的硬件平台Kernel support for a out and ECOFF binaries口早期UNIX系统的可执行文件格式,目前已经被ELF格式取代Unix domain sockets口本机高效率的 Socket口仅能运行在本机上的高效率的 Socket,简称 Unix socket。口很多进程使用为这种机制在操作系统内部进行进程间通信,例如 X Window和 syslog等TCP/IP networking口TcP/IP网络协议的支持

    标签: linux

    上传时间: 2022-03-29

    上传用户:kingwide

  • linux内核编程指南

    因此,您想编写一个内核模块。您知道C,您已经编写了一些可以作为进程运行的常规程序,现在您想知道真正的动作在哪里,一个通配指针可以擦掉文件系统,核心转储意味着重新启动。内核模块到底是什么?模块是可以根据需要加载和卸载的代码段。它们扩展了内核的功能,而无需重新引导系统。例如。模块驱动程序的一种类型是设备驱动程序,它允许内核访问没有模块的系统硬件,我们将不得不构建单片内核并将新功能直接添加到内核映像中,除了具有更大的内核之外,这还具有缺点每次我们想要新功能时都要求我们重建并重新启动内核的过程So, you want to write a kernel module. You know C, you, ve written a few normal programs to run as processes, and now you want to get to where the real action is, to where a single wild pointer can wipe out your file system and a core dump means a reboot.What exactly is a kernel module? Modules are pieces of code that can be loaded and unloaded into th upon demand. They extend the functionality of the kernel without the need to reboot the system. For example.one type of module is the device driver, which allows the kernel to access hardware connected to the syste without modules, we would have to build monolithic kernels and add new functionality directly into the em ernel image, Besides having larger kernels

    标签: linux

    上传时间: 2022-03-30

    上传用户:

  • Linux内核移植和yaffs2根文件系统制作

    第一章移植内核1.Linux内核基础知识在动手进行 Linux内核移植之前,非常有必要对 Linux内核进行一定的了解下面从 Linux内核的版本和分类说起1.L.I Linux版本Linux内核的版本号可以从源代码的顶层目录下的 Makefile中看到,比如2.6.29.1内核的 Makefile中:其中的 VERSION和 PATCHLEVELI组成主版本号,比如24、2.526等,稳定版本的德主版本号用偶数表示(比如26的内核),开发中的版本号用奇数表示(比如25),它是下一个稳定版本内核的前身。SUBLEVEL称为次版本号,它不分奇偶,顺序递增,每隔1-2个月发布一个稳定版本1 EXTRAVERSION称为扩展版本号,它不分奇偶,顺序递增,每周发布几次扩展本版号。1,1,2什么是标准内核按照资料上的习惯说法,标准内核(或称基础内核)就是指主要在htp/www.kernelorg/维护和获取的内核,实际上它也有平台属性的。这些linux内核并不总是适用于所有imux支持的体系结构。实际上,这些内核版本很多时候并不是为一些流行的嵌入式 linux系统开发的,也很少运行于这些嵌入式inux系统上,这个站点上的内核首先确保的是在 InteIX86体系结构上可以正常运行,它是基于X86处理器的内核,如对inux-24l8ab2的配置 make menuconfig时就可以看到,Processor type and features->中只有386、486、586/K5/5x86/6x866x86MX、Pentium-Classic、Pentium-MMX、Pentium-Pro/Celeron/Pentium-ll,Pentium-Ill/Celeron(Coppermine),Pentium-4K6K6-/k6-Ⅲl、Athlon/Duron/K7、Elan,Crusoe,Winchip-C6·winchip-2

    标签: linux

    上传时间: 2022-04-01

    上传用户:

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

    VIP专区-嵌入式/单片机编程源码精选合集系列(92)资源包含以下内容:1. 这里是:"EDA技术基础_第5章".谢谢大家的支持!.2. 这里接下来是:"EDA技术基础_第6章.PPT".希望大家支持!.3. Protel99电子元件封装.4. bios源码.5. 一本关于我国嵌入式考试的很好的参考资料,值得下载.6. tms2812的原理图.7. smartarm2200开发板上做的一个程序.8. wsd:tiger studio ,1_2 .protel 99 se多层电路板设计配套光盘资料.9. wsd:tiger studio ,1_3 .protel 99 se多层电路板设计配套光盘资料.10. wsd:tiger studio 1_4 ,which is verygood and useful.protel 99 se多层电路板设计配套光盘资料.11. wsd:tiger studio 1_5 ,which is very good and useful.protel 99 se多层电路板设计配套光盘资料.12. wsd:tiger studio 1_6,which is very good and useful.protel 99 se多层电路板设计配套光盘资料.13. wsd:tiger studio 1_7,which is very good and useful.protel 99 se多层电路板设计配套光盘资料.14. wsd:tiger studio 1_7 ,which is very good and useful.protel 99 se多层电路板设计配套光盘资料.15. wsd:tiger studio 1_9,which is very good and useful.protel 99 se多层电路板设计配套光盘资料.16. 步进伺服电机运动控制,k880伺服电机运动控制vb测试程序.17. ucosii下的arm9LCD程序.18. 用 Atmega8 实现D触发锁存器的功能.19. 学习ARM嵌入式及相关操作系统的介绍,是清华大学硕士教材.对嵌入式有更深一层的了解.20. ThreadX Datasheet Version 4.0.21. CH375 是南京沁恒公司开发的一个USB总线的通用接口芯片.22. ML Estimation of 2 PFM signals using EM and AM.23. i2c 在linux下的驱动设计.24. 这些程序是在ccs调试通过的.25. 该文件在ccs编译器下调试通过的2812 DSP pwm实验程序。.26. 该文件在ccs编译器下调试通过的2812 DSP EV事件管理实验程序。.27. 该文件在ccs编译器下调试通过的2812 DSP mcsbp实验程序。.28. 该文件在ccs编译器下调试通过的2812 DSP 外EXRAM实验程序。.29. the ndis driver ,you must install the inf file.30. 仅供参考的protel电路图.31. ERTFS是一个优秀的文件系统.32. 此源码为vb写的底屋开发。通过bios取得相关信息。希望有所收获.33. zigbee的协议标准.34. 达盛科技公司S3C2410基础实验源码.35. MD204LV4文本显示器电路原理图,已广泛用于工业设备上..36. 这是一个关于基于CPLD的多路SPWM控制器的研制的论文.37. Altera FPGA与CPLD的外部处理器连接方式及编程。.38. 北京航空航天大学2006年嵌入式系统课件及试验.适合嵌入式初级学者!.39. altera 的i2c ip核.40. altera 的vga ip核.

    标签:

    上传时间: 2013-04-15

    上传用户:eeworm

  • 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