搜索结果
找到约 308 项符合
methods 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (31)
- 书籍 (30)
- matlab例程 (27)
- 数学计算 (20)
- 其他 (17)
- 数值算法/人工智能 (17)
- 单片机编程 (14)
- Java编程 (12)
- 人工智能/神经网络 (9)
- 技术资料 (8)
- 文章/文档 (7)
- 软件设计/软件工程 (7)
- 书籍源码 (6)
- 模拟电子 (5)
- 文件格式 (5)
- 系统设计方案 (5)
- 电子书籍 (5)
- Linux/Unix编程 (5)
- 行业发展研究 (5)
- 通讯编程文档 (5)
- VC书籍 (4)
- 单片机开发 (4)
- 可编程逻辑 (3)
- 软件工程 (3)
- JavaScript (3)
- Delphi控件源码 (3)
- 论文 (3)
- 电源技术 (2)
- 教程资料 (2)
- 网络 (2)
- 人物传记/成功经验 (2)
- 数据结构 (2)
- Internet/网络编程 (2)
- 嵌入式/单片机编程 (2)
- 通讯/手机编程 (2)
- GPS编程 (2)
- VIP专区 (2)
- 电机控制 (1)
- 技术书籍 (1)
- PCB相关 (1)
- 无线通信 (1)
- 测试测量 (1)
- 编译器/解释器 (1)
- 微处理器开发 (1)
- 交通/航空行业 (1)
- *行业应用 (1)
- 加密解密 (1)
- Symbian (1)
- Java书籍 (1)
- 多国语言处理 (1)
- 技术管理 (1)
- 手机彩信(MMS)编程 (1)
- 其他行业 (1)
- 嵌入式Linux (1)
- 手机短信编程 (1)
- 并行计算 (1)
- 压缩解压 (1)
- VHDL/FPGA/Verilog (1)
- 电工电气 (1)
- Delphi/CppBuilder (1)
- Windows编程 (1)
- 源码 (1)
并行计算 dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical
dysii is a C++ library for distributed probabilistic inference and learning in large-scale dynamical systems. It provides methods such as the Kalman, unscented Kalman, and particle filters and smoothers, as well as useful classes such as common probability distributions and stochastic processes.
软件设计/软件工程 A class--the basic building block of an object-oriented language such as Java--is a template that de
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and behavior associated with instances of that class. When you instantiate a class you create an object that looks and feels like other instances of the same class. The data associate ...
数学计算 observable distribution grid are investigated. A distribution grid is observable if the state of th
observable distribution grid are investigated. A distribution
grid is observable if the state of the grid can be fully determined.
For the simulations, the modified 34-bus IEEE test feeder is used.
The measurements needed for the state estimation are generated
by the ladder iterative technique. Two ...
文件格式 This paper presents a novel technique to increase the quality of medical images based on Histogram
This paper presents a novel technique to increase
the quality of medical images based on Histogram
Equalization. In the proposed method first we have
applied a noise reduction method and then we apply
some suitable preprocessing on histogram of the
medical images and after that histogram equalizatio ...
软件工程 A good document in french for learning to program with c in a short time.It offers the basic fonctio
A good document in french for learning to program with c in a short time.It offers the basic fonctions, methods for a better use of this language.
JavaScript This project developed in java leads us to realize a flight reservation system in order to emulate d
This project developed in java leads us to realize a flight reservation system in order to emulate databases containing the structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 methods.
Two interfaces provide an access to this syst ...
行业发展研究 This thesis presents a comprehensive overview of the problem of facial recognition. A survey of avai
This thesis presents a comprehensive overview of the problem of facial recognition. A survey of available facial detection algorithms as well as implementation and tests of di铿€erent feature extraction and dimensionality reduction methods and light normalization methods are presented.
其他 使用TWAIN读取扫描仪的图像。In Windows imaging applications, the most used API for scanning is TWAIN www.twain.o
使用TWAIN读取扫描仪的图像。In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET to access this API. This article doesn t explain this intero ...
其他书籍 This gorgeous, full-color book will guide you through the complete design process, from getting insp
This gorgeous, full-color book will guide you through the complete design process, from getting inspiration and sketching ideas out, through to choosing a color scheme, designing the layout, and selecting effective imagery.
Throughout, the focus is on simple and practical techniques that anyone can ...
Java编程 Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the gr
Specification File
adjacencyListGragh
class GeneralGraph:
use adjacency list to implement the graph which data structure is vector
Construct methods:
* public GeneralGraph():
contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirecte ...