搜索结果
找到约 110 项符合
defIned 的查询结果
按分类筛选
- 全部分类
- 书籍 (9)
- matlab例程 (8)
- 单片机编程 (7)
- 技术资料 (7)
- GPS编程 (6)
- 数值算法/人工智能 (6)
- 人工智能/神经网络 (4)
- 单片机开发 (4)
- 学术论文 (3)
- 教程资料 (3)
- 可编程逻辑 (3)
- Java编程 (3)
- 其他书籍 (3)
- 数学计算 (3)
- 软件设计/软件工程 (3)
- 软件工程 (3)
- 驱动编程 (2)
- 书籍源码 (2)
- 其他 (2)
- 数据结构 (2)
- 压缩解压 (2)
- 技术管理 (2)
- 文章/文档 (2)
- 实用工具 (1)
- 模拟电子 (1)
- 无线通信 (1)
- 编译器/解释器 (1)
- Linux/Unix编程 (1)
- J2ME (1)
- 游戏 (1)
- 串口编程 (1)
- Internet/网络编程 (1)
- 操作系统开发 (1)
- 通讯/手机编程 (1)
- 网络 (1)
- Delphi控件源码 (1)
- 邮电通讯系统 (1)
- 系统设计方案 (1)
- 通讯编程文档 (1)
- 行业发展研究 (1)
- 多国语言处理 (1)
- 技术书籍 (1)
- 接口技术 (1)
- 源码 (1)
GPS编程 gps matlab 仿真程序(A collection of geodetic functions that solve a variety of problems in geodesy. Supp
gps matlab 仿真程序(A collection of geodetic functions that solve a variety of problems in geodesy. Supports a wide range of common and user-defined reference ellipsoids. Most functions are vectorized.)
数学计算 This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a funct
This GUI can be used by entering nu at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function s integral can be evaluated over a user defined range by usin ...
人工智能/神经网络 neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object o
neural network utility is a Neural Networks library for the
C++ Programmer. It is entirely object oriented and focuses
on reducing tedious and confusing problems of programming neural networks.
By this I mean that network layers are easily defined. An
entire multi-layer network can be created in a f ...
数值算法/人工智能 Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs
Batch version of the back-propagation algorithm.
% Given a set of corresponding input-output pairs and an initial network
% [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the
% network with backpropagation.
%
% The activation functions must be either linear or tanh. The network
...
人工智能/神经网络 % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p
% Train a two layer neural network with the Levenberg-Marquardt
% method.
%
% If desired, it is possible to use regularization by
% weight decay. Also pruned (ie. not fully connected) networks can
% be trained.
%
% Given a set of corresponding input-output pairs and an initial
% network,
% ...
matlab例程 Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne
Train a two layer neural network with a recursive prediction error
% algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully
% connected) networks can be trained.
%
% The activation functions can either be linear or tanh. The network
% architecture is defined by the matrix NetDef , w ...
matlab例程 Quartz is a full-featured, open source job scheduling system that can be integrated with, or used al
Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing ten ...
其他 Excel的强大函数功能
Excel的强大函数功能,为我们带来了极大方便,虽然它有200多个函数,但有时我们为实现一项规定的功能,可能用到几个函数或者采用嵌套函数,这样应用起来,也不太方便。其实对于我们经常用到的功能,我们可以创建自定义函数UDF(User—defined function),它的运行与Excel中自带的函数完全相同。建立自定义函数有以下几个优点 ...
技术管理 The Software Engineering Institute’s (SEI) Capability Maturity Model (CMM) provides a well-known ben
The Software Engineering Institute’s (SEI) Capability Maturity Model (CMM) provides a well-known benchmark of software
process maturity. The CMM has become a popular vehicle for assessing the maturity of an organization’s software process in
many domains. This white paper describes how the Rationa ...
数值算法/人工智能 Measuring Frequency Content in Signals I this section we will study some non parametric methods fo
Measuring Frequency Content in
Signals
I this section we will study some non parametric methods for spectrum estimation
of a stochastic process. These methods are described in the literature.
All methods are based on the Periodogram which is defined for a sequence x[n]
with length N according to ...