搜索结果
找到约 168 项符合
Required 的查询结果
按分类筛选
- 全部分类
- 书籍 (18)
- 单片机编程 (13)
- 单片机开发 (13)
- 电源技术 (7)
- matlab例程 (7)
- 其他书籍 (7)
- Java编程 (7)
- 数学计算 (6)
- VC书籍 (5)
- 技术资料 (5)
- 模拟电子 (4)
- 其他 (4)
- Delphi控件源码 (3)
- 系统设计方案 (3)
- 汇编语言 (3)
- 人工智能/神经网络 (3)
- Linux/Unix编程 (3)
- 电子书籍 (3)
- 资料/手册 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- 接口技术 (2)
- DSP编程 (2)
- 压缩解压 (2)
- 其他数据库 (2)
- 驱动编程 (2)
- 技术管理 (2)
- 通讯/手机编程 (2)
- 加密解密 (2)
- 微处理器开发 (2)
- 文章/文档 (2)
- VHDL/FPGA/Verilog (2)
- 其他行业 (2)
- 其他嵌入式/单片机内容 (2)
- 论文 (2)
- 行业应用文档 (1)
- 教程资料 (1)
- 通信网络 (1)
- Java书籍 (1)
- 网络 (1)
- uCOS (1)
- 书籍源码 (1)
- USB编程 (1)
- 数值算法/人工智能 (1)
- Modem编程 (1)
- 文件格式 (1)
- 嵌入式/单片机编程 (1)
- 行业发展研究 (1)
- GPS编程 (1)
- 编译器/解释器 (1)
- 电子政务应用 (1)
- Windows Mobile (1)
- Symbian (1)
- 技术书籍 (1)
- 源码 (1)
数学计算 Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The require
Using Jacobi method and Gauss-Seidel iterative methods to solve the following system
The required precision is   =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
其他书籍 EBOOK: ARM SYSTEM DEVELOPER S GUIDE The ARM architecture is not a static constant but is being deve
EBOOK: ARM SYSTEM DEVELOPER S GUIDE
The ARM architecture is not a static constant but is being developed and improved to suit the
applications required by today’s consumer devices.
汇编语言 find the information about a host with the DNS retrieving system calls, such as gethostbyname() and
find the information about a host with the DNS retrieving system calls, such as gethostbyname() and gethostbyaddr().
(2) All the required information are in the hostent structure.
(3) All the aliases and IP addresses of the host is stored in the hostent structure using linked list (链表).
单片机开发 build a modbus client/server for use on the Protocessor (from FieldServer Technologies) Tools Req
build a modbus client/server for use on the Protocessor (from FieldServer Technologies)
Tools Required:
1. Microchip MCC18 compiler.
2. ICD2 debugger (or other device to program your PIC)
3. Protocessor hardware.
其他嵌入式/单片机内容 Summary Many control applications require converting some analog input to a digital format. The ADC
Summary
Many control applications require converting some analog input to a digital format. The ADCINC12 User
Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application
Note is meant to be a simple introduction into its operation. The steps required t ...
其他行业 File: fw.c Contents: Firmware frameworks task dispatcher and device request parser File: FX2.h Co
File: fw.c
Contents: Firmware frameworks task dispatcher and device request parser
File: FX2.h
Contents: EZ-USB FX2 constants, macros, datatypes, globals, and library
function prototypes.
File: FX2regs.h
Contents: EZ-USB FX2 register declarations and bit mask definitions.
File: periph.c
Contents: H ...
数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMathError exceptions.
If do NOT want to use this just call PolyFit2 directly.
usage: Call PolyFit by ...
人工智能/神经网络 n this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional inde
n this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional independence structure of a simple DBN. The derivation and details are presented in A Simple Tutorial on Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks. This detailed discussion of the ...
人工智能/神经网络 On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carl
On-Line MCMC Bayesian Model Selection
This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and deta ...
数学计算 The software implements particle filtering and Rao Blackwellised particle filtering for conditionall
The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient state-of-the-art resampling routines. These are generi ...