搜索资源列表
串口通信最终测试机
- 功能:1 实时绘制数据曲线2 保存接受数据到文件3 能在各种参数下,与单片机和pc机通过串口通讯4 能实时记录输入和输出数据sstcomc.c为单片机上使用的演示程序,在keil c51编译以后,在sst89c58测试通过-functions : a real-time rendering two data curves accept data preservation of documents in three parameters, and SCM and PCs through four
XBMC_mplayer_src
- 微软XBOX 上的XBMC_mplayer的源代码,使用标准 C编写,包含MP3解码,视频解码,TV out驱动,输入输出驱动等,对开发音视频都可以使一个很好的参考。-XBMC_mplayer of the source code, the use of standard C preparation, including MP3 decoder, video decoder, TV-out, such as input and output drivers for the development
avr-4
- AVR单片机入门及C语言高效设计实践(四) ATMEAG16L的I/O端口特点及使用 ATMEAG16L单片机有32个通用I/O口,分为PA、PB、PC和PD四组,每组都是8位。这些I/O口都可以通过各自的端口寄存器设置成输入和输出(即作为普通端口使用),有些I/O口还具有第二功能(我们在后面使用到这些第二功能时再介绍)。-AVR C language portal and efficient design practice (4) ATMEAG16L the I / O Ports cha
嵌入式系统构件源码
- 本光盘提供了 嵌入式系统一些通用模块源代码,比如 键盘扫描器,显示器接口,计量器和输入输出,大部分代码是用可移植的C语所写。-the CD provided some common embedded system module source code, for example, the keyboard scanner, display interface, metering and input and output, with most of the code is portable C la
数据结构c描述习题集答案
- 减1计数器 一、设计要求 用Verilog HDL语言设计一个计数器。 要求计数器具有异步置位/复位功能,可以进行自增和自减计数,其计数周期为2^N(N为二进制位数)。 二、设计原理 输入/输出说明: d:异步置数数据输入; q:当前计数器数据输出; clock:时钟脉冲; count_en:计数器计数使能控制(1:计数/0:停止计数); updown:计数器进行自加/自减运算控制(1:自加/0:自减); load_d-a counter a reduction, design requirem
lm35.rar
- 通过单片机控制,lm35输出的模拟信号将tlc2543转化后输入单片机进行控制,测温精度高,范围0-150度,Through the single-chip control, lm35 output analog signal will be transformed tlc2543 control input single-chip, high precision temperature measurement, the scope of 0-150 degrees
AD7705(C51)
- 1,初始化: 如果AD7705复位引脚直连VCC,最好在初始化程序中加入初始化序列,不然ready信号不会输出。 2,输入范围 如果AD7705采集单端信号,则输入必须在0到VDD之间,而不可以超出或为负,如果一个输入为负,则另一个输入会有灌入电流的现象,芯片无法正常运行。-AD7705 is a complete 16-bit A ö D converter. Within Structure in Figure 1. If the external crysta
modbus-51-src
- 汇编,C 源码 用STC89C58单片机做的数据采集和控制,12位AD转换使用TLC2543,通讯协议采用MODBUS(RTU),通过拨码开关改变从机地址,支持模拟量或数字量的读写。(4路模拟量输入、6路开关量输出(继电器输出)、8路开关量输入)开发环境:KEIK 7.06 (2006-7-5,C-C++,61KB,17次) -Microcontroller to do with STC89C58 data acquisition and control, use 12-bit AD
miller
- 整个系统分为两个模块:检测模块和解码模块。检测模块主要完成从输入串行序列判断出A,B或C信号,并分别输出脉冲标志脉冲串Signal_A,Signal_B和Signal_C;同时,当检测到任一信号时,BIT_EN_temp输出一个高脉冲。解码模块根据检测模块输出的三个标志脉冲进行0/1解码,输出最终的密勒解码数据DOUT;同时,输出DATA_EN和BIT_EN两个标志信号。-The whole system is divided into two modules: detection module
bulkloop
- 用Cypress单片机FX2实现数据采集的固件程序,使用了端点0作为输出,端点2做输入,进行数据的处理。-With Cypress Singlechip FX2 firmware to achieve data acquisition procedures, the use of endpoint 0 as output, so the endpoint 2 input, for data processing.
PID
- PID算法典型的C语言框架,简单明了。没有包含输入输出处理部分。-Typical PID algorithm C language framework is simple. Does not contain part of the input and output handling
Video_Input_Output(C)
- ADI Blackfin BF561的应用Demo,关于视频的输入输出,双核,一个核编码,另一个核解码。-ADI Blackfin BF561 Application Demo, on the video input and output, dual-core, a nuclear-encoded, the other nuclear decoding.
ResPackage
- 在嵌入式开发中,经常都会需要多语言支持,多种语言的字符串的管理往往是件老火的事情。本人写此程序就是用管理语言字符串。支持字符串添加修改删除功能,批量输入输出,输出为C语言格式的文件等。-In the embedded development, they will often need more language support, multilingual string management is often pieces of the old fire thing. I wrote this p
51
- 51单片机 C语言常骼模块与综合系统设计的程序源代码。内含代码与电路原理图。内容包括键判输入与数码显示,液晶显示,打印机输出,还有多功能显示屏应用系统设计,汽车行驶状态记录仪系统等内容。-C-51 single chip modules and integrated systems often skeleton design source code. Containing the code and circuit schematics. Including key sub-input and d
8255dirve
- 库文件名称:driver8155.h 功能描述:驱动8155,不需要了解8255的工作原理,透明操作8255的三个输入输出口PA、PB、PC 读A口只需要调用rd_PA,写则需要调用wr_PA B、C操作也一样 全局变量: IO_flags,在其它程序中不能对其改写 特殊说明: 无-Library file name: driver8155.h Features: Driver 8155, 8255 do not need to understand the working p
3-input_majority_detector
- 这是一个3输入多数探测器.它有3个输入(A,乙,丙)和1个输出(Y)-This is a 3 input majority detector.It have 3 input(a,b,c) and 1 output(y)
fft
- fft程序,最初在单片机c8051f020上实现,“fft.c”是核心程序,很短,程序中x_real[N]是输入序列,输出保存在x_real[N]和x_imag[N]中-fft program, initially implemented on the MCU c8051f020, " fft.c" is the core program, very short, the program x_real [N] is the input sequence, the output
Keil.UV4].Keil.C51.V9.01
- 单片机开发很好用的工具,能实现在线仿真,很好的调试程序,实现模拟串口输入输出-Good use of microcontroller development tools, to achieve online simulation, a good debugger, the serial input and output analog
AD-or-PWM-input--PWM-output
- 2路AD兼容PWM输入,PWM输出程序(内置)(20120612)用C语言,STC单片机,含原理图,是灯具上调光测试过的-2 Road AD compatible PWM input, PWM output program (built-in), including principle
GUTTA Ladder To C
- 简单的PLC代码,可以了解一下PLC底层是怎么扫描输入输出的,怎样对指令解析的(Simple PLC code, you can understand how PLC bottom is how to scan the input and output, and how to parse the instructions)