搜索结果

找到约 873 项符合 Main 的查询结果

按分类筛选

显示更多分类

游戏 以AIROBOT为平台构建的一个智能机器人。主源码见main.c。其余为使用的函数接口定义

以AIROBOT为平台构建的一个智能机器人。主源码见main.c。其余为使用的函数接口定义
https://www.eeworm.com/dl/625/214777.html
下载: 94
查看: 1074

游戏 以AIROBOT为平台构建的一个智能机器人。主源码见main.c。其余为使用的函数接口定义

以AIROBOT为平台构建的一个智能机器人。主源码见main.c。其余为使用的函数接口定义
https://www.eeworm.com/dl/625/214778.html
下载: 37
查看: 1088

嵌入式/单片机编程 c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c =

c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 }
https://www.eeworm.com/dl/647/140682.html
下载: 96
查看: 1385

数据结构 成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread

成績顯示三個部份abc #include<stdio.h> #include<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) { printf("成績為B\n") } else if(gread>=0&&gread<60) { printf("成績為C\n") } else ...
https://www.eeworm.com/dl/654/376202.html
下载: 161
查看: 1058

uCOS 熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main. 调用的函数

熟悉基于 uCOS-II 扩展的嵌入式操作系统的启动和应用程序的结构。阅读 main. 调用的函数,了解 uCOS-II操作系统系统的启动过程。使用Source Insight 3.0 C代码 辑器,在操作系统的基础上,编写一段程序,在屏幕上显示“Hello world”等文本 ...
https://www.eeworm.com/dl/649/392898.html
下载: 42
查看: 1097

单片机开发 用CY7C63723设计的鼠标固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main sourc

用CY7C63723设计的鼠标固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - macros.h - defines macros used ...
https://www.eeworm.com/dl/648/151618.html
下载: 155
查看: 1138

Linux/Unix编程 两个文件夹:circuit and code ! code 源码包包括3个文件夹: 脚本文件boot ---- 下载down----- 主函数main-----

两个文件夹:circuit and code ! code 源码包包括3个文件夹: 脚本文件boot ---- 下载down----- 主函数main-----
https://www.eeworm.com/dl/619/453528.html
下载: 50
查看: 1067

其他 REM 管理栏目设置 dim menu(4,10) menu(0,0)="信息及常规管理" menu(0,1)="<a target=main href=admin_config.asp&

REM 管理栏目设置 dim menu(4,10) menu(0,0)="信息及常规管理" menu(0,1)="<a target=main href=admin_config.asp>网站参数设置</a>" menu(0,2)="<a target=main href=admin_link.asp>友情链接管理</a>" menu(0,3)="<a target=main href=admin_mb.asp>网站模板管理</a>" menu(0,4)="<a target=main href=admin_ads.asp>网站 ...
https://www.eeworm.com/dl/534/340565.html
下载: 23
查看: 1096

数学计算 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if ( ...
https://www.eeworm.com/dl/641/376185.html
下载: 136
查看: 1165

数学计算 溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)

溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if ( ...
https://www.eeworm.com/dl/641/376200.html
下载: 174
查看: 1191