搜索资源列表
H(linux)
- 海康H系列视频采集卡的sdk、驱动、开发包源码,大家一起学习啊-Haikang H Series Video Capture Card sdk, drivers, development kits source, we will study together ah
linux-2.6.11.tar
- h内核
madwifi-hal.rar
- 最新之atheros芯片driver source code, 基于linux操作系统,內含atheros芯片HAL全部代码,Atheros latest chipset driver source code, based on the linux operating system, contains all the code HAL
jpeg_drv.rar
- linux s3c6410 jpeg decoder driver,linux s3c6410 jpeg decoder driver
myirq
- 一个完整的linux按键驱动程序,内核版本2.6.18,在s3c2440arm处理器上测试通过。对于初学linux设备驱动的人很有好处。 -A complete linux key drivers, kernel version 2.6.18, s3c2440arm processors in the test. Linux device driver for the beginner a very good person.
File-integrity-testing-procedures
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
qt_draw_line
- Linux Qt 绘制动态曲线 display.h display.cpp screen.h screen.c-Linux Qt draw line display.h display.cpp screen.h screen.cpp
CAN-MCP2510
- linux下的can程序,包括驱动和上层应用程序,其中有doc文档对程序进行详细说明-can under linux procedures, including the driver and the upper applications, including doc document detailed descr iption of the procedures
FPGA_drive
- 嵌入式LINUX操作系统,S3C2440下的FPGA驱动-Embedded LINUX operating system, S3C2440 driving under the FPGA
framebuffer
- 帧缓冲#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <
viewfile
- 这是一个在unix/linux下显示文本文件的程序,它利用了curses.h库,可以为刚学curses编程者提供一个示例-This is a unix/linux display text files under the procedure, which uses the Treasury curses.h can just learn curses programming to provide an example
Pinyin_shuru
- 拼音出入法,在LINUX上可以运行,感觉还可以,包括*.c和*.h.-Pinyin access law, in LINUX can run, I feel also, including the*. c and*. h.
MyLinuxThread5-25[1].tar
- LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
Linux
- PHP不仅限于只产生HTML的输出,还可以创建及操作多种不同图像格式的图像文件,包括gif,png,jpg,wbmp等。更方便的是,PHP还可以直接将图像流输出到浏览器,但是要使这组函数能够工作,系统中必须有GD库的支持,即应该在编译PHP之前先取得GD的源码并编译之,生成libgd.a和一些.h等文件,分别拷到系统相应的目录中。由于配置过程比较复杂,不易成功,故本文在此给出Apache+PHP+GD详细的安装配置步骤。-...
df
- linux 中df命令的实现c语言源码,是在busybox-1.1.2中移植出来的,因此也发现了其中的一个BUG,即其中的一个strdup函数分配的空间没有释放,造成内存泄露,在这份代码中进行了修正并注释了。-df command realize
arm44b0_at24cx
- 这是在linux下,用arm-linux-elf编译的AT24CX读写程序,可以在44b0裸机上直接运行,为直接在linux下编译arm操作系统提供参考依据-This is under linux, using arm-linux-elf Compiler AT24CX the reading and writing process can be run directly on bare metal 44b0, directly under the linux operating syst
callback.h
- 用于linux实验的shell编写的调用部分-Linux experiment for the preparation of the shell part of the call
decoder
- H.264,在x86,linux,arm9,realview中都编译通过,功能没有问题,效率一般~-H.264, in x86, linux, arm9, realview both compile, works well ,while efficiency is just so so ~
Linux-serial
- Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */ #include <termios.h>
conio.h
- 可用于linux系统的conio.h文件