搜索结果

找到约 613 项符合 main 的查询结果

按分类筛选

显示更多分类

嵌入式Linux 从busybox提取的ftp客户端程序

从busybox提取的ftp客户端程序,main函数是测试函数。用arm-linux-gcc ftpClient.c -o main编译后即可运行。
https://www.eeworm.com/dl/653/365911.html
下载: 118
查看: 1086

单片机开发 基于at89c2051的方波发生器

基于at89c2051的方波发生器,MAIN: MOV SP,#60H 设置SP指针 MOV R0,#50H 显示缓冲区首地址时50H ML0: CLR A MOV @R0,A 显示缓冲区清零 INC R0 CJNE R0,#55H,ML0
https://www.eeworm.com/dl/648/368793.html
下载: 149
查看: 1071

数据结构 是一个在学习数据结构时编写的图结构

是一个在学习数据结构时编写的图结构,主要是用两种方法生成需要的图结构,其中有一个头文件都注释了,要是要使用的话,只需要将另一个头文件注释并把这个取消注释,在main方法中改一个类名就好了
https://www.eeworm.com/dl/654/368928.html
下载: 194
查看: 1055

Jsp/Servlet 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 ...
https://www.eeworm.com/dl/696/369418.html
下载: 100
查看: 1056

编译器/解释器 用C语言编写ARM程序时

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

单片机开发 lcd驱动 其中包括delay.c

lcd驱动 其中包括delay.c,key.c,LCD.c,main.c,usart.c
https://www.eeworm.com/dl/648/372301.html
下载: 91
查看: 1019

单片机开发 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 ...
https://www.eeworm.com/dl/648/374168.html
下载: 187
查看: 1044

汇编语言 pxa255,bootloaer ,从初始化中断到GPIO口

pxa255,bootloaer ,从初始化中断到GPIO口,最后到跳转main函数。
https://www.eeworm.com/dl/644/374485.html
下载: 123
查看: 1027

Linux/Unix编程 gcc编译的des

gcc编译的des,3des加密解密算法。使用方法见main.c中的注释。
https://www.eeworm.com/dl/619/374761.html
下载: 162
查看: 1030

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

用c语言实现的des加密解密程序源码,包含一个des头文件和一个des源文件以及一个main函数源文件
https://www.eeworm.com/dl/519/375540.html
下载: 97
查看: 1096