搜索结果
找到约 80 项符合
DEPTH 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (10)
- 书籍 (8)
- Java编程 (4)
- 电子书籍 (4)
- Linux/Unix编程 (4)
- 技术资料 (4)
- 其他 (3)
- 文章/文档 (3)
- VC书籍 (3)
- Delphi/CppBuilder (3)
- 软件工程 (3)
- matlab例程 (3)
- 数值算法/人工智能 (3)
- 人工智能/神经网络 (2)
- 书籍源码 (2)
- Java书籍 (2)
- VHDL/FPGA/Verilog (2)
- 编译器/解释器 (2)
- 软件设计/软件工程 (2)
- 教程资料 (1)
- allegro (1)
- 单片机编程 (1)
- 可编程逻辑 (1)
- 语音压缩 (1)
- Windows CE (1)
- 数据结构 (1)
- 金融证券系统 (1)
- 通讯/手机编程 (1)
- 其他数据库 (1)
- USB编程 (1)
- 系统设计方案 (1)
- 数学计算 (1)
数值算法/人工智能 depth first search is an efficient searching algorithm
depth first search is an efficient searching algorithm
教程资料 使用Verilog编写的同步FIFO
使用Verilog编写的同步FIFO,可通过设置程序中的DEPTH设置FIFO的深度,FIFO_WRITE_CLOCK上升沿向FIFO中写入数据,\r\nFIFO_READ_CLOCK上升沿读取数据。本程序对FIFO上层操作简单实用。
allegro State Machine Coding Styles for Synthesis
 
本文论述了状态机的verilog编码风格,以及不同编码风格的优缺点,Steve Golson's 1994 paper, "State Machine Design Techniques for Verilog and VHDL" [1], is agreat paper on state machine design using Verilog, VHDL and Synopsys tools. Steve's paper alsooffers in-depth background concernin ...
单片机编程 单片机Flash存储器坏块自动检测
在深入了解Flash存储器的基础上,采用单片机自动检测存储器无效块。主要通过读取每一块的第1、第2页内容,判断该块的好坏,并给出具体的实现过程,以及部分关键的电路原理图和C语言程序代码。该设计最终实现单片机自动检测Flash坏块的功能,并通过读取ID号检测Flash的性能,同时该设计能够存储和读取1GB数据。
Abstract: ...
可编程逻辑 State Machine Coding Styles for Synthesis
 
本文论述了状态机的verilog编码风格,以及不同编码风格的优缺点,Steve Golson's 1994 paper, "State Machine Design Techniques for Verilog and VHDL" [1], is agreat paper on state machine design using Verilog, VHDL and Synopsys tools. Steve's paper alsooffers in-depth background concernin ...
Delphi/CppBuilder Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimed ...
语音压缩 to show the waveform of audio file and play it on computer Purpose: Familiar with WAV file format a
to show the waveform of audio file and play it on computer
Purpose: Familiar with WAV file format and UI design
It should have the following functions:
Provide a Graphic User Interface for user to browse the file system and select one WAV file
Show the waveform of input audio signal
Play the selecte ...
其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
数值算法/人工智能 A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carrie
A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries out a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction lists.