搜索结果
找到约 65 项符合
break 的查询结果
按分类筛选
- 全部分类
- 源码 (11)
- 单片机编程 (6)
- Java编程 (6)
- 其他 (4)
- 技术资料 (3)
- Internet/网络编程 (2)
- 其他书籍 (2)
- 人工智能/神经网络 (2)
- Linux/Unix编程 (2)
- Applet (2)
- VC书籍 (2)
- 书籍 (2)
- Java书籍 (1)
- 人物传记/成功经验 (1)
- matlab例程 (1)
- 操作系统开发 (1)
- 软件设计/软件工程 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- 其他嵌入式/单片机内容 (1)
- 书籍源码 (1)
- 编译器/解释器 (1)
- JavaScript (1)
- 单片机开发 (1)
- 数据结构 (1)
- 嵌入式/单片机编程 (1)
- *行业应用 (1)
- 文章/文档 (1)
- 技术书籍 (1)
- 软件 (1)
- 论文 (1)
- 习题答案 (1)
- VIP专区 (1)
单片机编程 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 ...
Internet/网络编程 软件测试:一个编译器测试软件
软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) "字符串" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] double[] stri ...
Java书籍 java语言中常用的一些控制语句
java语言中常用的一些控制语句,如顺序、选择、循环、break、continue等
其他 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.
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 ...
人物传记/成功经验 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 ...
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是随机间隔函数的密钥
...
Java编程 1.计算n至少多大时
1.计算n至少多大时,以下不等式成立。
1+1/2+1/3+……+1/n>10
2.请分别用break和continue语句判断1-1000以内的素数个数。
3.编写一个程序找出100~1000之间的所有姐妹素数。(注: 姐妹素数是指相邻两个奇数均为素数。)
软件设计/软件工程 #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 ...