搜索结果
找到约 268 项符合
Implement 的查询结果
按分类筛选
- 全部分类
- 技术资料 (42)
- Java编程 (18)
- 其他 (16)
- 其他书籍 (14)
- VHDL/FPGA/Verilog (14)
- matlab例程 (12)
- 微处理器开发 (10)
- 人工智能/神经网络 (7)
- 数据结构 (7)
- 软件设计/软件工程 (6)
- 数值算法/人工智能 (5)
- 加密解密 (5)
- 教程资料 (5)
- 编译器/解释器 (5)
- 单片机开发 (5)
- 可编程逻辑 (4)
- 数学计算 (4)
- 通讯编程文档 (4)
- 嵌入式/单片机编程 (4)
- 系统设计方案 (4)
- 多媒体处理 (3)
- 通讯/手机编程 (3)
- 模拟电子 (3)
- 电子书籍 (3)
- 压缩解压 (3)
- 驱动编程 (3)
- Linux/Unix编程 (3)
- 汇编语言 (3)
- 文章/文档 (3)
- Java书籍 (3)
- Delphi控件源码 (3)
- VC书籍 (3)
- 源码 (2)
- 书籍 (2)
- 单片机编程 (2)
- 电源技术 (2)
- 软件工程 (2)
- 网络 (2)
- 文件格式 (2)
- VIP专区 (2)
- 教程 (1)
- 手册 (1)
- 论文 (1)
- 数据库系统 (1)
- 仿真技术 (1)
- 操作系统开发 (1)
- 书籍源码 (1)
- 测试测量 (1)
- 工控技术 (1)
- Mentor (1)
- Internet/网络编程 (1)
- 编辑器/阅读器 (1)
- 多国语言处理 (1)
- 其他数据库 (1)
- uCOS (1)
- STL (1)
- J2ME (1)
- 其他行业 (1)
- TAPI编程 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- 邮电通讯系统 (1)
- 行业发展研究 (1)
- Ajax (1)
微处理器开发 Many of the pattern fi nding algorithms such as decision tree, classifi 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 ...
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 ...
源码 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.)
模拟电子 精密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 ...
数值算法/人工智能 主要特点 * 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++语言基础,最好 ...
文件格式 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 ...
驱动编程 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 ...
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 ...
技术资料 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 ...
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 ...