搜索:PLD-N
找到约 500 项符合「PLD-N」的查询结果
结果 500
按分类筛选
- 全部
- 数据结构 (229)
- 数学计算 (164)
- 其他 (117)
- 技术资料 (73)
- 数值算法/人工智能 (66)
- matlab例程 (63)
- 书籍源码 (38)
- Java编程 (30)
- 嵌入式/单片机编程 (30)
- VHDL/FPGA/Verilog (30)
- 人工智能/神经网络 (29)
- 汇编语言 (28)
- Linux/Unix编程 (23)
- 单片机开发 (21)
- 文章/文档 (21)
- VC书籍 (19)
- 通讯/手机编程 (17)
- 文件格式 (17)
- 其他书籍 (15)
- 软件设计/软件工程 (14)
- 压缩解压 (12)
- 电子书籍 (10)
- 加密解密 (8)
- 操作系统开发 (7)
- 编译器/解释器 (7)
- 教程资料 (6)
- 游戏 (6)
- 系统设计方案 (6)
- 单片机编程 (5)
- 模拟电子 (5)
- 通讯编程文档 (5)
- 嵌入式Linux (5)
- 电子书籍 (4)
- DSP编程 (4)
- 技术书籍 (4)
- 源码/资料 (4)
- 驱动编程 (4)
- Internet/网络编程 (4)
- 多国语言处理 (4)
- 邮电通讯系统 (4)
- 电源技术 (3)
- 教程资料 (3)
- 可编程逻辑 (3)
- Applet (3)
- 微处理器开发 (3)
- FlashMX/Flex源码 (3)
- 交通/航空行业 (3)
- 其他嵌入式/单片机内容 (3)
- Jsp/Servlet (3)
- FPGA (2)
- 软件工程 (2)
- 教育系统应用 (2)
- 编辑器/阅读器 (2)
- 金融证券系统 (2)
- Java书籍 (2)
- 中间件编程 (2)
- 行业发展研究 (2)
- 并行计算 (2)
- 源码 (2)
- 书籍 (2)
- 元器件 (1)
- 实用电子技术 (1)
- 数据库系统 (1)
- Matlab (1)
- 电子技术 (1)
- 通信网络 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- 串口编程 (1)
- 网络 (1)
- 酒店行业 (1)
- VxWorks (1)
- Delphi控件源码 (1)
- 其他行业 (1)
- Windows Mobile (1)
- Oracle数据库 (1)
- SQL Server (1)
- RFID编程 (1)
- MacOS编程 (1)
- 能源行业(电力石油煤炭) (1)
- 教程 (1)
- 经验 (1)
https://www.eeworm.com/dl/kbcluoji/40137.html
可编程逻辑
PLD Programming Using VHDL
本文详细讨论了VHDL语句对PLD设计的影响和设计经验,经典文章,值得仔细阅读消化。,PLD Programming Using VHDL
https://www.eeworm.com/dl/allegro/20118.html
allegro
PLD Programming Using VHDL
本文详细讨论了VHDL语句对PLD设计的影响和设计经验,经典文章,值得仔细阅读消化。,PLD Programming Using VHDL
https://www.eeworm.com/dl/cadence/doc/18835.html
教程资料
DESCRIPTION: DDS design BY PLD DEVICES
* DESCRIPTION: DDS design BY PLD DEVICES.\r\n *\r\n * AUTHOR: Sun Yu\r\n *\r\n * HISTORY: 12/06/2002 \r\n *
https://www.eeworm.com/dl/fpga/doc/32637.html
教程资料
PLD对FPGA数据加密
SRAM-based FPGAs are non-volatile devices. Upon powerup, They are required to be programmed from an external source. This procedure allows anyone to easily monitor the bit-stream, and clone the device. The problem then becomes how can you effectively protect your intellectual p ...
https://www.eeworm.com/dl/kbcluoji/40127.html
可编程逻辑
PLD对FPGA数据加密
SRAM-based FPGAs are non-volatile devices. Upon powerup, They are required to be programmed from an external source. This procedure allows anyone to easily monitor the bit-stream, and clone the device. The problem then becomes how can you effectively protect your intellectual p ...
https://www.eeworm.com/dl/644/324442.html
汇编语言
系数对称的FIR滤波器设计 * *N=8,h(n)=h(N-1-n) * *y(n)=h0*[x(n)+x(n-7)]+h1*[x(n-1)+x(n-6)] * * +h2*[x(n-
系数对称的FIR滤波器设计 *
*N=8,h(n)=h(N-1-n) *
*y(n)=h0*[x(n)+x(n-7)]+h1*[x(n-1)+x(n-6)] *
* +h2*[x(n-2)+x(n-5)]+h3*[x(n-3)+x(n-4)]