搜索结果
找到约 108 项符合
cycle 的查询结果
按分类筛选
- 全部分类
- 技术资料 (35)
- VHDL/FPGA/Verilog (8)
- 单片机编程 (7)
- 其他 (5)
- matlab例程 (5)
- 电源技术 (4)
- DSP编程 (4)
- 数值算法/人工智能 (3)
- 模拟电子 (3)
- 单片机开发 (3)
- 书籍 (2)
- 论文 (2)
- 学术论文 (2)
- 通讯/手机编程 (2)
- Java书籍 (2)
- 软件设计/软件工程 (2)
- 其他嵌入式/单片机内容 (2)
- 加密解密 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 其他书籍 (1)
- ARM (1)
- DSP工具/软件 (1)
- 嵌入式综合 (1)
- FPGA (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Linux/Unix编程 (1)
- Java编程 (1)
- 数学计算 (1)
- 汇编语言 (1)
- 数据结构 (1)
- 行业发展研究 (1)
- VIP专区 (1)
其他嵌入式/单片机内容 show 0-F cycle by cycle in ARM7
show 0-F cycle by cycle in ARM7
FPGA Singal Cycle MIPS
Single MIPS CPU in FPGA.
Java书籍 Cycle3OOP资料资料 Cycle3OOP资料
Cycle3OOP资料资料
Cycle3OOP资料
其他 VHDL CODE FOR MULTY CYCLE
VHDL CODE FOR MULTY CYCLE
Java编程 Cycle slip probability of the phase unrapping algorithm
Cycle slip probability of the phase unrapping algorithm
软件工程 Details the software bug life cycle. Good to read for the fresh testers
Details the software bug life cycle. Good to read for the fresh testers
模拟电子 基于Contourlet域HMT模型的Cycle Spinning去噪方法
为了提高图像去噪效果,提出了基于Contourlet域HMT模型的Cycle Spinning去噪方法。首先将待去噪图像进行循环平移,使用Contourlet域HMT模型对平移后的图像进行降噪处理,然后将降噪后的图像进行循环反平移,最后将不同循环平移量下的降噪图像进行平均处理,以减少去噪后图像的失真。实验结果表明,该方法不仅可以提高降噪后 ...
DSP编程 This demo shows the use of the PWM block in generating the pulse waveform whose duty cycle is changi
This demo shows the use of the PWM block in generating the pulse waveform whose duty cycle is changing regularly. The PWM waveform period is variable, while the width of the pulse remains constant.
VHDL/FPGA/Verilog VHDL code for a clock divider by 27 circuit with a resulting waveform with 50% duty cycle..
VHDL code for a clock divider by 27 circuit with a resulting waveform with 50% duty cycle..
其他 Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undire
Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undirected graph, which is indicated at the time of reading the input (0 for directed graph and 1 for undirected graphs). The input is given as an adjacency list.