學(xué)上的基本神經(jīng)元,人工的神經(jīng)網(wǎng)絡(luò)也有基本的神經(jīng)元。每個(gè)神經(jīng)元有特定數(shù)量的輸入,也會(huì)為每個(gè)神經(jīng)元設(shè)定權(quán)重(weight)。權(quán)重是對(duì)所輸入的資料的重要性的一個(gè)指標(biāo)。然后,神經(jīng)元會(huì)計(jì)算出權(quán)重合計(jì)值(net value),而權(quán)重合計(jì)值就是將所有輸入乘以它們的權(quán)重的合計(jì)。每個(gè)神經(jīng)元都有它們各自的臨界值(threshold),而當(dāng)權(quán)重合計(jì)值大于臨
標(biāo)簽:
上傳時(shí)間: 2014-06-06
上傳用戶:luke5347
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that character to the screen, and then outputs the ASCII hex value of that character.
標(biāo)簽: demonstrates c8051f340 C8051F340 configure
上傳時(shí)間: 2013-12-25
上傳用戶:lepoke
(1) 設(shè)計(jì)和編寫(xiě)代表矩陣的Matrix類。該類包括矩陣行列數(shù)變量int rows和int cols,矩陣數(shù)據(jù)數(shù)組double data[][],構(gòu)造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),獲取某元素值的方法getData(int row,int col),設(shè)置某元素值的方法setData(int row,int col,double value),計(jì)算兩個(gè)矩陣的乘積的方法multiply(Matrix m)以及toString()等內(nèi)容。
標(biāo)簽: int Matrix cols rows
上傳時(shí)間: 2016-08-19
上傳用戶:qiao8960
This file implements a pid controller used to simulator cruise control in a car The input is a throtle value between 0 - 100 ( read on P1 ) The output is the car s speed ( P2 - P0 )
標(biāo)簽: controller implements simulator control
上傳時(shí)間: 2014-01-01
上傳用戶:13160677563
FASTICA can be called with numerous optional arguments. Optional arguments are given in parameter pairs, so that first argument is the name of the parameter and the next argument is the value for that parameter. Optional parameter pairs can be given in any order.
標(biāo)簽: arguments parameter Optional numerous
上傳時(shí)間: 2014-08-18
上傳用戶:2525775
1.把"Web"文件夾內(nèi)的文件拷貝到某個(gè)文件夾 2.在IIS中新建站點(diǎn),指向該文件夾,如果新建虛擬路徑,會(huì)導(dǎo)致一些圖片的不正常顯示. 3."Database"文件夾內(nèi)有數(shù)據(jù)庫(kù)文件hyb2bTest_Data.MDF,在Sql Server企業(yè)管理器中選擇"附加數(shù)據(jù)庫(kù)" 4.需要修改根目錄web.config文件 <add key="DBServer" value="."/>,改成當(dāng)前數(shù)據(jù)庫(kù)地址 <add key="DBUser" value="sa"/>,改成當(dāng)前數(shù)據(jù)庫(kù)用戶名 <add key="DBPwd" value="sa"/>,改成當(dāng)前數(shù)據(jù)庫(kù)密碼 <add key="DBName" value="hyb2btest"/>,改成當(dāng)前數(shù)據(jù)庫(kù)名稱 <add key="SQLConnString" value="server=. database=hyb2btest user id=sa pwd=sa Min Pool Size=10"/>,分別也換成當(dāng)前數(shù)據(jù)庫(kù)的地址,用戶名、密碼以及數(shù)據(jù)庫(kù)名稱。 5.后臺(tái)登錄地址: 當(dāng)前路徑+manage/index.aspx 帳戶:admin 密碼:admin 環(huán)境要求: Windows2000 / Windows2003 + IIS5 + .NET Framework 1.1 + MS SQL Server 2000 或各更高版本 演示地址:www.hyb2b.cn 電話:13061363607 MSN :huayousoft@hotmail.com
上傳時(shí)間: 2014-01-27
上傳用戶:zhliu007
超強(qiáng)在線編輯表格 本程序是用JavaScript寫(xiě)的表格應(yīng)用程序,實(shí)現(xiàn)的功能如下: a.此表格可以實(shí)現(xiàn)增加,刪除,上移,下移,修改等很多的操作,并且,可以設(shè)置每一列的編輯方式. b.目前含有兩種編輯方式: 1,文本框編輯 2,下拉框編輯 (需要提供兩個(gè)數(shù)組,一個(gè)是text,一個(gè)是value) c.編輯過(guò)程中,可以使用tab鍵進(jìn)入下一個(gè)單元格進(jìn)行編輯,也可以之間使用enter鍵結(jié)束編輯 d.提供設(shè)置圖標(biāo)的功能 (主要程序代碼在"超強(qiáng)在線編輯表格.files\js_top.htm"文件中)
標(biāo)簽: JavaScript 表格 編輯 程序
上傳時(shí)間: 2013-12-19
上傳用戶:tonyshao
CRC碼產(chǎn)生器與校驗(yàn)器程序 Features : Executes in one clock cycle per data word Any polynomial from 4 to 32 bits Any data width from 1 to 256 bits Any initialization value Synchronous or asynchronous reset
標(biāo)簽: polynomial Features Executes clock
上傳時(shí)間: 2013-12-18
上傳用戶:Ants
a Java program that reads in the following values from the standard input device (i.e. Keyboard) and writes its result on the standard output device (i.e. Console/Monitor): Inputs: A: the loan amount in dollars and cents (e.g. 150000.00). r: the net annual interest rate, expressed as an integer (e.g. 10 which means 10%) Y: the number of whole remaining years (for repayment) M: the number of remaining months Output: The program should calculate and output the amount of monthly repayments in dollars and cents as single value (e.g. $840.55)
標(biāo)簽: i.e. following the Keyboard
上傳時(shí)間: 2013-12-15
上傳用戶:米卡
Its functions are: n order within (excluding n) At the same time, 3 and 7 can be integral to all natural and a few of the square root of s, and function as a value to return, the final result s output to file out.dat China.
標(biāo)簽: functions excluding integral within
上傳時(shí)間: 2016-11-12
上傳用戶:王者A
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1