代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/377333/9280666
txt 03 计算条件等价集.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%函数名称:CalTiaoJian()
%参数: num:条件属性号;classX:条件等价集;x:决策表;
% ruleNum:规则数;classNum:条件等价集中元素数
% 返回值: clssX:条件等价集;m:等价集个数;c
www.eeworm.com/read/376895/9301872
cpp winvnc.cpp
// Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
//
// This file is part of the VNC system.
//
// The VNC system is free software; you can redistribute it and/or modify
www.eeworm.com/read/180567/9302350
m onpause.m
if ~pauseflag
pauseflag=1;
set(hbpause,'string','Continue');
else
pauseflag=0;
set(hbpause,'string','Pause');
end
www.eeworm.com/read/180495/9305027
m floatexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed to t
www.eeworm.com/read/180495/9305072
m binaryexample.m
echo on
% This script shows how to use the ga using a float representation.
% You should see the demos for
% more information as well. gademo1, gademo2, gademo3
global bounds
% Setting the seed back
www.eeworm.com/read/376627/9311538
c 逆阵.c
#include "stdio.h"
float z[4][4],*y=z; /*定义一个全局二维数组用来存放N-1阶余子式,因为A的伴随矩阵除以|A|时会产生小数,因此定义成float而非int*/
int js(int *p,int n) /*计算行列式的函数*/
{int k=0,i,s2=0,s1=0,j,s,t;
printf("\n"
www.eeworm.com/read/376627/9311628
c 十五人排序.c
/*原题: 一寝室有15个人,每天都要三人一行外出散步一次,要在一周
(7天)内 每个人都跟其他14人各散步一次,问每一天应该怎么安排??
要快点想哟!!!! 都等一会15分钟*/
#include
int anpai[7][5][3];
int biaozhi[16][16];
int i=0,j=0,k=0,a,total=0;
void hui
www.eeworm.com/read/180180/9317241
c led.c
#include
/*
* Demo program
*
* Flashes LEDs on Port B, responds to switch press
* on RA1. Usable on PICDEM board.
*
* Copyright (C)1997 HI-TECH Software.
* Freely distributabl
www.eeworm.com/read/180180/9317242
lst led.lst
1: #include
2:
3: /*
4: * Demo program
5: *
6: * Flashes LEDs on Port B, responds to switch press
7: * on RA1. Usable on PIC