搜索结果
找到约 950 项符合
input-output 的查询结果
matlab例程 The toolbox solves a variety of approximate modeling problems for linear static models. The model ca
The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data and data that is consistent with the model. There ar ...
人工智能/神经网络 % 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,
% ...
Java书籍 Java Media APIs: Cross-Platform Imaging, Media, and Visualization presents integrated Java media sol
Java Media APIs: Cross-Platform Imaging, Media, and Visualization presents integrated Java media solutions that demonstrate the best practices for using this diverse collection. According to Sun MicroSystems, "This set of APIs supports the integration of audio and video clips, animated presentations ...
电子书籍 This book gives a concise description of the Java 2 programming language. They give a quick referen
This book gives a concise description of the Java 2 programming language. They give a quick reference for the reader who has already learned (or is learning) Java from a standard textbook
and who wants to know the language in more detail. These book presents the entire Java programming language an ...
源码/资料 Boost C++ Libraries 1.35.0
Boost C++ Libraries
Free peer-reviewed portable C++ source libraries
Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost ...
源码 BP神经网络matlab源程序代码
BP神经网络matlab源程序代码
%%  该代码为 BP 神经网络的预测代码
%  清空环境变量
 
clc 
clear 
%  
%%  网络结构建立
 
% 读取数据
 
load data input output 
input=data(;,1;2;3;4;5);
output=data(;,5);
%节点个数
 
 
%训练数据和预测数 ...
书籍 Basic+ESD+and+IO+Design
This effort started as an answer to the numerous questions the authors have
repeatedly had to answer about electrostatic discharge (ESD) protection and
input/output (1/0) designs. In the past no comprehensive book existed suffi-
ciently covering these areas, and these topics were rarely taught in en ...
技术资料 FPGA读写SD卡读取BMP图片通过LCD显示例程实验 Verilog逻辑源码Quartus工程文件
FPGA读写SD卡读取BMP图片通过LCD显示例程实验 Verilog逻辑源码Quartus工程文件+文档说明,FPGA型号Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。1 实验简介在前面的实验中我们练习了 SD 卡读写,VGA 视频显示等例程,本实验将 SD 卡里的 BMP 图片读出,写入到外部存储器,再通过 VGA、LCD 等显示。本实验如果通过液晶屏 ...
技术资料 AD8605/AD8606/AD8608 运算放大器DataSheet
Precision, Low Noise, CMOS, Rail-to-Rail,
Input/Output Operational Amplifiers
Data Sheet AD8605/AD8606/AD8608The AD8605, AD8606, and AD86081 are single, dual, and quad rail-to-rail input and output, single-supply amplifiers. They feature very low offset voltage, low input voltage and current no ...
技术资料 高清电子书-C++ Primer Plus 第6版英文版 1438页
高清电子书-C++ Primer Plus, 第6版英文版 1438页Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming,
generic programming, and the traditional procedural programming.The fifth edition of
this book ...