搜索结果
找到约 84 项符合
Width 的查询结果
按分类筛选
- 全部分类
- matlab例程 (8)
- VHDL/FPGA/Verilog (7)
- 技术资料 (7)
- 单片机开发 (6)
- 其他 (4)
- 电子书籍 (3)
- 通讯/手机编程 (3)
- 其他书籍 (3)
- 其他嵌入式/单片机内容 (2)
- Delphi控件源码 (2)
- 微处理器开发 (2)
- 软件设计/软件工程 (2)
- 系统设计方案 (2)
- Linux/Unix编程 (2)
- 源码 (2)
- 学术论文 (1)
- 技术教程 (1)
- 电源技术 (1)
- 单片机编程 (1)
- 开发工具 (1)
- PCB相关 (1)
- 测试测量 (1)
- Applet (1)
- 文章/文档 (1)
- 书籍源码 (1)
- SCSI/ASPI (1)
- SQL Server (1)
- Java编程 (1)
- 嵌入式/单片机编程 (1)
- JavaScript (1)
- DSP编程 (1)
- 操作系统开发 (1)
- 加密解密 (1)
- 汇编语言 (1)
- 文件格式 (1)
- 编辑器/阅读器 (1)
- Internet/网络编程 (1)
- 能源行业(电力石油煤炭) (1)
- *行业应用 (1)
- 数学计算 (1)
- C/C++语言编程 (1)
- 技术书籍 (1)
- Matlab (1)
- 软件 (1)
单片机开发 The following program demonstates the required configuration of the pulse width modulator periphera
The following program demonstates the required configuration of the pulse width modulator
peripheral for the following chips :
Philips 80C552
Philips 80C554
Philips 83/87C552
Philips 83/87C554
Philips 83/87C557E 8
Java编程 disp() { setTitle("扫描线种子填充算法") setSize(width,height) setBackground(Color.white) addWindow
disp()
{ setTitle("扫描线种子填充算法")
setSize(width,height)
setBackground(Color.white)
addWindowListener(this)
addMouseListener(this)
addMouseMotionListener(this)
setVisible(true)
单片机开发 Pulse Width Modulation (PWM) Tutorial
Pulse Width Modulation (PWM) Tutorial
通讯/手机编程 脉宽调制(PWM的全称是Pulse Width Modulation(脉冲宽度调制))是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术
脉宽调制(PWM的全称是Pulse Width Modulation(脉冲宽度调制))是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,广泛应用在从测量、通信到功率控制与变换的许多领域中。
操作系统开发 height、width为水印图像的高和宽
height、width为水印图像的高和宽,picHeight、picWidth为原始图像的高和宽,picData存储原始图像3层小波变换后的小波系数的数据,wmData存储原始图像3层小波变换后的小波系数,Out存储提取的水印分辨率层信息。
其他 Make Text-Overflow work on both IE and Firefox If the text inside each line exceed the width of eac
Make Text-Overflow work on both IE and Firefox
If the text inside each line exceed the width of each line, then you will see "..." (ellipsis) shows up at the end of each line.
Try to resize the window or change the font size to see if "..." (ellipsis) will show up or disappear.
Demo - Listing
VHDL/FPGA/Verilog -- DESCRIPTION : Shift register -- Type : univ -- Width : 4 -- Shift direction: right/left (right
-- DESCRIPTION : Shift register
-- Type : univ
-- Width : 4
-- Shift direction: right/left (right active high)
--
-- CLK active : high
-- CLR active : high
-- CLR type : synchronous
-- SET active : high
-- SET type : synchronous
-- LOAD active : high
-- CE active : high
-- SERIAL input : SI ...
VHDL/FPGA/Verilog Verilog module containing a synthesizable CRC function // * polynomial: (0 1 8) // * data width: 8
Verilog module containing a synthesizable CRC function
// * polynomial: (0 1 8)
// * data width: 8
VHDL/FPGA/Verilog 能算出CRC32 Data width 32 bit 的HDL
能算出CRC32 Data width 32 bit 的HDL
VHDL/FPGA/Verilog 将宽度为width位的并行输入数据按BiΦ-L码(曼彻斯特码)方式进行编码后串行输出
将宽度为width位的并行输入数据按BiΦ-L码(曼彻斯特码)方式进行编码后串行输出,输出数据的宽度为(2*width),BiΦ-L码是PCM码的一种,常用的PCM编码方式有:NRZ-L,BiΦ-L和BiΦ-M三种