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.
標簽: Programmer Networks entirely network
上傳時間: 2013-12-24
上傳用戶:liuchee
IIC C語言程序,只要重新定義引腳就可以實現I/O模擬IIC讀寫,驗證過可以穩定的讀寫
上傳時間: 2017-01-01
上傳用戶:無聊來刷下
用keil c對絕對地址的訪問,此例是對外部 i/o操作的的程序對絕對地址的訪問有滴一定幫助
上傳時間: 2017-01-06
上傳用戶:SimonQQ
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.
標簽: CAN configuring and transmit
上傳時間: 2013-12-11
上傳用戶:weiwolkt
蜂鳴器在單片機上的應用,C語言源碼,Keil uVision3工程文件,附原理圖及說明學習文檔 蜂鳴器的正極性的一端聯接到5V電源上面,另一端聯接到三極管的集電極,三極管的基級由單片機的P1.5管腳通過一個與非門來控制,當P1.5管腳為低時,與非門輸出高電平,三極管導通,這樣蜂鳴器的電流形成回路,發出聲音。當P1.5管腳為高時,與非門輸出低電平,三極管截止,蜂鳴器不發出聲音。在這里與非門是作為非門來用的,這里采用一個非門的作用是為了防止系統上電時峰鳴器發出聲音,以為系統復位以后,I/O口輸出的是高電平。 用戶可以通過程序控制P1.5管腳的置低和置高來使蜂鳴器發出聲音和關閉。 蜂鳴器的聲音大小及音調可以通過調整P1.5管腳的置高時間及輸出的波形進行控制,這一點可以在調試程序的時候來試驗。
上傳時間: 2017-01-27
上傳用戶:ryb
程式描述:使用Cypress的Cy7C63723晶片進行設計,實現USB介面的HID滑鼠。 安裝:把來源程式碼複製到硬碟特定目錄下,使用Keil C編譯器運行即可。 注意:可以首先使用Cypress的測試工具進行韌體程式的測試,以確保韌體程式的正確性。
上傳時間: 2017-02-10
上傳用戶:6546544
提供c、c++等語言對底層硬件的訪問,通過調用相應的文件,函數,對I/O端口進行訪問
上傳時間: 2013-12-19
上傳用戶:Yukiseop
本書全面介紹了UNIX系統的程序設計界面—系統調用界面和標準C庫提供的許多函數。 本書的前15章著重于理論知識的闡述,主要內容包括UNIX文件和目錄、進程環境、進程控制、進程間通信以及各種I/O。在此基礎上,分別按章介紹了多個應用實例,包括如何創建數據庫函數庫,PostScript 打印機驅動程序,調制解調器撥號器及在偽終端上運行其他程序的程序等。 本書內容豐富權威,概念清晰精辟,一直以來被譽為UNIX編程的“圣經”,對于所有UNIX程序員—無論是初學者還是專家級人士—都是一本無價的參考書籍。
上傳時間: 2014-12-05
上傳用戶:a673761058
1-wire 單總線是 Maxim 全資子公司 Dallas 的一項專有技術 與目前多數標準串行數據 通信方式 如SPI/I 2 C/MICROWIRE不同 它采用單根信號線 既傳輸時鐘 又傳輸數據 而且數據傳輸是雙向的 它具有節省 I/O 口線資源 結構簡單 成本低廉 便于總線擴展和 維護等諸多優點
標簽: MICROWIRE Dallas Maxim wire
上傳時間: 2013-12-20
上傳用戶:hj_18
Concert c++ example of facility location problem. C++ concert technology is a registered trademark of ILOG CPLEX
標簽: technology registered trademark facility
上傳時間: 2013-12-25
上傳用戶:fandeshun