搜索资源列表
Ligsms
- 一个功能非常完善、操作简便、界面更是经典的多功能短消息发送软件。启光短信通是一个以发送短信为主,真正做到从用户实用角度为出发点,并以让用户的操作更为简便来安排整个软件的结构,以最亮丽的窗口风格来设计软件界面,使用过后让你爱不释手: 本软件还有以下诸多特点: ★ 建于国家高能计算中心,拥有超级服务器硬件支持和中国网通宽带高速网关,发送每条短信不超过10秒。 ★ 配备了短信群发功能,并能准备地告诉你每条短信的发送结果。 ★ 智能分割超长短信功能,让你一次能发送500字
main87986879
- 参加05年全国_大学生_电子设计_大赛的程序 AVR ICC基于AVR单片机!-participated in 05 college students nationwide _ _ _ Electronic Design Competition ICC procedures AVR-based AVR Tablets!
diandongjiqudong
- 直流电动机驱动器设计开发环境为ICC,可以编译成汇编,直接下栽到嵌入式avr单片机进行控制-DC motor drive design and development environment for the ICC, can compile a compendium, Embedded directly to the downward avr microprocessor control
kaipiaogaizhang
- 开票盖章系统设计开发环境为ICC,可以编译成汇编,直接下栽到嵌入式avr单片机进行控制-drawer sealing systems design and development environment for the ICC, can compile a compendium, Embedded directly to the downward avr microprocessor control
xujijiqiren
- 寻迹机器人设计开发环境为ICC,可以编译成汇编,直接下栽到嵌入式avr单片机进行控制-tracing robot design and development environment for the ICC, can compile a compendium, Embedded directly to the downward avr microprocessor control
guazhong
- 万年历挂钟智能系统设计开发环境为ICC,可以编译成汇编,直接下栽到嵌入式avr单片机进行控制-calendar wall clock intelligent system design and development environment for the ICC, can compile a compendium, Embedded directly to the downward avr microprocessor control
manmachineinterface
- man/machine/interface设计开发环境为ICC,可以编译成汇编,直接下栽到嵌入式avr单片机进行控制-man / machine / interface design and development environment for the ICC, compile a compendium, crashed directly to the embedded microprocessor control avr
18b20
- 测试18b20的程序,是用ICC开发的程序。未作上位机设计,但可以测试单个18b20的温度。
speedandlevelmeasure
- 通过设计转速测量系统,熟悉AVR单片机的使用和利用ICC软件编程,设计出一种具有一定实用价值的转速测量系统,并用于行程测量和超速报警等仪器。-Speed through the design of measurement systems, familiar with the use of AVR microcontroller programming software and the use of ICC, the design of a certain practical value of t
M64-PS2
- 基于PS2键盘程序设计 功 能:PS@键盘 时钟频率:无要求 设 计:改自微雪 修改日期:2007年08月01日 编译环境:ICC-AVR6.31 实验环境:M64学习板 使用端口:SCK:PD3 SDK:PD4-PS2 keyboard-based program design features: PS @ keyboard clock frequency: No request Design: adapted from Wei
ATmega8yuanliyuyingyong
- 第一章 ATmega8单片机简介 第二章 ATmega8硬件结构 第三章 ATmega8指令系统 第四章 ATmega8开发工具 第五章ATmega8应用设计-Chapter I Introduction Chapter II ATmega8 microcontroller ATmega8 hardware structure of Chapter III of the ATmega8 instruction ATmega8 Development Tools Chapter IV Chapte
broadband_dc_amplifier
- 本程序为2009年电子设计大赛C题《宽带直流放大器》我写的程序,我们组获得了全国一等奖。 程序由ICC编译,采用AVRMega128单片机,涉及到完整的定时器、中断、JCM12864液晶、ZLG7289键盘管理、DAC5615数模转换等的驱动,有兴趣的可供参考。-This procedure for the 2009 Electronic Design Contest C title " broadband dc amplifier" I wrote the program
MainSimSoftCom
- 本程序是一个AVR单片机通信小程序(其他单片机只要修改一下初始化即可),解压后用ICC软件打开项目即可编译,用到了RS232和RS485两种通信方式,两个串口,RS485走的9位数据位。很小的一个系统程序,只有三个C文件和一个H头文件。很适合在校学生和刚开始接触实际设计的新人。-This program is a small communication program AVR microcontroller (other microcontroller initialization as lon
AVR_IVC
- 编译环境:AVR ICC 功能:毕业设计,制作一个电压电流温度监控设备。MCU:m128,温度传感器:18B20,显示屏:128*64。-Build environment: AVR ICC functions: graduate design, produce a voltage and current temperature monitoring equipment. MCU: m128, temperature sensor: 18B20, screen: 128* 64.
avr
- 精心制作的六本AVR电子书,包括双龙詹卫前ICC例程(ATmega8515)、莫锦攀实验程序(ATmega16)、AVR单片机应用系统开发典型实例程序、AVR单片机C语言程序设计实例精粹程序、AVR mega16学习板例程(萧联珠)、AVR单片机例程-微雪电子,也有许多源码,学习AVR单片机时很有用!-AVR elaborate six books, including the former ICC routine Ssangyong Zhan Wei (ATmega8515), Mok Kam
74HC595--SPI(ICC)
- 四位数码管显示设计(74HC595&SPI)(ICC)附带电路原理图 -Four LED display design (74HC595 & SPI) (ICC) with circuit diagram
watchdog(ICC)
- 1、观察喂狗与不喂狗的区别,使用PB口的LED指示灯做状态指示。 2、养看门狗的用意,在于用它监控系统:在程序本该运行的地方喂狗,如果程序卡死或跑 飞,将不会运行到那,那样狗没有被喂到,饿死了,控制器复位,得以重启从而进行控制。 3、本实验演示功能:养一只AVR内部看门狗,及时喂狗,狗不饿死,单片机不复位;不及时 喂狗,狗饿死了,单片机就复位。 4、本实验的程序设计较为简单,旨在给出养狗、喂狗,不让狗饿死的简单示例。 实际应用时考虑情况较多,要注意什么时候喂狗,放狗
004liu
- 基于icc avr atmega16 流水灯程序设计-Icc avr atmega16 light water-based programming
005shu
- 基于icc avr atmega16 数码管程序设计-Icc avr atmega16 digital tube-based programming
93317442ICC_scripts_official_flow
- 基于icc数字后端设计,分享给大家,谢谢大家,了(ICC scr ipting Reference)