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
...
Small calculater GUI
This GUI takes 2 user chosen numbers and applies a matchmatical operation on the two numbers. Also shows save and load functionality.
The combinatorial core of the OVSF code assignment problem
that arises in UMTS is to assign some nodes of a complete binary
tree of height h (the code tree) to n simultaneous connections, such that
no two assigned nodes (codes) are on the same root-to-leaf path. Each
connection requires a code on a ...
This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. ...
Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux
Main Features:
* Creates a virtual encrypted disk within a file and mounts it as a real disk.
* Encrypts an entire partition or storage device such as USB flash drive or hard drive.
* Encrypts a partition or dr ...
a MATLAB program which tries to correct situations in which a triangulation includes corner triangles, that is, triangles which have two sides on boundary
To review what a metaball is, and how to render them and to describe a
new optimization I ve made for rendering metaballs. For complex scenes,
it can render hundreds of times faster, though I m certain others have
discovered this trick as well. It does very slightly change the
characteristic ...
The basic principle using the branchand-
bound strategy to solve the traveling
salesperson optimization problem (TSP)
consists of two parts.
􀂄 There is a way to split the solution space.
􀂄 There is a way to predict a lower bound for a
class of solutions.
􀂄 There is also a way ...
调试通道例子。DCC is available on ARM cores which contain EmbeddedICE logic, e.g. ARM7TDMI,
ARM9TDMI, etc. DCC is accessed by the target via coprocessor 14 using the
ARM instructions MCR and MRC.
The two assembler source files provided are:
outchan.s for Target to debugger communication
inchan ...
This article describes how to consume Web services in Java 1.5.0 using the new JAX-WS 2.0 API (JSR 228).
Developers around the world, including me, have always complained about the hard ways to work in Java to consume even a Web service as simple as adding two numbers.
However, with JAX-WS 2.0 A ...