搜索资源列表
ht1621 in AVR
- 液晶显示控制芯片ht1621的c程序,使用于Atmel公司的AVR芯片上面,用WinAVR进行编译通过-LCD controller chip ht1621 c procedures for use in Atmel's AVR chips used compiled by WinAVR
In-system Programming with C51 MCU and External Fl
- In-system Programming with C51 MCU and External Flash
fall-in-love-with-MCU
- 杜洋的书《爱上单片机》赠送的光盘,里面有很多新奇有趣的单片机程序-Du Yang' s book, " fell in love with single chip," presented the CD-ROM, there are many new and interesting SCM process
smdk6410_users_manual_rev1.0
- 三星S3C6410开发板用户手册 2008年7月24 版本1.0 SMDK6410 Rev0.2的详细说明,包含板的完整电路图-Samsung S3C6410 development board user manual in July 2008 24 version 1.0SMDK6410 Rev0.2 detailed descr iption, including a complete circuit board
Changes.in.procedures.to.the.electrical.control.pa
- 电机控制板程序修改.机电一体化的实际应用。可操作性强-Changes in procedures to the electrical control panel
TheapplicationofSMSinthedesignofportableembeddedmu
- 介绍一种具有短信息无线通讯功能的低功耗嵌入式多参数监护仪,基于ARM7核的32位低功耗微处理器作为系统控制核心,采用源码公开的嵌入式操作系统IxC/OS—II,通过低功耗的16位单片机MSP430完成数据采集,可实现心电、血氧、血压、体温信号的实时监测。系统采用西门子MC35i无线传输模块,实现生理参数以SMS方式无线传输,具有轻便节能、安全稳定等优点-Introduce a short message wireless communication function of low-power e
dds
- 关于FPGA中DDS核参数设置的资料,英文版的XILINX资料-DDS on the FPGA in the data set of nuclear parameters, the English version of XILINX information
read-battery-info-via-EC-SMBUS
- 通过EC的SMBUS接口读取电池信息,如电流、电压、温度等-read battery information via SMBUS in EC interface
CPU_Schedu
- CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to
car
- 通过对其他国家对超载问题的治理措施及研究现状的深入分析,详细地分析了超载超限对我国道路运输的影响。为了有效的控制超载现象,必须从根本上解决该问题,在这样的技术手段的背景下。本文提出了把车辆载重信号转化为电信号输出到超载控制器,再由超载控制器判断是否超载,进而向超载限定执行机构发出相应的指令,并通过CAN总线和车辆中的其他智能设备如发动机控制单元ECU进行数据通信,确定出最佳方案控制车辆工况,并通过蓝牙技术无线发送车主信息到车辆管理所,对有交管部门超载车主进行处罚,达到威慑目的。本方案的可实行性比
LEACH
- 此压缩包包括无线传感器网络的leach协议在ns2仿真工具中的源代码和说明文件。leach协议是研究无线传感器网络的入门协议,很多新的协议都是在它的基础上改进的!-This package includes a wireless sensor network protocol leach the ns2 simulation tool in the source code and documentation. leach protocol wireless sensor networks is
Design-of-GSM-in-Home-safe
- 介绍了一种家居安防系统的硬件电路。采用门磁、热释红外、主动红外、振动、可燃性气 体、烟雾等传感器及新型的安防集成电路, 由高性能收发组件完成外围信号的采集和传送。采用高性价比 的PIC单片机作为主控器件,工作稳定可靠。-Design of the Aptitude Safe--System Circuit in Home--Living Circumstance
ISD4004yingyong
- ISD1420语音芯片在单片机测量系统中的的应用及其原理-ISD1420 voice chip in the single-chip measurement system and its application in principle
signal
- verilog写的串口控制信号发生器,能通过用串口控制产生正弦波方波等信号-written in verilog serial control signal generator, can be generated using serial control, such as sine wave square wave signals
I2C_init
- 在通迅程序中,基本上所有的人最开始接触的通迅协议就是I2C或者串口,但是一个合格的电子软件工程师,必须熟悉I2C的标准流程和标准程序包,而不是仅仅是移值.看了这套源码,你可以学习周立功公司的I2C程序标准.-In the communication process, essentially all of the people in contact with most of the communication protocol is I2C or serial port, but a qualif
51rs232io
- 单片机对rs232串口读写,接收传来的ascii码,并且将码解析成可以显示的bcd码,根据命令发送存储器或接口的代码,转换成ascii码送出rs232串口。-Rs232 serial port to read and write single-chip, to receive from the ascii code, and code analysis into bcd code that can be displayed, in accordance with an order to send
xinbanben
- 基于MSP430单片机,我在2008年电子设计竞赛时编写的程序,验证过,程序没错,用workbench环境,基于LPCC算法,实现简单的语音识别。-MSP430-based microcontroller, and I in 2008 when the preparation of electronic design contest procedures, verified, the program is true, the workbench environment, LPCC-based a
alu_final
- This a program which performs addition,subtraction,multiplication and division of two 4 bit binary numbers..therefore it is called as 4 bit binary ALU..if u have any doubt,then mail me at prem_bombay@yahoo.co.in -This is a program which performs addi
tiqu_ziku
- 用于嵌入式系统的字库提取程序。解决字库太大,单片机系统装不下的问题(只选取自己需要的汉字)。 本程序是VC 6.0 下编译。 程序从Hzk16.dot中提取出需要的汉字的字库。写到test_font.dat文件中。这个test_font.dat文件可以用于单片机系统中。这个程序生成的小字库,已经用于我们的批量生产的设备上。字库是16X16点阵的。我用在128X64的LCD屏上。-The font used to extract the embedded systems program.
Sliding-Mode-Control-in-Engineering
- Document on Sliding mode control engineering. Contains all basic and advanced information that is required to gain knowledge in Sliding mode control for Simulink implementation.