搜索结果
找到约 3,063 项符合
R-H 的查询结果
通讯编程文档 ITU R Telegraph transmission ITU R系列准则列表
ITU R Telegraph transmission
ITU R系列准则列表
软件设计/软件工程 这是Faraday公司嵌入式Linux平台的H.264开发文档
这是Faraday公司嵌入式Linux平台的H.264开发文档
串口编程 CHAPT13AnsiWinTerm.cpp Class used in Win32 terminal emulation CHAPT13AnsiWinTerm.h Header file for
CHAPT13\AnsiWinTerm.cpp Class used in Win32 terminal emulation
CHAPT13\AnsiWinTerm.h Header file for the AnsiWinTerm class
CHAPT13\Chapt13.cpp 32-bit test program of terminal emulation
CHAPT13\Chapt13.dsp Visual C++ project file
CHAPT13\Chapt13.dsw Visual C++ workspace file
CHAPT13\Chapt13.rc The re ...
串口编程 CHAPT14MODEM.CPP Implementation of the Modem class CHAPT14MODEM.H Declarations of the Modem class
CHAPT14\MODEM.CPP Implementation of the Modem class
CHAPT14\MODEM.H Declarations of the Modem class
CHAPT14\TSTMODEM.CPP 16-bit test program for the Modem class
CHAPT14\TSTMODEM.EXE 16-bit executable of the test program
CHAPT14\TSTMODEM.MAK Make file for use with Borland or Microsoft C
DSP编程 DSP的H.263算法编程
DSP的H.263算法编程,优化了运动估计算法,编译工具使用CCS v3.1
数据结构 汉诺塔问题的实现,C语言#include <slib.h> #include <sing.h>
汉诺塔问题的实现,C语言#include <slib.h>
#include <sing.h>
压缩解压 H.263标准的c语言实现
H.263标准的c语言实现,包括了编码和解码,能帮助大家学习H.263标准
压缩解压 用matlab写的仿真H.263标准的程序
用matlab写的仿真H.263标准的程序,其中包括了基本的程序,还有测试程序
通讯编程文档 视频编码标准H.264中文标准(PDF格式)
视频编码标准H.264中文标准(PDF格式)
并行计算 卷积运算:取x(t)和h(t)的长度为nx,nh。平移量n=nh+nx-1
卷积运算:取x(t)和h(t)的长度为nx,nh。平移量n=nh+nx-1,利用for和if语句实现倒序求和运算。外循环用一个for语句实现平移,通过在求和时取数组元素的顺序实现倒序求和