代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/133597/14034101
inc prodef.inc
{$undef DEBUGGING} (* define to enable test code *)
{$I+} {I/O checking}
{$N-} {Numeric coprocessor}
{$V-} {Relaxes string typing}
{$B-} {Boolean complete evaluation}
www.eeworm.com/read/235980/14038099
inc aafont.inc
{*******************************************************************************
AAFont - 平滑特效字体控件包
---------------------------
www.eeworm.com/read/235248/14080006
txt cmd-help.txt
UnderC Command-line Options (available with --help)
ucc { }
Defaults to interactive mode if there's no source file specified;
reads C++ definitions from defs.h, looking
www.eeworm.com/read/132665/14081208
py regexp.py
#!/usr/bin/python -u
import libxml2
# Memory debug specific
libxml2.debugMemory(1)
re = libxml2.regexpCompile("a|b")
if re.regexpExec("a") != 1:
print "error checking 'a'"
sys.exit(1)
if re.
www.eeworm.com/read/204370/15340823
cpp ch1201.cpp
#include
#include"Account.h"
#include"Accountlist.h"
#include"Checking.h"
#include"Saving.h"
#include
using namespace std;
int main()
{
ifstream in("account.txt");
str
www.eeworm.com/read/201842/15394477
txt history.txt
------------------------
MINDRVR HISTORY.TXT FILE
------------------------
by Hale Landis
Here is a brief
www.eeworm.com/read/113583/15452806
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/111365/15514151
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation
www.eeworm.com/read/108017/15596212
configure
#!/bin/sh
# configure script for zlib. This script is needed only if
# you wish to build a shared library and your system supports them,
# of if you need special compiler, flags or install directory.