代码搜索:Checker
找到约 1,390 项符合「Checker」的源代码
代码结果 1,390
www.eeworm.com/read/460738/7242314
cs checker.cs
/**
* Excerpted from the book, "Pragmatic Unit Testing in C# with NUnit, 2nd Ed."
* ISBN 0-9776166-7-3
* Copyrights apply to this code. It may not be used to create training material,
* cours
www.eeworm.com/read/457711/7319016
m checker.m
function C=checker(n)
% The command C=checker(n) generates an nxn matrix C
% whose entries alternate between 1 and 0. Specifically
% C(i,j)=1 if i+j is even, otherwise C(i,j)=0. For example
% the
www.eeworm.com/read/448968/7521445
cpp checker.cpp
/*
ID: chenkai4
PROG: checker
LANG: C++
*/
#include
#include
#include
using namespace std;
ifstream in("checker.in");
ofstream out("checker.out");
int N;
bool
www.eeworm.com/read/447420/7551989
class checker.class
www.eeworm.com/read/447420/7551996
java checker.java
import java.io.*;
import java.util.*;
public class Checker
{
public String checkLine =new String();
public HashMap DictionaryWord=new HashMap();
public void check(String file) throws IOExc
www.eeworm.com/read/439389/7710660
bmp checker.bmp
www.eeworm.com/read/399963/7818875
c checker.c
#include
#include
int main()
{
char *ptr = (char *) malloc(1024);
char ch;
/* Uninitialized read */
ch = ptr[0];
/* Write beyond the block */
ptr[1024]
www.eeworm.com/read/399029/7899937
dbf checker.dbf
www.eeworm.com/read/399029/7899951
cdx checker.cdx
www.eeworm.com/read/143810/12840029