虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Main

  • 89s51单片机控制继电器! 由s51io口输出低电平使三极管导通 从而控制继电器闭合 #include <reg51.H> sbit P0_0=P0^0 sbit P1_

    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 } }

    标签: sbit include 89s51 51

    上传时间: 2013-12-17

    上传用户:xsnjzljj

  • This paper presents a visual based localization mechanism for a legged robot. Our proposal, fundame

    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客户端程序

    从busybox提取的ftp客户端程序,Main函数是测试函数。用arm-linux-gcc ftpClient.c -o Main编译后即可运行。

    标签: busybox ftp 程序

    上传时间: 2016-11-13

    上传用户:plsee

  • 基于at89c2051的方波发生器

    基于at89c2051的方波发生器,Main: MOV SP,#60H 设置SP指针 MOV R0,#50H 显示缓冲区首地址时50H ML0: CLR A MOV @R0,A 显示缓冲区清零 INC R0 CJNE R0,#55H,ML0

    标签: c2051 2051 89c at

    上传时间: 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 pra

    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程序时

    用C语言编写ARM程序时,执行的第一条指令,并不在Main函数中。当我们生成一个C程序的可执行文件时,编译器总是在我们的代码前加一段固定的代码——crt0.o,它是编译器自带的一个文件。此段代码设置C程序的堆栈等,然后调用Main函数。很可惜,在我们的裸板上,这段代码无法执行,所以我们得自己写一个。这段代码很简单,只有3条指令。

    标签: ARM C语言 编写 程序

    上传时间: 2016-11-25

    上传用户:zhangyigenius

  • lcd驱动 其中包括delay.c

    lcd驱动 其中包括delay.c,key.c,LCD.c,Main.c,usart.c

    标签: delay lcd 驱动

    上传时间: 2016-11-28

    上传用户:songrui

  • AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate

    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口

    pxa255,bootloaer ,从初始化中断到GPIO口,最后到跳转Main函数。

    标签: bootloaer GPIO pxa 255

    上传时间: 2014-01-24

    上传用户:ljmwh2000