搜索结果

找到约 268 项符合 Implement 的查询结果

微处理器开发 Many of the pattern &#64257 nding algorithms such as decision tree, classi&#64257 cation rules and c

Many of the pattern &#64257 nding algorithms such as decision tree, classi&#64257 cation rules and clustering techniques that are frequently used in data mining have been developed in machine learning research community. Frequent pattern and association rule mining is one of the few excep- tions to ...
https://www.eeworm.com/dl/655/370113.html
下载: 49
查看: 1074

Java编程 Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel

Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I ...
https://www.eeworm.com/dl/633/410842.html
下载: 42
查看: 1081

源码 C语言算法排序问题

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
https://www.eeworm.com/dl/514506.html
下载: 1
查看: 40

模拟电子 精密DAC和看门狗提高模拟输出安全

Abstract: Using a DAC and a microprocessor supervisor, the system safety can be improved in industrial controllers, programmablelogiccontrollers (PLC), and data-acquisition systems. The analog output is set to zero-scale (or pin-programmable midscale) when amicroprocessor failure, optocoupler fail ...
https://www.eeworm.com/dl/571/21258.html
下载: 50
查看: 1098

数值算法/人工智能 主要特点 * Flexible finite element space construction based template element library 基于模板单元库灵活的构造有限

主要特点 * Flexible finite element space construction based template element library 基于模板单元库灵活的构造有限元空间 * Convenient facilities to implement mesh adaption 很方便的进行网格加密和稀疏化 * Multi-mesh operation supported 支持多套网格操作 需要有一定的有限元基础和C++语言基础,最好 ...
https://www.eeworm.com/dl/518/216626.html
下载: 127
查看: 1101

文件格式 An unsatisfactory property of particle filters is that they may become inefficient when the observa

An unsatisfactory property of particle filters is that they may become inefficient when the observation noise is low. In this paper we consider a simple-to-implement particle filter, called ‘LIS-based particle filter’, whose aim is to overcome the above mentioned weakness. LIS-based particle filte ...
https://www.eeworm.com/dl/639/241530.html
下载: 138
查看: 1080

驱动编程 This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific

This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information. This sample works on both x86 and A ...
https://www.eeworm.com/dl/618/313902.html
下载: 35
查看: 1076

VHDL/FPGA/Verilog The FPGA can realize a more optimized Digital controller in DC/DC Converters when compare to DSPs. I

The FPGA can realize a more optimized Digital controller in DC/DC Converters when compare to DSPs. In this paper, based on the FPGA platform, The theoretical analysis, characteristics, simulation and design consideration are given. The methods to implement the digital DC/DC Converters have been rese ...
https://www.eeworm.com/dl/663/469392.html
下载: 95
查看: 1066

技术资料 shift_register_ram

Altera provides a RAM-based shift register megafunction called ALTSHIFT_TAPS that contains additional features not found in a conventional shift register. Traditional shift registers implemented with standard flip-flops use many logic cells for large shift registers. The ALTSHIFT_TAPS megafunction i ...
https://www.eeworm.com/dl/971144.html
下载: 10
查看: 2241

VHDL/FPGA/Verilog Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c

Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine ...
https://www.eeworm.com/dl/663/212701.html
下载: 127
查看: 1112