搜索资源列表
linux
- linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
mini2440_spi0
- 字符驱动-模拟SPI时序-实现SPI传输。-IIS device driver
sig_AIN
- 本程序为基于s3c2440的两路模拟信号检测电路的裸机驱动。程序检测出A/D转换后的模拟量并进行了电压换算。-This program is based the s3c2440 two-channel analog signal detection circuit of the bare metal drive. Procedures to detect the A/D converter analog voltage conversion.
linux
- 在linux实现模拟进程调度的模拟算法,在myeclipse下课运行-Analog simulation of the process scheduling algorithm class in myeclipse run in linux
shell
- 模拟Linux操作系统shell编程,完全实现其功能,很全面-shell programming
File-system
- Linux操作系统下的编程,模拟实现了Linux操作系统下的文件系统功能-Programming under the Linux operating system, the simulation under the Linux operating system, file system
spi_driver
- 9260 IO口模拟SPI驱动,适合xilinx FPGA固件的加载-9260 IO port analog SPI driver for Xilinx FPGA firmware loading
KMD-0.9.19
- linux下的MIPS模拟平台,包括gtk开发的图形界面-the under linux MIPS analog
FloppyWrite
- 自己写的linux 软盘镜像生成工具 生成模拟软盘 满足 bochs 使用-Write your own linux floppy disk image generation tool to generate analog floppy meet for bochs use
amlogic_i2c.tar
- Amlogic晶晨半导体 aml8726-m3 的I2C驱动。包含GPIO模拟方式和硬件方式。-. ├── aml_i2c.c ├── aml_i2c.h ├── aml_sw_i2c.c ├── aml_sw_i2c.h ├── i2c-apollo.c ├── i2c-apollo.h ├── Kconfig ├── Makefile └── README
Main
- 模拟spi读写dflash DATAFLASH的驱动-spi read and write dflash
spi_ads
- mini2440上linux环境下使用GPIO模拟SPI操作ADS8638的驱动代码-the GPIO analog SPI operation ADS8638 driver code mini2440 linux environment
Capture
- DM368中模拟前端基于V4L2驱动的视频捕捉代码-The Capture code of DM368
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
button
- linux系统下的button驱动模拟,类似按钮简单模拟驱动编写操作。-linux system ,button driver
EmbedSky_irq
- linux的ad驱动,spi通信,而且是模拟spi通信,每5毫秒采集一次,一共采集10秒钟,平台是s3c2440+linux3.6.9-linux driver of the ad, spi communication, and simulation spi communication, collected once every 5 milliseconds, 10 seconds total acquisition platform is s3c2440+ linux3.6.9
spi_gpio
- linux下,使用GPIO模拟SPI波形,以驱动的形式呈现-Using GPIO analog SPI communication in linux
vector
- 使用vector 模拟二维数组的复习,举例: 可以定义vector 的元素仍然是一个vector 比如, vector <vector <int> > 即表示一个二维int 数组,里层的vector <int> 表示第一维, 外层的vector 表示第二维:-Vector to simulate a two-dimensional array of review, for example: you can define the vector el
canbus
- CAN总线驱动。使用的can芯片是MCP2510 使用的是标准帧,模拟SPI时钟信号,能够实现数据的发送,接收。-CAN bus driver. USing MCP2510 chip, and the standard frame, the simulation SPI clock signal, can realize data to send, receive.
led_analog_traffic_light
- /** *本程序目的为控制LED灯模拟红绿灯 * 具体:Edkit-8试验箱中可以介入4个LED灯,但我们只用其中的3只 * 规定第1只表示红灯,每次亮20秒 * 规定第2只表示黄灯,每次亮5秒 * 规定第3只表示绿灯,每次亮20秒 *开始时红灯先亮,然后黄灯、绿灯依次亮。循环反复 *每次灯切换时会有3秒的闪烁时间 * * *gcc -o led_analog_traffic_light led_analog_traffic_light