代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/100201/15881161
configure
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, In
www.eeworm.com/read/100159/15881786
pas unz.pas
(*
* Copyright 1987, 1989 Samuel H. Smith; All rights reserved
*
* This is a component of the ProDoor System.
* Do not distribute modified versions without my permission.
* Do not remove
www.eeworm.com/read/321790/13398745
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity dcfifo_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string := "
www.eeworm.com/read/347114/11690849
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity dcfifo_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string := "
www.eeworm.com/read/192179/8401177
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/390895/8435288
log check model.log
Checking package ...
- Circular dependency
- Circularity with mandatory links
Checking domain ...
- Domain name uniqueness
- Domain code uniqueness
- Detect inconsistencies between default val
www.eeworm.com/read/189716/8457764
pas nmconst.pas
unit NMConst;
interface
{$IFDEF NMF3}
resourcestring
{$ELSE}
const
{$ENDIF}
Cons_Palette_Inet = 'Internet';
Cons_Msg_Auth_Fail = 'Authentication failed';
Cons_Msg_ConnectionTime
www.eeworm.com/read/189512/8466348
bak configure.bak
#!/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, Inc
www.eeworm.com/read/389692/8507882
m gasdemo.m
%% Gas Mileage Prediction
% This demo illustrates the prediction of fuel consumption (miles per
% gallon) for automobiles, using data from previously recorded
% observations.
%
% Copyright 1994-2