搜索结果

找到约 30 项符合 goto 的查询结果

Java编程 大厦游览图,通过命令行来实现 System.out.println("where 显示当前在什么地方") System.out.println("list 列出当前位置的物品") S

大厦游览图,通过命令行来实现 System.out.println("where 显示当前在什么地方") System.out.println("list 列出当前位置的物品") System.out.println("list allspots 列出大厦内所有地点") System.out.println("list spots 列出当前位置附近的地点") System.out.println("list goods 列出当前位置的物品") S ...
https://www.eeworm.com/dl/633/231491.html
下载: 140
查看: 1030

电子书籍 第三章 程序流程控制 主要内容1、if…else…选择语句。 2、条件运算符。 3、SWITCH开关分支语句。 4、逻辑运算符。 5、循环语句。 6、自增自减运算。 7、break、co

第三章 程序流程控制 主要内容1、if…else…选择语句。 2、条件运算符。 3、SWITCH开关分支语句。 4、逻辑运算符。 5、循环语句。 6、自增自减运算。 7、break、continue、goto语句 8、运算符的优先级、结合性。
https://www.eeworm.com/dl/cadence/ebook/246794.html
下载: 178
查看: 1053

编译器/解释器 这个C++程序

这个C++程序,可以转换如Fortran 77程序到C++可用程序,当然,还有一些例外,如Fortan中的FORMAT语句,以及goto语句可能使得你的代码很长。你可以通过配置,让转换程序进行批量的语言转换。
https://www.eeworm.com/dl/628/286535.html
下载: 89
查看: 1021

编译器/解释器 c语言实现

c语言实现,slr(1)语法分析,语法分析的ation表和goto表分别用txt文档保存。
https://www.eeworm.com/dl/628/352667.html
下载: 171
查看: 1033

Linux/Unix编程 gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints -----------------

gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40 ...
https://www.eeworm.com/dl/619/381722.html
下载: 124
查看: 1080

其他嵌入式/单片机内容 pic延时子程序

pic延时子程序,同过.EXE文件取出的值替换下面的代码,就能很好的实现延时。 1层循环例程: movlw 0x00 取值 movwf n0 incfsz n0 goto $-1 return 2层循环例程: movlw 0x11 外层 movwf n1 movlw 0x00 里层 movwf n0 incfsz n0 goto $-1 incfsz n1 goto $-5 return ...
https://www.eeworm.com/dl/687/407054.html
下载: 57
查看: 1038

其他 垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="" set R=" R:~1,-2 "

垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :DD cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :DD Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" ...
https://www.eeworm.com/dl/534/430169.html
下载: 136
查看: 1046

技术书籍 c语言深度剖析

第一章关键字...................................................................................................................................9 1.1,最宽恒大量的关键字----auto..........................................................................................11 1.2,最快的关键字---- register. ...
https://www.eeworm.com/dl/502642.html
下载: 4
查看: 110

源码 运动会源代码

#include <malloc.h>       #include <stdio.h>       #include <stdlib.h>       #include <string.h>       #define NULL 0    &nbsp ...
https://www.eeworm.com/dl/513814.html
下载: 2
查看: 9

源码 12345

/****************temic*********t5557***********************************/    #include   <at892051.h>     #include   <string.h>    #include   <intrins.h>     #include   <stdio.h>     #define    uchar    unsign ...
https://www.eeworm.com/dl/515933.html
下载: 1
查看: 115