搜索结果
找到约 8,501 项符合
system verilog 的查询结果
按分类筛选
- 全部分类
- 技术资料 (2902)
- VHDL/FPGA/Verilog (1542)
- 其他书籍 (284)
- 其他 (255)
- 学术论文 (186)
- 教程资料 (149)
- 单片机编程 (148)
- 嵌入式/单片机编程 (142)
- 单片机开发 (128)
- 其他嵌入式/单片机内容 (128)
- 书籍 (125)
- matlab例程 (112)
- Java编程 (111)
- 可编程逻辑 (110)
- Linux/Unix编程 (104)
- 系统设计方案 (93)
- 通讯/手机编程 (80)
- 软件设计/软件工程 (79)
- 电子书籍 (77)
- 微处理器开发 (65)
- 文章/文档 (61)
- VIP专区 (61)
- 通讯编程文档 (52)
- 源码 (50)
- 书籍源码 (49)
- 软件工程 (47)
- 加密解密 (44)
- 操作系统开发 (44)
- 汇编语言 (44)
- VHDL/Verilog/EDA源码 (39)
- 串口编程 (39)
- 文件格式 (35)
- 行业发展研究 (33)
- 技术书籍 (31)
- VC书籍 (28)
- 编译器/解释器 (26)
- 网络 (26)
- 其他数据库 (26)
- 人工智能/神经网络 (26)
- 驱动编程 (25)
- Internet/网络编程 (25)
- 压缩解压 (24)
- *行业应用 (24)
- 嵌入式Linux (24)
- Delphi控件源码 (24)
- SQL Server (24)
- 模拟电子 (23)
- 无线通信 (22)
- 数学计算 (22)
- 技术管理 (22)
- DSP编程 (19)
- 数据库系统 (19)
- USB编程 (19)
- 电源技术 (18)
- 企业管理 (18)
- 其他行业 (18)
- 中间件编程 (18)
- Jsp/Servlet (18)
- 嵌入式综合 (17)
- 技术教程 (16)
- 教程资料 (16)
- VxWorks (16)
- 数值算法/人工智能 (15)
- JavaScript (14)
- 教程 (13)
- Java书籍 (12)
- Windows CE (11)
- 教育系统应用 (10)
- uCOS (10)
- 并行计算 (10)
- 开发工具 (9)
- 金融证券系统 (9)
- 医药行业 (9)
- GPS编程 (9)
- 精品软件 (9)
- 软件 (8)
- 工控技术 (8)
- 游戏 (8)
- Applet (8)
- 数据结构 (8)
- MySQL数据库 (8)
- RFID编程 (8)
- 3G开发 (8)
- 资料/手册 (7)
- ARM (7)
- 通信网络 (7)
- 多国语言处理 (7)
- 酒店行业 (7)
- 接口技术 (6)
- 实用工具 (6)
- SCSI/ASPI (6)
- 家庭/个人应用 (6)
- 邮电通讯系统 (6)
- 其他文档 (5)
- EDA相关 (5)
- 教程资料 (5)
- allegro (5)
- J2ME (5)
- 百货/超市行业 (5)
- Symbian (5)
通讯/手机编程 GNU_Radio GNU radio is a free/open-source software toolkit for and the con
GNU_Radio
GNU radio is a free/open-source software toolkit for and the content is controlled by a handful of organizations. Cell
building software radios, in which software defines the phones are a great convenience, but the features your ...
书籍 Principles+of+Communication+Systems+Simulation
This book is a result of the recent rapid advances in two related technologies: com-
munications and computers. Over the past few decades, communication systems
have increased in complexity to the point where system design and performance
analysis can no longer be conducted without a significant lev ...
书籍 WCDMA for UMTS HSPA Evolution and LTE
Second-generation telecommunication systems, such as the Global System for Mobile
Communications (GSM), enabled voice traffic to go wireless: the number of mobile phones
exceeds the number of landline phones and the mobile phone penetration is approaching
100% in several markets. The data-handling c ...
书籍 Wideband+TDD
This book is an outgrowth of the pioneering development work done by InterDigital Com-
munication Corporation in 3rd Generation TDD WCDMA Technology. Many engineers
and managers were involved in this development, which spanned a wide range of tech-
nology areas, including system architecture, radio ...
技术资料 基于STC8A8K单片机的智能水泵控制器设计
讨论STC单片机系统在水泵控制领域的应用。阐述运用单片机的整体设计理念,智能水泵控制器主控机的选用,以及未来发展所需要注意的问题。This paper discusses the application of STC single chip computer system in the field of pump control.It studies the overall design concept of single-chip computer,the selectio ...
技术资料 基于WiFi的STM8单片机程序远程更新
本文提出了一种实现STM8单片机程序远程更新的方法,系统通过WiFi连接到服务器,服务器发送更新指令和更新文件,实现单片机程序的远程更新。This paper introduces the method of remotely updating program of STM8.The system is connected to a server with WiFi.A server transmits a serial of commands and the updating ...
技术资料 LCL Filter
Abstract—Many grid connected power electronic systems, such
as STATCOMs, UPFCs, and distributed generation system interfaces,
use a voltage source inverter (VSI) connected to the supply
network through a filter. This filter, typically a series inductance,
acts to reduce the switching harmonics ente ...
技术资料 FreeRTOS开发手册基于stm32
RTOS有如下的好处:1)用户无需关心时间信息内核负责计时,并由相关的API完成,从而使得用户的应用程序代码结构更简单。2)模块化、可拓展性强也正是由于第一点的原因,程序性能不易受底层硬件更改的影响。并且,各个任务是独立的模块,每个模块都有明确的目的,降低了代码的耦合性。3)效率高内核可以让软件完全由事件驱动 ...
系统设计方案 介绍了一种采用硬件控制的自动数据采集系统的设计方法
介绍了一种采用硬件控制的自动数据采集系统的设计方法,包括数字系统自顶向下的设计思路、Verilog HDL对系统硬件的描述和状态机的设计以及MAX+PLUSII开发软件的仿真。设计结果表明:该采集系统具有很高的实用价值,极大地提高了系统的信号处理能力。 ...