代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/360184/10107488
java personalinfo.java
import java.io.*;
import java.awt.datatransfer.*;
import java.util.*;
/** This class stores all family data that we use in the example. You should
note that no error checking is done, but you pr
www.eeworm.com/read/280127/10353704
txt icd仿真器的源程序.txt
title "SA11a - PIC Programmer/Fixing the Code."
;
; SA11 - Checking Last Char for ":"
; SA11a - Put in "DEBUG" Check
; - Put in Simplified "RXBufReset"
; - Fixed up 16 Bit Variables to MP
www.eeworm.com/read/279692/10403604
pas swaptestu.pas
unit swaptestu;
// Win95 API memory allocation swapfile test & example
// written by Phil Dorcas 4/4/97 - 4/7/97
// "Run test" button allocates memory with error checking on each press
// "Re
www.eeworm.com/read/160496/10526470
txt icd仿真器的源程序.txt
title "SA11a - PIC Programmer/Fixing the Code."
;
; SA11 - Checking Last Char for ":"
; SA11a - Put in "DEBUG" Check
; - Put in Simplified "RXBufReset"
; - Fixed up 16 Bit Variables to MP
www.eeworm.com/read/159611/10633749
txt icd仿真器的源程序.txt
title "SA11a - PIC Programmer/Fixing the Code."
;
; SA11 - Checking Last Char for ":"
; SA11a - Put in "DEBUG" Check
; - Put in Simplified "RXBufReset"
; - Fixed up 16 Bit Variables to MP
www.eeworm.com/read/274802/10851803
java checkcloneable.java
//: appendixa:CheckCloneable.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Checking to see if a reference can be cloned.
www.eeworm.com/read/273013/10931696
cs acronym.cs
/*
* Heuristic Checking for abbreviation/acronym
* Author: Dao Ngoc Thanh , thanh.dao@gmx.net
* Copyright (c) 2006 Dao Ngoc Thanh
*/
using System;
using System.Text;
using System.Text.Regu
www.eeworm.com/read/417061/11004933
readme
This directory includes some useful codes:
1. subset selection tools.
2. parameter selection tools.
3. LIBSVM format checking tools
Part I: Subset selection tools
Introduction
============
Trainin
www.eeworm.com/read/170226/7097612
changes
V0.4 - 29th October 2001:
-------------------------
Improved error checking in dumprtp client
Added initial implementation of telnet interface - see README for details.
V0.3 - 15th October 2001:
--
www.eeworm.com/read/296774/7114340
c typeck.c
/* Build expressions with type checking for C++ compiler.
Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is