完整的c程序,包括模擬量輸入輸出,pid算法,觸摸屏通訊等。
標簽: 程序
上傳時間: 2016-10-17
上傳用戶:lijianyu172
CppReference 對于c/c++的詳盡說明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & Character Standard C Math Standard C Time & Date Standard C Memory Other standard C functions All C Functions C++ C++ I/O C++ Strings C++ String Streams Miscellaneous C++ C++ Standard Template Library C++ Algorithms C++ Vectors C++ Double-Ended Queues C++ Lists C++ Priority Queues C++ Queues C++ Stacks C++ Sets C++ Multisets C++ Maps C++ Multimaps C++ Bitsets Iterators All C++ Functions
標簽: Pre-processor CppReference Reference Operator
上傳時間: 2016-10-26
上傳用戶:aeiouetla
自己編寫的C++,用DEV-C++編譯, 求一個有序的數組的眾數,用數組實現,效率很高,時間復雜是O(n)
標簽: 編寫
上傳時間: 2013-12-18
上傳用戶:lijianyu172
用C語言編寫ARM程序時,執行的第一條指令,并不在main函數中。當我們生成一個C程序的可執行文件時,編譯器總是在我們的代碼前加一段固定的代碼——crt0.o,它是編譯器自帶的一個文件。此段代碼設置C程序的堆棧等,然后調用main函數。很可惜,在我們的裸板上,這段代碼無法執行,所以我們得自己寫一個。這段代碼很簡單,只有3條指令。
上傳時間: 2016-11-25
上傳用戶:zhangyigenius
軟件重構中的代碼量分析,本文檔采用的是C語言中的冒泡排序法進行分析,計算出代碼量
上傳時間: 2016-12-01
上傳用戶:xinyuzhiqiwuwu
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