搜索资源列表
VHDL范例
- 最高优先级编码器 8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使用select语句) LED七段译码 多路选择器(使用if-else语句) 双2-4译码器:74139 多路选择器(使用when-else语句) 二进制到BCD码转换 多路选择器 (使用case语句) 二进制到格雷码转换 双向总线(
44b0_Adc
- S3C44B0X 具有 8 路模拟信号输入的 10 位模/数转换器(ADC),它是一个逐次逼近型 的 ADC,内部结构中包括模拟输入多路复用器,自动调零比较器,时钟产生器,10 位逐次 逼近寄存器(SAR),输出寄存器如下图所示。这个 ADC 还提供可编程选择的睡眠模式, 以节省功耗。 -S3C44B0X with eight analog signal input to the 10 analog / digital
de_mux
- 一个用VerilogHDL语言编写的多路解复用器-a Verilog HDL language used in the preparation of multi-channel demultiplexer
eee
- 并行AVS实时编解码器设计与实现 介绍了一种并行AVS实时编码器的设计,它包括音视频数据输入、音视频编码、传输流系统复用器、输出和控制部分,其 中重点介绍了视频编码器和传输流系统复用器的设计和实现。实验结果证明,实现标清AVS实时编码器是可行的。
ROM
- 有线电视系统前端设备复用器原代码。 用语接受卫星信号,转换打包成数字 信号下传给机顶盒。
MPEG_2demultiplexer
- 通用的MPEG_2的解复用器的算法研究与实现
VHDL范例
- 最高优先级编码器 8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使用select语句) LED七段译码 多路选择器(使用if-else语句) 双2-4译码器:74139 多路选择器(使用when-else语句) 二进制到BCD码转换 多路选择器 (使用case语句) 二进制到格雷码转换 双向总线(
dvbmpeg2analyser
- 这是本人参与实验室项目编写的实现dvb-mpeg2码流解复用中和码流相关的源代码,用c实现,dsp是ti的5416,中间用到了,计时、中断、时钟锁存寄存器设置,对于学习dsp编程很有帮助-This is my participation in the project prepared by the laboratory to achieve DVB-mpeg2 stream demultiplexing and in bitstream
44b0_Adc
- S3C44B0X 具有 8 路模拟信号输入的 10 位模/数转换器(ADC),它是一个逐次逼近型 的 ADC,内部结构中包括模拟输入多路复用器,自动调零比较器,时钟产生器,10 位逐次 逼近寄存器(SAR),输出寄存器如下图所示。这个 ADC 还提供可编程选择的睡眠模式, 以节省功耗。 -S3C44B0X with eight analog signal input to the 10 analog/digital co
de_mux
- 一个用VerilogHDL语言编写的多路解复用器-a Verilog HDL language used in the preparation of multi-channel demultiplexer
eee
- 并行AVS实时编解码器设计与实现 介绍了一种并行AVS实时编码器的设计,它包括音视频数据输入、音视频编码、传输流系统复用器、输出和控制部分,其 中重点介绍了视频编码器和传输流系统复用器的设计和实现。实验结果证明,实现标清AVS实时编码器是可行的。-Parallel real-time codec AVS Design and Implementation of AVS introduce a parallel real-time
DemuxPES
- 数字电视MPEG-2中,解码器中PES解复用源码,visual C++实现。-Digital TV MPEG-2, the PES decoder demultiplexing source, visual C++ Realize.
ROM
- 有线电视系统前端设备复用器原代码。 用语接受卫星信号,转换打包成数字 信号下传给机顶盒。-Cable television system multiplexer front-end equipment, the original code. Terms acceptable to the satellite signal, conversion packaged into digital signals to the set-t
MPEG_2demultiplexer
- 通用的MPEG_2的解复用器的算法研究与实现-Universal demultiplexer MPEG_2 of Research and Implementation of the Algorithm
SOPC_MPEG2_trainsformer
- 论文题目:基于SOPC的MPEG2传输流复用器设计-Thesis topic: Based on SOPC the MPEG2 transport stream multiplexer design
yanshesunhao
- 本程序计算AWG波分复用器中平板波导连接接口在耦合到下级光纤时,不同光纤宽度下衍射损耗的分析-The program to calculate the slab waveguide AWG Wavelength Division Multiplexer connection interface coupled to the lower optical fiber, optical fiber widths of different di
yanshexiaolv
- 本程序计算AWG波分复用器中平板波导连接接口在耦合到下级光纤时,不同光纤宽度下衍射效率的分析-The program to calculate the slab waveguide AWG Wavelength Division Multiplexer connection interface coupled to the lower optical fiber, optical fiber widths of different di
mplex13818-1.1.1.tar
- MPEG-1系统层软件复用器,技术虽然有点老,但是很有参考价值。-MEPG-1 system-level multipexer, it is old but still valuable
linker
- C语言中可复用的链表结构,可以不必关心用户数据结构完成链表的增删该查及排序、保存等操作,提供枚举器枚举链表数据(reusable linked list structure in C language.you don't have to worry about the user data structure, complete the additions and deletions of the list, check and sort
4对1复用器
- 设计一个4对1复用器(输入:I3 I2 I1 I0,输出:F ,另有两个输入控制端S1与S0控制输出选择),真值表如图1。 S1 S0 F 0 0 0 1 1 0 1 1 I0 I1 I2 I3