代码搜索:Checker
找到约 1,390 项符合「Checker」的源代码
代码结果 1,390
www.eeworm.com/read/148257/12479881
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/147608/12542370
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/146862/12606640
class checker.class
www.eeworm.com/read/133667/14030590
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/132852/14071068
java checker.java
package com.neu.wrm.common;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.
www.eeworm.com/read/112435/15485386
bmp checker.bmp
www.eeworm.com/read/112435/15485463
bmp checker.bmp
www.eeworm.com/read/109038/15567329
dsw checker.dsw
Microsoft Developer Studio Workspace File, Format Version 5.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/109038/15567333
cpp checker.cpp
// checker1.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "checker.h"
#include "mainfrm.h"
#include "checkfrm.h"
#include "checkdoc.h"
#include "che
www.eeworm.com/read/109038/15567334
mak checker.mak
# Microsoft Visual C++ Generated NMAKE File, Format Version 2.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
!IF "$(CFG)" == ""
CFG=Win32 Debug
!MESSAGE No configuration s