搜索结果
找到约 1,993 项符合
AVC-H 的查询结果
单片机开发 详细内容:时钟芯片DS1302 的程序(jyh.h头文件)
详细内容:时钟芯片DS1302 的程序(jyh.h头文件)
单片机开发 //通过18B20检测的数字温度可在电脑上显示当前温度值 #include <reg52.h> #define uchar unsigned char #define uint un
//通过18B20检测的数字温度可在电脑上显示当前温度值
#include <reg52.h>
#define uchar unsigned char
#define uint unsigned int
sbit DS=P2^2 //define interface
uint temp // variable of temperature
uchar flag1 // sign of the result positive or negative
sbit dula=P2^6
sbit wela=P2^7 ...
单片机开发 //1602液晶显示字屏为:TX-1C MCU GOTOYUNLONGDZ #include<reg52.h> #define uchar unsigned char #defi
//1602液晶显示字屏为:TX-1C MCU GOTOYUNLONGDZ
#include<reg52.h>
#define uchar unsigned char
#define uint unsigned int
微处理器开发 arm7 在IAR中的ioat91sam7x256.h
arm7 在IAR中的ioat91sam7x256.h
VC书籍 h.264编码标准的官方介绍
h.264编码标准的官方介绍,是指导h.264入门的好教材,适合初学者
嵌入式/单片机编程 #include <stc12c2052AD.H>// 标准库的头文件 #include <intrins.h> #include <absacc.h> #d
#include <stc12c2052AD.H>// 标准库的头文件
#include <intrins.h>
#include <absacc.h>
#define uchar unsigned char
#define uint unsigned int
通讯/手机编程 已知LDPC码的稀疏交验矩阵H
已知LDPC码的稀疏交验矩阵H,计算girth和local girth
DSP编程 FIR滤波器的C++实现 Below are program source listings for FIR.h and FIR.cpp, the header file and class fil
FIR滤波器的C++实现
Below are program source listings for FIR.h and FIR.cpp, the header file and class file for implementing arbitrary causal FIR filters in the Synthesis Tool Kit (STK) framework
DSP编程 基于DSP平台的H.264编码器与网络视频传输的实时实现
基于DSP平台的H.264编码器与网络视频传输的实时实现
压缩解压 本文主要完成了对H.264视频压缩算法的编码器的各个关键环节的分析
本文主要完成了对H.264视频压缩算法的编码器的各个关键环节的分析,
以及对H.264视频压缩算法的软件实现的研究,还有对H.264视频压缩算法的压
缩性能的测试和分析。