搜索结果
找到约 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)
其他 An instrument other than a watch for measuring or indicating time, especially a mechanical or electr
An instrument other than a watch for measuring or indicating time, especially a mechanical or electronic device having a numbered dial and moving hands or a digital display.break down the enemy s resistance
书籍源码 C语言精彩百例第1-44例 实例1 数据类型转换 实例2 转义字符 实例3 关系和逻辑运算 实例4 自增自减 实例5 普通位运算 实例6 位移运算 实例7 字符译码 实例8 指针操作符
C语言精彩百例第1-44例
实例1 数据类型转换
实例2 转义字符
实例3 关系和逻辑运算
实例4 自增自减
实例5 普通位运算
实例6 位移运算
实例7 字符译码
实例8 指针操作符
实例9 if判断语句
实例10 else-if语句
实例11 嵌套if语句
实例12 switch语句
实例13 for语句
实例14 while语句
实例15 do-while语句
实例16 break和conti ...
人工智能/神经网络 New training algorithm for linear classification SVMs that can be much faster than SVMlight for larg
New training algorithm for linear classification SVMs that can be much faster than SVMlight for large datasets. It also lets you direcly optimize multivariate performance measures like F1-Score, ROC-Area, and the Precision/Recall Break-Even Point.
编译器/解释器 词法分析器的功能是输入源程序
词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。
识别保留字:if、int、for、while、do、return、break、continue;
单词种别码为1。
其他的都识别为标识符;单词种别码为2。
常数为无符号整形数;单词种别码为3。
运算符包括:+、-、*、/、= ...
单片机开发 The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash bre
The ISD51_Demo project for the MSC1200 shows how to use the ISD51
In-System-Debugger with flash breakpoints or hardware breakpoints.
By default, it is configured for flash breakpoints which allow you
to set real-time breakpoints in your software. Using Flash breakpoints
has also the benefit that no ...
人工智能/神经网络 function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent fo
function [U,center,result,w,obj_fcn]= fenlei(data)
[data_n,in_n] = size(data)
m= 2 % Exponent for U
max_iter = 100 % Max. iteration
min_impro =1e-5 % Min. improvement
c=3
[center, U, obj_fcn] = fcm(data, c)
for i=1:max_iter
if F(U)>0.98
break
else
w_new=eye(in_n,in_n)
center1=sum(cent ...
Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h>
#include<stdio.h>
#include<string.h>
#include<limits.h>
#include<unistd.h>
#include<sys/types.h>
#define PROMPT_STRING "[myshell]$"
#define QUIT_STRING "exit\n"
static char inbuf[MAX_CANON]
char * g_ptr
char * g_lim
extern void yylex()
int main (void){
for( ){
if(fputs(PROMPT_STRING,stdout ...
数据结构 void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(
void insert_sort(int *a,int n)
{
if(n==1) return
insert_sort(a,n-1)
int temp=a[n-1]
for(int i=n-2 i>=0 i--)
{
if(temp<a[i])
a[i+1]=a[i]
else break
}
a[i+1]=temp
}
Internet/网络编程 C语言实现病毒源码 当含有病毒部分的程序被执行时
C语言实现病毒源码
当含有病毒部分的程序被执行时,首先进入病毒程序。它在磁盘上找扩展名为C的匹配文件,如果找到,查找是否有被传染过的标志“INFECTED”。如果有此标志,继续找其它的C文件,直至全部检查一遍。若没有这个标志,则
(1)在未被感染的C程序头部加入“INFECTED”已被传染标志。
(2)读取病毒文件的头文件 ...
其他 AR Embedded Workbench Evaluation for MSP430 V3.42A 破解版,测试通过.破解的时候看一下说明文档.-IAR Embedded Workbench Eva
AR Embedded Workbench Evaluation for MSP430 V3.42A 破解版,测试通过.破解的时候看一下说明文档.-IAR Embedded Workbench Evaluation for MSP430 V3.42A cracked version of the test. Break time to look at documentation.