搜索资源列表
gspca_core
- linux下的usb摄像头驱动程序,可以在arm上运行-usb camera driver
TQ2440-640-480-linux-ov9650
- 在天嵌2440的开发板上能够用群创的7寸液晶800*480上显示640*480的OV9650摄像头图像的驱动和程序,注意,其他开发板不一定能用,下载之后,直接insmod ov9650-640.ko,然后运行camera_test640就可以了,附带代码。-the application program and device drive for ov9650 CMOS camera. the code is using for TQ2440 develepment board only.
Linux
- 这个是关于linux的按键驱动,资料真的很不错,我都运行通过的,有需要的可以联系我。我还有一些驱动-This is a key driver on linux , the data is really good, I run through , you can contact me . I still have some drive
Grub4Dos_0.45C_SRC
- GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are missing from
Grub4Dos_0.46A_SRC
- GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。这是目前最新版本的源码。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are
usbmouse
- USB鼠标驱动程序开发,linux环境下的嵌入式驱动程序开发,可以运行,C语言,源代码。-USB mouse driver development, driver development embedded linux environment, you can run the C language source code.
zlog-latest-stable.tar
- zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
kexec-loader-2.3.tar
- kexec使用Unix系统调用exec()的覆盖哲理,它产生一个新的内核覆盖正在运行的内核。这个过程不用启动机器上的固件(firmware),所以可以节省一些重启时间。-kexec using the Unix system call exec () covering philosophy, it produces a new kernel covering the running kernel. This process do not have to start the firmware (f
nic_50xx
- 这是octen的50xx系列的驱动程序,编译可以通过,且运行良好。可以将其作为50xx系列的驱动模板哦。-Which is octen the 50xx series driver, compiled by well run. As 50xx series driver template Oh.
dev
- linux下的设备驱动模拟程序,新增了一个字符设备驱动,并可以调用该设备,观察模拟的运行效果,了解linux驱动的运行机制!-linux device driver under the simulation program, a new character device driver, and you can call the device to observe the simulation run effects to understand the mechanism of running l
Interrupt
- 基于Linux的中断驱动编程,是在三星S3C2410板子可以运行的-Linux-based interrupt-driven programming in Samsung S3C2410 board can run
libnfc-1.7.0-rc7.tar
- NFC库,支持MIFARE 的读写。看步骤可以编译到linux下运行-NFC library that supports MIFARE read and write. See steps can be compiled to run under linux
baoluopufenxi
- 可以很好地分析信号的包络谱,效果非常的明显,并且已经在matlab上成功运行-Is a good way to analysis the spectral envelope of signal, effect is very obvious, and it has been successfully run in matlab
2
- 操作系统实验,实现线程切换功能,在linux系统下,实现一个可以运行在无操作系统虚拟机上的线程切换工程-Experimental operating system, to achieve thread switching functions in linux system, to achieve an operating system can run on a virtual machine without thread switching on engineering
04key
- 基于S3C6410裸板的按键驱动及测试程序,可以正常运行,已通过验证。-Based on S3C6410 bare board key driver and testing procedures, can be normal operation, has been verified.
MPEG2Lib
- MPEG2解码的库,该源码直接解压出来在linux下编译即可运行。里面含有demo,跟着demo学习很快就可以上手-MPEG2 decoder library, the source code can be directly extracted out compile under linux to run. Which contains demo, follow the demo to learn can get started quickly
ARM
- 基于ARM开发板做的电子字典,可以运行,不需要修改-ARM-based development board to do electronic dictionaries, you can run, without modification
dnw_usb
- 自己编写的dnw_usb驱动 ,可以在Linux平台下运行,可以运行,自己编译过了-I have written dnw usb drive can run on Linux platform, for reference, assured operation, code has compiled ;
word2vec-2014-10-29.tar
- 一个在linux下编译运行的聚类源码,可以实现词库的聚类-In a compiler to run under linux cluster source can be achieved clustering thesaurus
kernel_timer
- linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配