搜索结果

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

按分类筛选

显示更多分类

微处理器开发 基于AT91R40008开发的UART程序。以包装为函数

基于AT91R40008开发的UART程序。以包装为函数,可以直接用在main函数中(ADS1.2编译通过)
https://www.eeworm.com/dl/655/133559.html
下载: 102
查看: 1085

编译器/解释器 C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成

C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成,声明可以是函数或变量声明,顺序是任意的。至少必须有一个声明。接下来是语义限制(这些在C中不会出现)。所有的变量和函数在使用前必须声明(这避免了向后backpatching引用)。程序中最后的声明必须是一个函数声明,名字为main。注意,C-缺乏原型,因此声明和定义之 ...
https://www.eeworm.com/dl/628/133774.html
下载: 58
查看: 1116

其他 A.执行SPLIB B.执行SPDOS C.装载拼音模块D.装载五笔字型输入模块32.在汉字输入状态下

A.执行SPLIB B.执行SPDOS C.装载拼音模块D.装载五笔字型输入模块32.在汉字输入状态下, 按下Shift+A组合键后,输入了_______。 ... A.按原代码方式B.按指定字体C.按标准方式D. 按分栏方式41.FoxBASE启动后,在圆点"."提示符下,执行命令文件MAIN. ...
https://www.eeworm.com/dl/534/136494.html
下载: 50
查看: 1119

加密解密 一个可以实际编译运行的 MD5算法原代码

一个可以实际编译运行的 MD5算法原代码,含main调试程序。
https://www.eeworm.com/dl/519/137972.html
下载: 22
查看: 1067

嵌入式/单片机编程 One of the most important issues affecting the implementation of microcontroller software deals wi

One of the most important issues affecting the implementation of microcontroller software deals with the data-decision algorithm. Data-decision refers to decoding the DIO-pin from the CC400/CC900. Two main principles exist for decoding Manchester-coded data: Data decision based on timing the period ...
https://www.eeworm.com/dl/647/139197.html
下载: 92
查看: 1067

书籍源码 复化梯形公式

复化梯形公式,数值计算。This the main application source file
https://www.eeworm.com/dl/532/140804.html
下载: 173
查看: 1058

嵌入式Linux 文件功能 44binit.s----中断初始化

文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件
https://www.eeworm.com/dl/653/140967.html
下载: 149
查看: 1019

其他 一个写在vc中的快速排序法函数

一个写在vc中的快速排序法函数,没有单独做测试类,而是在main函数中给出了例子,运行最后会在控制台看到结果。
https://www.eeworm.com/dl/534/143517.html
下载: 28
查看: 1042

单片机开发 This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup

This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In ad ...
https://www.eeworm.com/dl/648/145178.html
下载: 21
查看: 1081

Linux/Unix编程 常用的子串替换、去除空格、找子串等

常用的子串替换、去除空格、找子串等,以包含文件用,将main()注释去掉,将.h改名.c就可以进行测试。
https://www.eeworm.com/dl/619/145736.html
下载: 114
查看: 1033