搜索资源列表
FPGAJPEGCODING
- motionjpeg的FPGA编码实现,有点老了,但是可以参考.有些东西和h.264是差不多的.-motionjpeg FPGA Coding, a bit old, but the reference. Some things and h.264 is roughly the same.
08_CodingForHWPerformance
- The MATLAB coding style, project options and synthesis directives can have a significant effect on the final results. Knowledge about how a particular algorithm should be implemented in hardware can be reflected in the MATLAB code to improve the resu
LCD12864
- 12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned char BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={\"www.zansi.com\"} delay(BYTE ms) {
本移植也是从网上Download的
- 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译
51密码锁
- 51密码锁 #include #include"intrins.h" #include"key.h" #include"xsh.h" #include"24c02.h" #define ulong unsigned long bit BJCB=0;//报警标志 XG=0,//修改密码标志位 BJ=0,//报警标志位 SJ=0;//锁键盘标志位
m_usart.rar
- PIC单片机模拟串口 11.0592时钟 支持2400波特及以下稳定收发 一位起始,八位或九位数据,无校验,一位停止位 占用时钟1,和RB端口电平变化中断 HI-PICC编译平台 模拟收发管脚在m_usart.h中定义 PIC16F877A最小系统验证可用 ,PIC single-chip analog clock 11.0592 serial support 2400 baud and below, to send and receive a stable start, eig
fbi_1.31.tar.gz
- linux下开源图片codec,可显示png,jpg,bmp等,还可交叉编译,在ARM平台运行。,This is a image viewer for framebuffer devices. It is quick & dirty hacked off a svgalib PhotoCD viewer. This background is the reason for a few limits: * It can handle the usual VGA graphics m
No.29---AD-exchange-STC12C5204AD
- STC12C5204AD开发板上AD转换程序,实现8位电压AD转换,结果显示在1602液晶上,范围为0-5V,将AD转换输出的0-255的数表示为相应的电压值-STC12C5204AD development board AD conversion process to achieve the 8-bit AD converter voltage, the results show in 1602, the range of 0-5V, the AD converter output 0-255
PMW-HEX
- 三菱梯形图转51单片机KeilC源码程序。通过三菱PLC编程软件梯形图编程后存为PMW格式,通过本程序直接转换成HEX文件,再下载到单片机中。目前支持8路AD功能(精度10位)和两路脉冲输出功能(10K)。-Mitsubishi ladder turn 51 MCU KeilC source program. By Mitsubishi PLC ladder programming software programmed to save the PMW format, through this
stm8a_fwlib
- 意法半导体车规级8位MCU STM8A的开发库及所以功能模块的示例代码。 对学习使用STM8A软件工程师很有用。-STMicroelectronics vehicle regulation 8-bit MCU STM8A level development libraries and function modules, so the sample code. On learning to use a software engineer STM8A useful.
xFulCan
- 飞思卡尔16位单片机MC9S12XE系列的Full CAN 通信的C语言参考代码,绝对能用,本人在MC9S12XEQ512上测试通过。-Freescale 16-bit single-chip Full CAN series MC9S12XE Communication Language Reference C code, never use, I MC9S12XEQ512 on the test.
chip1
- VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inb
AT89S51
- 用AT89S51单片机的P0.0/AD0-P0.7/AD7端口接数码管的a-h端,8位数码管的S1-S8通过74LS138译码器的Y0-Y7来控制选通每个数码管的位选端。AT89S51单片机的P1.0-P1.2控制74LS138的A,B,C端子。在8位数码管上从右向左循环显示“12345678”。能够比较平滑地看到拉幕的效果。-AT89S51 MCU with P0.0/AD0-P0.7/AD7 port access digital tube side of the a-h, 8-bit di
ADSP-21062_FIR
- 用ADSP21062实现快速FIR滤波器算法 压缩包内有源代码和说明-Analog Devices, Inc. DSP Applications P.O.Box 9106 Norwood, MA 02062 Christoph D. Cavigioli, updated by Michael Hennerich July-10-2001 Files required for a Finite impulse Response Filter example fir
h
- huffman编码的vhdl语言实现 课程设计做的 有点用的-huffman coding vhdl language curriculum design to achieve a little bit to do with the
LCD4
- LCD12864,4位并行接口.h、.c文件,用于ADE7169.包括相关的头文件-HG12864, 4-bit parallel interface. C file
bit.h
- 基于AVR单片机的bit.h 实现位定义的简单化-AVR Microcontroller Based on the definition of the bit simplistic bit.h
IR
- 基于51单片机的红外解码,试验成功,反应速度高,误码率低-51 MCU-based infrared decoding, successful, high-speed response, low bit error rate
8-Bit-Up-Counter-With-Load
- 8位计数器与负荷 -----------------------8位计数器与负荷 -8-Bit Up Counter With Load 1------------------------------------------------------- 2-- Design Name : up_counter_load 3-- File Name : up_counter_load.vhd 4-- Function : Up counter
The-NEC-78K0-KC2-8-bit-
- NEC 78K0—KC2 8位单片机 24Cxx adc.c flash-spi.h pca955x.clcd.c iic0.c-The NEC 78K0-KC2 8-bit microcontroller 24Cxx adc.c flash-spi.h pca955x.clcd.c iic0.c