搜索结果

找到约 65 项符合 break 的查询结果

单片机编程 avr单片机c语言

第1章 单片机系统概述1.1 AVR系列单片机的特点1.2 AT90系列单片机简介第2章 AT90LS8535单片机的基础知识2.1 AT90LS8535单片机的总体结构2.1.1 AT90LS8535单片机的中央处理器2.1.2 AT90LS8535单片机的存储器组织2.1.3 AT90LS8535单片机的I/O接口2.1.4 AT90LS8535单片机的内部资源2.1.5 AT90LS8535单片机的时钟电路2.1.6 AT90 ...
https://www.eeworm.com/dl/502/31663.html
下载: 42
查看: 1084

Internet/网络编程 软件测试:一个编译器测试软件

软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) "字符串" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] double[] stri ...
https://www.eeworm.com/dl/620/120553.html
下载: 79
查看: 1069

Java书籍 java语言中常用的一些控制语句

java语言中常用的一些控制语句,如顺序、选择、循环、break、continue等
https://www.eeworm.com/dl/656/134370.html
下载: 82
查看: 1089

其他 How to call some functions that you might though it is simle sometimes, but it could take your worth

How to call some functions that you might though it is simle sometimes, but it could take your worthful time. Try these short routes as fun whenever you take a break.
https://www.eeworm.com/dl/534/139439.html
下载: 110
查看: 1069

Java编程 编写程序

编写程序,打印出1-100之间的素数,要求每行显示5个数据(可以用continue或break来做);
https://www.eeworm.com/dl/633/166238.html
下载: 79
查看: 1012

Applet Predefined Style options define the style by setting several other options. If other options are als

Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed la ...
https://www.eeworm.com/dl/634/195989.html
下载: 122
查看: 1069

人物传记/成功经验 In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandl

In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandler helps you create an action plan for living your vision in business and in life. It features 100 proven methods to positively change the way you think and act-methods based on feedback from the hund ...
https://www.eeworm.com/dl/695/214065.html
下载: 97
查看: 1050

matlab例程 % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.

% 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 ...
https://www.eeworm.com/dl/665/219973.html
下载: 159
查看: 1087

Java编程 1.计算n至少多大时

1.计算n至少多大时,以下不等式成立。 1+1/2+1/3+……+1/n>10 2.请分别用break和continue语句判断1-1000以内的素数个数。 3.编写一个程序找出100~1000之间的所有姐妹素数。(注: 姐妹素数是指相邻两个奇数均为素数。)
https://www.eeworm.com/dl/633/225099.html
下载: 113
查看: 1109

软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l

#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 war ...
https://www.eeworm.com/dl/684/232946.html
下载: 113
查看: 1102