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

main

  • 从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

  • gcc编译的des

    gcc编译的des,3des加密解密算法。使用方法见main.c中的注释。

    标签: gcc des 编译

    上传时间: 2013-12-18

    上传用户:PresidentHuang

  • 用c语言实现的des加密解密程序源码

    用c语言实现的des加密解密程序源码,包含一个des头文件和一个des源文件以及一个main函数源文件

    标签: des c语言 加密 解密

    上传时间: 2013-12-28

    上传用户:lmeeworm