搜索结果
找到约 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)
通讯编程文档 Abstract-The effect of the companding process on QAM signals has been under investigation for the p
Abstract-The effect of the companding process on QAM signals
has been under investigation for the past several years. The
compander, included in the PCM telephone network to improve
voice performance, has an unusual affect on digital QAM data
signals which are transmitted over the same channel. The ...
Internet/网络编程 Abstract—Wireless networks in combination with image sensors open up a multitude of previously unth
Abstract—Wireless networks in combination with image
sensors open up a multitude of previously unthinkable sensing
applications. Capable tools and testbeds for these wireless image
sensor networks can greatly accelerate development of complex,
yet efficient algorithms that meet application requirem ...
电子书籍 BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that th
BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that the BlackBerry is capable of things you never thought possible, and you ll learn how to make it an even better email and web workhorse:
Get the most out of the built-in applications
Take control of em ...
数据结构 void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >=
void Knight(int i , int j)
{
// printf("%d %dn",i,j)
if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size )
{
return
}
step++
board[i][j]=step
if (step == Size*Size)
{
showboard()
system("PAUSE")
return
}
//DFS
Knight(i-2,j-1) //left
Knight(i-2,j+1)
Knight(i+2,j-1) //right ...
Linux/Unix编程 Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
* Creates a virtual encrypted disk within a file and mounts it as a real disk.
* Encrypts an entire partition or storage device such as USB flash drive or hard drive.
* Encrypts a partition or dr ...
行业发展研究 The existence of numerous imaging modalities makes it possible to present different data present in
The existence of numerous imaging modalities makes it possible to present different data present in different modalities together thus forming multimodal images. Component images forming multimodal images should be aligned, or registered so that all the data, coming from the different modalities, ar ...
软件设计/软件工程 one of video tool Skype only in windows mobile5.0 more than running, but my task is to let it run S
one of video tool Skype only in windows mobile5.0 more than running, but my task is to let it run Skype in WINCE only in windows mobile5.0 more than running, but my task is to let it run in WINCE . Leave no stone unturned when I can not get windows mobile, they thought would be needed for skype all ...
源码 TMS320VC5416-DSK-example
A simple example of audio signal processing on TMS320VC5416 USB DSK board. Main source is contained in tone.c file, memory configuration - tonecfg.cmd. Folder docs/ contains useful docmentation on board, its components and libraries. The example's configuration is based on example "tone" from Code C ...
书籍 3G,+4G+and+Beyond–BRINGING NETWORKS
In recent years, cellular voice networks have transformed into powerful packet-switched
access networks for both voice communication and Internet access. Evolving Universal
Mobile Telecommunication System (UMTS) networks and first Long Term Evolution
(LTE) installations now deliver bandwidths of sev ...
书籍 LTE-Advanced+Relay+Technology
LTE-Advanced becomes a truly global standard for 4G cellular communications.
Relay, as one of the key technologies of LTE-Advanced, can significantly extend
the coverage, and improve the system throughput. LTE-A standards and tech-
nologies were described in several recent books where the limited pa ...