代码搜索:judge
找到约 1,195 项符合「judge」的源代码
代码结果 1,195
www.eeworm.com/read/28069/992793
judge
www.eeworm.com/read/368526/6942179
judge reasoning
www.eeworm.com/read/388674/8584262
pas judge.pas
{*
* Judging program for "Street Directions"
*
* Copyright Chen Mingrei (ZSUCPC 2001)
* Date: May 10, 2001
*
* Comment: This program displays and checks the output of a program to see
*
www.eeworm.com/read/388674/8586230
pas judge.pas
{*
* Judging program for "Random Number"
*
* Copyright Chen Mingrei (ZSUCPC 2001)
* Date: May 10, 2001
*
* Comment: This program displays and checks the output of a program to see
*
www.eeworm.com/read/165729/10053084
m judge.m
y=0;
for i=1:redlen,
for j=i+1:redlen,
x=compare(red(i,:),red(j,:),attrlen);
if x==1|x==-1
y=y+1;
p=i;q=j;
end
end
end
www.eeworm.com/read/355997/10239728
java judge.java
public class Judge{
static boolean judge(int a[][],int color){
int i,j,flag;
for(i=0;i
www.eeworm.com/read/355997/10239733
class judge.class
www.eeworm.com/read/355318/10276577
java judge.java
public class Judge{
static boolean judge(int a[][],int color){
int i,j,flag;
for(i=0;i
www.eeworm.com/read/355318/10276587