Location:
Search - linux test
Search list
Description: 毕业设计,md5在linux下的性能测试,加了linux下的时间测试函数!当然也可以加密解密!-graduation design, md5 linux in the performance tests, the increase of time under linux test function! Of course, we can decrypt encrypted!
Platform: |
Size: 8928 |
Author: linchun |
Hits:
Description: GCC下microC/OS-II 开发平台,内含microC/OS-II 完整源代码和邵贝贝版的四个应用程序book.c(有makefile)和相关的pdf(在解压后的Linux-test文件夹下),适合初学者学习。里面的代码均经过Linux下运行通过。
Platform: |
Size: 612361 |
Author: 王海鹏 |
Hits:
Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下:
linuxdriver_code_tool
|-- 03
| `-- 2.6内核升级工具
| |-- device-mapper-1.00.19-2.i386.rpm
| |-- lvm2-2.00.25-1.01.i386.rpm
| |-- mkinitrd-4.2.0.3.tar.tar
| |-- module-init-tools-3.2.2.tar.bz2
| `-- modutils-2.4.5-1.src.rpm
|-- 04
| |-- 内核模块参数范例
| | `-- book.c
| |-- 内核模块导出符号
| | `-- export_symb.c
| `-- 最简单的内核模块
| `-- hello.c
|-- 05
| `-- udev源代码
| `-- udev-114.tar.gz
|-- 06
| |-- globalmem驱动
| | `-- globalmem.c
| `-- 包含2个globalmem设备的驱动
| `-- globalmem_two.c
|-- 07
| `-- 含并发控制的globalmem驱动
| `-- globalmem_lock.c
|-- 08
| |-- globalfifo驱动
| | `-- globalfifo.c
| `-- poll应用程序范例
| `-- pollmonitor.c
|-- 09
| |-- 异步通知应用程序范例
| | `-- asyncmonitor.c
| `-- 支持异步通知的globalfifo
| `-- globalfifo_async.c
|-- 10
| |-- S3C2410实时钟驱动
| | `-- s3c2410-rtc.c
| `-- 秒设备驱动与应用程序
| |-- second.c
| `-- second_test.c
|-- 11
| |-- DMA范例
| | |-- 3c505.c
| | |-- 3c505.h
| | `-- dma.h
| `-- 静态映射范例
| `-- mach-smdk2440.c
|-- 12
| |-- NVRAM驱动
| | `-- generic_nvram.c
| |-- 触摸屏驱动
| | |-- 作为input设备
| | | |-- s3c2410_ts.c
| | | `-- s3c2410_ts.h
| | `-- 作为普通字符设备
| | `-- s3c2410-ts.c
| |-- 看门狗驱动
| | `-- s3c2410_wdt.c
| `-- 平台设备
| `-- devs.c
|-- 13
| |-- IDE驱动
| | |-- ide-disk.c
| | `-- ide-h8300.c
| `-- RAMDISK驱动
| `-- rd.c
|-- 14
| |-- S3C2410串口驱动
| | |-- regs-gpio.h
| | |-- regs-serial.h
| | `-- s3c2410.c
| `-- 串口核心层
| |-- serial_core.c
| `-- serial_core.h
|-- 15
| |-- S3C2410 I2C主机驱动
| | |-- i2c-s3c2410.c
| | |-- iic.h
| | |-- regs-gpio.h
| | `-- regs-iic.h
| `-- SAA711x I2C设备驱动
| `-- saa711x.c
|-- 16
| `-- CS8900以太网设备驱动
| |-- cs89x0.c
| `-- cs89x0.h
|-- 17
| |-- ALSA工具及库
| | |-- alsa-driver-1.0.15.tar.bz2
| | |-- alsa-firmware-1.0.15.tar.bz2
| | |-- alsa-lib-1.0.15.tar.bz2
| | |-- alsa-oss-1.0.15.tar.bz2
| | |-- alsa-tools-1.0.15.tar.bz2
| | |-- alsa-utils-1.0.13.tar.bz2
| | `-- pyalsa-1.0.15.tar.bz2
| |-- ALSA驱动范例
| | |-- sa11xx-uda1341.c
| | `-- uda1341.h
| |-- ALSA应用程序范例
| | |-- pcm.c
| | `-- pcm_min.c
| |-- OSS驱动范例
| | `-- s3c2410-uda1341.c
| `-- OSS应用程序范例
| |-- mixer.c
| `-- sound.c
|-- 18
| |-- FRAMEBUFFER应用程序范例
| | `-- fb_display
| | |-- fb_display.c
| | |-- fb_display.h
| | |-- Makefile
| | |-- README
| | `-- test.c
| `-- S3C2410 LCD驱动
| |-- s3c2410fb.c
| `-- s3c2410fb.h
|-- 19
| |-- busybox源代码
| | `-- busybox-1.2.1.tar.bz2
| |-- MTD工具
| | `-- mtd-utils-1.0.0.tar.gz
| |-- nand驱动范例
| | `-- s3c2410.c
| |-- nor驱动范例
| | `-- s3c2410nor.c
| `-- yaffs&yaffs2源代码
| |-- yaffs.tar.gz
| `-- yaffs2.tar.gz
|-- 20
| |-- USB串口驱动
| | |-- usb-serial.c
| | `-- usb-serial.h
| |-- USB工具
| | `-- usbview-1.0.tar.tar
| |-- USB骨架程序
| | `-- usb-skeleton.c
| |-- USB键盘驱动
| | |-- input.h
| | |-- usb_input.h
| | `-- usbkbd.c
| `-- usb主机控制器驱动范例
| |-- ohci-s3c2410.c
| `-- usb-control.h
|-- 21
| |-- PCI骨架程序
| | `-- pci-skeleton.c
| `-- PCI驱动范例
| `-- i810_audio.c
`-- 22
|-- 范例代码
| |-- oops范例
| | |-- oops_example.asm
| | `-- oops_example.c
| `-- proc范例
| `-- sim_proc.c
`-- 内核调试工具
|-- ddd-3.3.11.tar.gz
|-- gdbmod-2.4.bz2
|-- kdb-v4.4-2.6.15-rc5-common-1.bz2
|-- kdb-v4.4-2.6.15-rc5-common-2.bz2
|-- kdb-v4.4-2.6.15-rc5-i386-1.bz2
`-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: |
Size: 25078324 |
Author: zxx000 |
Hits:
Description: linux下测试usb端口-usb ports under test
Platform: |
Size: 32768 |
Author: wm |
Hits:
Description: 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的-the linux source code is very comprehensive ~ ~ basic integrity of the use of a translation of c ~ due to the time I did not personally test to be used to do it even if reference is very good
Platform: |
Size: 36849664 |
Author: 苏晟晖 |
Hits:
Description: 嵌入式串口实例,有部分测试程序,功能:每隔2秒发送“1234567890”,并打印内容。接受也是每2秒一次,并打印内容,出错时打印出错信息-example, some of the test procedures, functions : every two seconds to send "1234567890", and print content. Each also received a two seconds, and Print, Print error error message
Platform: |
Size: 3072 |
Author: 陈明 |
Hits:
Description: Linux网络测试程序,有详细注释。(Linux进程间通信)-Linux network test order, has the detailed annotation. (The
Linux advancement corresponds)
Platform: |
Size: 46080 |
Author: 刘超 |
Hits:
Description: VC编写的USB QuickCam驱动程序,实现四种视频格式在linux下的编码,信号来自摄像源 -VC prepared by the QuickCam USB drivers, four video formats to achieve in the Linux code, the signal from the camera source
Platform: |
Size: 70656 |
Author: demax |
Hits:
Description: 毕业设计,md5在linux下的性能测试,加了linux下的时间测试函数!当然也可以加密解密!-graduation design, md5 linux in the performance tests, the increase of time under linux test function! Of course, we can decrypt encrypted!
Platform: |
Size: 8192 |
Author: linchun |
Hits:
Description: 广州友善之臂SBC-2410X所使用的测试程序包,含源代码.linux 的led 按键等驱动-Guangzhou friendliness arm SBC-2410X used in the test procedure kits, with the source code. linux led the drive button, etc.
Platform: |
Size: 176128 |
Author: 吕春秋 |
Hits:
Description: 一个基于Linux平台的CTI测试程序。
需要连接到Alcatel的CTI服务器程序。可以控制Alcatel交换机的分机。-a Linux-based platform for the CTI test procedures. Alcatel need to connect to the CTI server. Alcatel switches can control the extensions.
Platform: |
Size: 3072 |
Author: yi qizhi |
Hits:
Description: linux平台下2410 USB测试代码-2410 USB under linux platform test code
Platform: |
Size: 58368 |
Author: paul |
Hits:
Description: linux多串口应用实例,linux下测试已经通过!-multi-serial port linux application, linux test has been passed!
Platform: |
Size: 11264 |
Author: jie |
Hits:
Description: 这是一个用于测试gpio 功能的小程序
这是一个用于测试gpio 功能的小程序-This is a GPIO function for testing a small program used to test this is a small program GPIO function
Platform: |
Size: 10240 |
Author: 阿加方 |
Hits:
Description: GCC下microC/OS-II 开发平台,内含microC/OS-II 完整源代码和邵贝贝版的四个应用程序book.c(有makefile)和相关的pdf(在解压后的Linux-test文件夹下),适合初学者学习。里面的代码均经过Linux下运行通过。-GCC under microC/OS-II development platform, including microC/OS-II complete source code and Shao Beibei version of the four applications book.c (Have makefile) and the associated pdf (in the extract after the Linux-test folder), suitable for beginners to learn. Inside the code have been run under Linux through.
Platform: |
Size: 612352 |
Author: |
Hits:
Description: Linux下触摸屏驱动及测试用的应用程序-Under the Linux touch screen drivers and test applications
Platform: |
Size: 9216 |
Author: chenwenxin2008 |
Hits:
Description: linux SD 程序 -procedure linux SD
Platform: |
Size: 657408 |
Author: jerrylee |
Hits:
Description: 平时积累的linux 测试代码集合, DNS, upgarde-linux test dns, upgrage...
Platform: |
Size: 13312 |
Author: 王艳辉 |
Hits:
Description: linux下gprsmodem短消息测试代码,支持发送接收短消息。-linux test code under gprsmodem short message in support of sending and receiving text messages.
Platform: |
Size: 7168 |
Author: jiangyong |
Hits:
Description: LINUX下进程间通过内存交换传递数据。-LINUX under the exchange of data between processes by memory.
Platform: |
Size: 1024 |
Author: 阿汤 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»