代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/233844/14131675
ico check.ico
www.eeworm.com/read/233414/14154640
c check.c
/* CHECK.C - Compute parity checks and other stats on decodings. */
/* Copyright (c) 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute this
* progra
www.eeworm.com/read/233414/14154678
h check.h
/* CHECK.H - Interface to procedure for computing parity checks, etc. */
/* Copyright (c) 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute this
* p
www.eeworm.com/read/130642/14179868
bas check.bas
DIM i AS INTEGER
DIM Num1 AS INTEGER
DIM Num2 AS INTEGER
DIM Answer AS INTEGER
DIM Score AS INTEGER
FOR i = 1 TO 5
Num1 = RND(10)
Num2 = RND(10)
PRINT i; " : "; Num1; "*"; Num2;