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 few lines, and trained with two functions. Layers can be connected to one another easily and painlessly.
標(biāo)簽: Programmer Networks entirely network
上傳時(shí)間: 2013-12-24
上傳用戶:liuchee
C++源代碼,遞歸實(shí)現(xiàn)。原問題描述:鼓上蚤時(shí)遷到一個(gè)山洞里去盜寶,里面有n件寶貝,價(jià)值分別是a1,a2......an,并且滿足ai大于a1+a2+....+a(i-1)的和。他身上有一個(gè)背包,能裝的東西最大價(jià)值是K,他只能進(jìn)洞一次,請(qǐng)問他最多能帶出多少? 要求:輸入K,n,a1,a2......an 輸出:他能最多帶出的寶物價(jià)值
標(biāo)簽: 源代碼
上傳時(shí)間: 2013-12-05
上傳用戶:z754970244
最小二乘擬合算法C程序,N為擬合點(diǎn)數(shù),T為擬合階數(shù)。
上傳時(shí)間: 2016-12-30
上傳用戶:頂?shù)弥?/p>
IIC C語言程序,只要重新定義引腳就可以實(shí)現(xiàn)I/O模擬IIC讀寫,驗(yàn)證過可以穩(wěn)定的讀寫
上傳時(shí)間: 2017-01-01
上傳用戶:無聊來刷下
用keil c對(duì)絕對(duì)地址的訪問,此例是對(duì)外部 i/o操作的的程序?qū)^對(duì)地址的訪問有滴一定幫助
上傳時(shí)間: 2017-01-06
上傳用戶:SimonQQ
n algorithm for domain independent linear text segmentation This the Windows version of the C99 algorithm that was presented in my NAACL00 paper. [Directories] bin contains executables, JAR file and test files classes compiled code as individual class files doc NAACL 00 paper describing the algorithm src source code for C
標(biāo)簽: segmentation independent algorithm the
上傳時(shí)間: 2017-01-07
上傳用戶:ghostparker
CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message when it s P3.7 button is depressed/released, with a 0x11 to indicate the button is pushed, and 0x00 when released. Each node also has a message object configured to receive messages. The C8051 tests the received data and will turn on/off the target board s LED. When one target is loaded with CAN2.c and the other is loaded with CAN1.c, one target board s push-button will control the other target board s LED, establishing a simple control link via the CAN bus and can be observed directly on the target boards.
標(biāo)簽: CAN configuring and transmit
上傳時(shí)間: 2013-12-11
上傳用戶:weiwolkt
一個(gè)基于GTK+的單詞數(shù)值計(jì)算器,1、 按照規(guī)則計(jì)算單詞的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26個(gè)字母(全部用大寫)的值分別為 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK這個(gè)單詞的值就為:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+R+D=8+1+18+4+23+15+18+11=98% LOVE=L+O+V+E=12+15+22+5=54% LUCK=L+U+C+K=12+21+3+11=47% ATTITUDE= A+T+T+I+T+U+D+E=1+20+20+9+20+24+4+5=100% 2、對(duì)程序的界面布局參考如下圖所示,在第一個(gè)單行文本框輸入一個(gè)單詞,點(diǎn)擊“計(jì)算”按鈕,按照以上算法計(jì)算出該單詞的值。 3、如果在最下面的單行文本框輸入一個(gè)文件路徑,此文件每行記錄一個(gè)單詞,那么經(jīng)過程序計(jì)算出各個(gè)單詞的值,并把結(jié)果輸出到當(dāng)前目錄下result.txt文件中。如果文件不存在,應(yīng)該提示錯(cuò)誤。
上傳時(shí)間: 2014-01-11
上傳用戶:康郎
蜂鳴器在單片機(jī)上的應(yīng)用,C語言源碼,Keil uVision3工程文件,附原理圖及說明學(xué)習(xí)文檔 蜂鳴器的正極性的一端聯(lián)接到5V電源上面,另一端聯(lián)接到三極管的集電極,三極管的基級(jí)由單片機(jī)的P1.5管腳通過一個(gè)與非門來控制,當(dāng)P1.5管腳為低時(shí),與非門輸出高電平,三極管導(dǎo)通,這樣蜂鳴器的電流形成回路,發(fā)出聲音。當(dāng)P1.5管腳為高時(shí),與非門輸出低電平,三極管截止,蜂鳴器不發(fā)出聲音。在這里與非門是作為非門來用的,這里采用一個(gè)非門的作用是為了防止系統(tǒng)上電時(shí)峰鳴器發(fā)出聲音,以為系統(tǒng)復(fù)位以后,I/O口輸出的是高電平。 用戶可以通過程序控制P1.5管腳的置低和置高來使蜂鳴器發(fā)出聲音和關(guān)閉。 蜂鳴器的聲音大小及音調(diào)可以通過調(diào)整P1.5管腳的置高時(shí)間及輸出的波形進(jìn)行控制,這一點(diǎn)可以在調(diào)試程序的時(shí)候來試驗(yàn)。
標(biāo)簽: uVision3 Keil 蜂鳴器 單片機(jī)
上傳時(shí)間: 2017-01-27
上傳用戶:ryb
C語言函數(shù)大全,N種格式,方便查詢和使用
上傳時(shí)間: 2014-01-24
上傳用戶:Yukiseop
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1