搜索结果

找到约 80 项符合 depth 的查询结果

数值算法/人工智能 depth first search is an efficient searching algorithm

depth first search is an efficient searching algorithm
https://www.eeworm.com/dl/518/488741.html
下载: 69
查看: 1059

教程资料 使用Verilog编写的同步FIFO

使用Verilog编写的同步FIFO,可通过设置程序中的DEPTH设置FIFO的深度,FIFO_WRITE_CLOCK上升沿向FIFO中写入数据,\r\nFIFO_READ_CLOCK上升沿读取数据。本程序对FIFO上层操作简单实用。
https://www.eeworm.com/dl/fpga/doc/17784.html
下载: 131
查看: 1055

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 ...
https://www.eeworm.com/dl/allegro/20115.html
下载: 126
查看: 1204

单片机编程 单片机Flash存储器坏块自动检测

在深入了解Flash存储器的基础上,采用单片机自动检测存储器无效块。主要通过读取每一块的第1、第2页内容,判断该块的好坏,并给出具体的实现过程,以及部分关键的电路原理图和C语言程序代码。该设计最终实现单片机自动检测Flash坏块的功能,并通过读取ID号检测Flash的性能,同时该设计能够存储和读取1GB数据。 Abstract: ...
https://www.eeworm.com/dl/502/29177.html
下载: 194
查看: 1057

可编程逻辑 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 ...
https://www.eeworm.com/dl/kbcluoji/40134.html
下载: 30
查看: 1054

人工智能/神经网络 载入txt文件迷宫

载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等
https://www.eeworm.com/dl/650/127987.html
下载: 81
查看: 1020

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 ...
https://www.eeworm.com/dl/664/131974.html
下载: 73
查看: 1065

语音压缩 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 ...
https://www.eeworm.com/dl/627/149708.html
下载: 140
查看: 1068

其他书籍 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 ...
https://www.eeworm.com/dl/542/170032.html
下载: 72
查看: 1075

数值算法/人工智能 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.
https://www.eeworm.com/dl/518/174383.html
下载: 66
查看: 1055