搜索结果

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

其他 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
https://www.eeworm.com/dl/534/260330.html
下载: 76
查看: 1033

书籍源码 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 ...
https://www.eeworm.com/dl/532/275035.html
下载: 91
查看: 1056

人工智能/神经网络 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.
https://www.eeworm.com/dl/650/289495.html
下载: 25
查看: 1035

编译器/解释器 词法分析器的功能是输入源程序

词法分析器的功能是输入源程序,输出单词符号。词法分析器的单词符号常常表示成以下的二元式(单词种别码,单词符号的属性值)。 识别保留字:if、int、for、while、do、return、break、continue; 单词种别码为1。 其他的都识别为标识符;单词种别码为2。 常数为无符号整形数;单词种别码为3。 运算符包括:+、-、*、/、= ...
https://www.eeworm.com/dl/628/320668.html
下载: 99
查看: 1045

单片机开发 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 ...
https://www.eeworm.com/dl/648/374264.html
下载: 176
查看: 1090

人工智能/神经网络 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 ...
https://www.eeworm.com/dl/650/377003.html
下载: 132
查看: 1038

Linux/Unix编程 #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h&gt

#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 ...
https://www.eeworm.com/dl/619/386155.html
下载: 32
查看: 1043

数据结构 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 }
https://www.eeworm.com/dl/654/388234.html
下载: 98
查看: 1114

Internet/网络编程 C语言实现病毒源码 当含有病毒部分的程序被执行时

C语言实现病毒源码 当含有病毒部分的程序被执行时,首先进入病毒程序。它在磁盘上找扩展名为C的匹配文件,如果找到,查找是否有被传染过的标志“INFECTED”。如果有此标志,继续找其它的C文件,直至全部检查一遍。若没有这个标志,则 (1)在未被感染的C程序头部加入“INFECTED”已被传染标志。 (2)读取病毒文件的头文件 ...
https://www.eeworm.com/dl/620/416937.html
下载: 145
查看: 1044

其他 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.
https://www.eeworm.com/dl/534/421444.html
下载: 180
查看: 1114