J2ME CANVAS INput IN CHINESE
上传时间: 2016-12-23
上传用户:yd19890720
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 % architecture is defined by the matrix NetDef consisting of two % rows. The first row specifies the hidden layer while the second % specifies the output layer. %
标签: back-propagation corresponding INput-output algorithm
上传时间: 2016-12-27
上传用户:exxxds
数值计算牛顿迭代法的matlab源程序 说明如下: %fun----INput,the part as the form of f(x) in the equation f(x)=0 % ini----INput,sets the starting point to ini % err----INput,sets admissible error % sol----output,returns the root of equation
上传时间: 2014-01-12
上传用户:妄想演绎师
数值分析高斯——列主元消去法主程序 说明如下: % a----INput,matrix of coefficient % b----INput,right vector % sol----output,returns the solution of linear equation
标签: INput coefficient matrix vector
上传时间: 2017-01-01
上传用户:dancnc
verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進位 INput [15:0] A_in // 輸入A INput [15:0] B_in // 輸入B INput carryin // 第一級進位 C0
标签: output look-ahead carryout verilog
上传时间: 2014-12-06
上传用户:ls530720646
verilog code array_multiplier output [7:0] product INput [3:0] wire_x INput [3:0] wire_y
标签: INput array_multiplier verilog product
上传时间: 2014-01-04
上传用户:wxhwjf
verilog code radix-2 SRT divider INput [7:0]Dividend INput [3:0]Divisor output [4:0]Quotient output [8:0]Remainder
标签: INput Dividend Quotient verilog
上传时间: 2014-11-27
上传用户:三人用菜
This program produces a Frequency Domain display from the Time Domain * data INput using the Fast Fourier Transform.
标签: Domain Frequency the produces
上传时间: 2013-12-11
上传用户:mpquest
Overview INput Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8
上传时间: 2013-12-24
上传用户:远远ssad
编写INput()和output()函数输入,输出5个学生的数据记录,主要练习使用这两个函数
上传时间: 2017-01-17
上传用户:qoovoop