资源列表
PlayRecordMusic
- 利用IIS在MagicARM2410实验箱上设计实现语音的播放、录制、保存(wav文件)及语音回放-Use IIS the MagicARM2410 experimental box design voice playback, recording, save (wav file) and voice playback
Touch-screen
- 实现触摸屏控制直流、步进电机的加速和减速、正反转;并在超级终端和液晶屏上同步显示转速-Touch screen control DC, stepper motor acceleration and deceleration, reversing speed and synchronized display in HyperTerminal and LCD screen
12864dededechengxu
- /*------------------------------------------ lcd12864液晶显示驱动实 ---------------------------------------------- ----------------------------------------------- RS:D/I=H,表示DB7~DB0为显示数据 D/I=L,表示DB7~DB0为显示指令数据 -----------------------------------
chengxu
- /*12864驱动程序 数据口接反,所以有一个数据口倒过来函数*/ #define LCD_SELF 1 #include <reg52.h> #include <intrins.h> #include "IoDefine.h" #include "lcd.h" #define L_PORT P0-/* 12864 driver data port is reversed, so there is a data port u
12864zhongjiyingyong
- /************************************************************************************** 程序名称:时间 温度控制系统(128*64LCD+ds1302+ds18b20) 主要功能:温度计 时钟 闹铃 密码锁 篮球器 计算器 温度控制 键盘锁 系统设置等。 主要说明:程序全部定义在一个C文件中。 作者: LiJH 时间: 2008.6.20 版本: LiJH-V1.0 /
SpringNet_Lesson4
- spring.net 入门教程,根据章节内容提供参考的代码源码-Spring' s Getting Started tutorial chapters provide reference code source
SpringNet_Lesson5
- spring.net 入门教程,根据章节内容提供参考的代码源码-Spring' s Getting Started tutorial chapters provide reference code source
SpringNet_Lesson6
- spring.net 入门教程,根据章节内容提供参考的代码源码-Spring' s Getting Started tutorial chapters provide reference code source
C-emis12
- C语言项目 简单的银行系统项目开发 为linux学习提供了基础-C language projects
gpiops_v1_01_a
- zedboard开发板gpio ps部分调试源码, 可以在linux下编译也可在xilinx的sdk中编译-zedboard development board gpio ps some debugging source code can be compiled under linux can also be compiled in a xilinx sdk
iicps_v1_02_a
- xilinx的硬核iic总线裸板调试源码, 可以在linux下编译也可在xilinx的sdk中编译-xilinx iic bus hardcore bare board debugging source code can be compiled under linux can also compile the xilinx sdk
leds.tar
- 嵌入式linux下的LED驱动程序示例。通过led演示了嵌入式linux的驱动程序设计规范和流程。-An led driver demo for embedded linux. It shows how to build a linux driver by a simple led program.