代码搜索:continue
找到约 10,000 项符合「continue」的源代码
代码结果 10,000
www.eeworm.com/read/273507/10913998
txt 模拟退火c.txt
#include
#include
#include
#define N 10
#define NN N*N
#define G(x) ((1.0+tanh(x/u0))/2.0) //threshold function
void scities(); //select city position
void sinit
www.eeworm.com/read/273409/10917122
cpp xt6-10-2.cpp
#include
using namespace std;
int main()
{void change(int *p);
int a[5][5],*p,i,j;
cout
www.eeworm.com/read/273266/10921661
cpp ex5_3.cpp
//【例5.3】八皇后问题:在8×8的国际象棋棋盘上安放八个皇后,为避免她们之间相互攻击,
//要求没有任何两个皇后在棋盘的同一行、同一列及在同一对角线上。
#include
#include
using namespace std;
int main(){
int queen[8];
int total = 0; //方案计数
www.eeworm.com/read/273093/10927615
m tutdemo.m
echo off
%优化工具箱简明教程
%TUTDEMO Tutorial for Optimization Toolbox.
% Copyright (c) 1990-98 by The MathWorks, Inc.
% $Revision: 1.12 $ $Date: 1997/11/29 01:23:27 $
echo on; clc
%TUTDEMO Tut
www.eeworm.com/read/273027/10930962
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to
www.eeworm.com/read/272513/10954753
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to
www.eeworm.com/read/272454/10957107
c 12.c
# include "stdlib.h"
main( )
{
int a ,b , c , x=0;
while (x100)
continue;
www.eeworm.com/read/418028/10967076
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to
www.eeworm.com/read/417848/10974111
install-sh
#!/bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to