89s51單片機控制繼電器! 由s51io口輸出低電平使三極管導通 從而控制繼電器閉合 #include <reg51.H> sbit P0_0=P0^0 sbit P1_7=P1^7 Main() {while(1) { if (P0_0==0) P1_7==1 } }
上傳時間: 2013-12-17
上傳用戶:xsnjzljj
This paper presents a visual based localization mechanism for a legged robot. Our proposal, fundamented on a probabilistic approach, uses a precompiled topological map where natural landmarks like doors or ceiling lights are recognized by the robot using its on-board camera. Experiments have been conducted using the AIBO Sony robotic dog showing that it is able to deal with noisy sensors like vision and to approximate world models representing indoor ofce environments. The two major contributions of this work are the use of this technique in legged robots, and the use of an active camera as the Main sensor
標簽: localization mechanism presents proposal
上傳時間: 2016-11-04
上傳用戶:dianxin61
從busybox提取的ftp客戶端程序,Main函數是測試函數。用arm-linux-gcc ftpClient.c -o Main編譯后即可運行。
上傳時間: 2016-11-13
上傳用戶:plsee
基于at89c2051的方波發生器,Main: MOV SP,#60H 設置SP指針 MOV R0,#50H 顯示緩沖區首地址時50H ML0: CLR A MOV @R0,A 顯示緩沖區清零 INC R0 CJNE R0,#55H,ML0
上傳時間: 2014-01-03
上傳用戶:源弋弋
是一個在學習數據結構時編寫的圖結構,主要是用兩種方法生成需要的圖結構,其中有一個頭文件都注釋了,要是要使用的話,只需要將另一個頭文件注釋并把這個取消注釋,在Main方法中改一個類名就好了
上傳時間: 2016-11-20
上傳用戶:lunshaomo
Use the links below to download a source distribution of Ant from one of our mirrors. It is good practice to verify the integrity of the distribution files, especially if you are using one of our mirror sites. In order to do this you must use the signatures from our Main distribution directory. Ant is distributed as zip, tar.gz and tar.bz2 archives - the contents are the same. Please note that the tar.* archives contain file names longer than 100 characters and have been created using GNU tar extensions. Thus they must be untarred with a GNU compatible version of tar. If you do not see the file you need in the links below, please see the master distribution directory or, preferably, its mirror.
標簽: distribution download mirrors source
上傳時間: 2014-01-06
上傳用戶:xuanchangri
用C語言編寫ARM程序時,執行的第一條指令,并不在Main函數中。當我們生成一個C程序的可執行文件時,編譯器總是在我們的代碼前加一段固定的代碼——crt0.o,它是編譯器自帶的一個文件。此段代碼設置C程序的堆棧等,然后調用Main函數。很可惜,在我們的裸板上,這段代碼無法執行,所以我們得自己寫一個。這段代碼很簡單,只有3條指令。
上傳時間: 2016-11-25
上傳用戶:zhangyigenius
lcd驅動 其中包括delay.c,key.c,LCD.c,Main.c,usart.c
上傳時間: 2016-11-28
上傳用戶:songrui
AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate a pseudo-"Reflection" which is normally not support in C++ . The Main differences between AMOP and other mock object library is that, users DO NOT need to implement the interface of the object which to mock...
標簽: techniques Automatic template simulate
上傳時間: 2013-12-31
上傳用戶:rocwangdp
pxa255,bootloaer ,從初始化中斷到GPIO口,最后到跳轉Main函數。
上傳時間: 2014-01-24
上傳用戶:ljmwh2000