代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/18228/781852
tdf dcfifo_aba1.tdf
--dcfifo CARRY_CHAIN="MANUAL" CARRY_CHAIN_LENGTH=48 DEVICE_FAMILY="Cyclone II" IGNORE_CARRY_BUFFERS="OFF" LPM_NUMWORDS=16 LPM_SHOWAHEAD="OFF" LPM_WIDTH=16 LPM_WIDTHU=4 OVERFLOW_CHECKING="ON" RDSYNC_DE
www.eeworm.com/read/18228/781906
tdf dcfifo_9s81.tdf
--dcfifo CARRY_CHAIN="MANUAL" CARRY_CHAIN_LENGTH=48 DEVICE_FAMILY="Cyclone II" IGNORE_CARRY_BUFFERS="OFF" LPM_NUMWORDS=16 LPM_SHOWAHEAD="OFF" LPM_WIDTH=16 LPM_WIDTHU=4 OVERFLOW_CHECKING="ON" RDSYNC_DE
www.eeworm.com/read/18253/782453
vhd txd5.vhd
--v1.0 data bit 8bit none checking
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity txd5 is
port
(indata:in std_logic_vec
www.eeworm.com/read/18342/784872
vhd txd5.vhd
--v1.0 data bit 8bit none checking
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity txd5 is
port
(indata:in std_logic_vec
www.eeworm.com/read/18488/791172
vhd txd5.vhd
--v1.0 data bit 8bit none checking
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity txd5 is
port
(indata:in std_logic_vec
www.eeworm.com/read/222917/4815166
m4 config.m4
dnl
dnl $Id: config.m4,v 1.1.2.9 2004/12/16 23:14:29 moriyoshi Exp $
dnl
AC_MSG_CHECKING(for Apache 2.0 handler-module support via DSO through APXS)
AC_ARG_WITH(apxs2,
[ --with-apxs2[=FILE] EXPE
www.eeworm.com/read/222917/4816862
m4 config.m4
dnl
dnl $Id: config.m4,v 1.29.4.2 2004/12/30 07:02:18 sniper Exp $
dnl
AC_DEFUN([AC_ORACLE_VERSION],[
AC_MSG_CHECKING([Oracle version])
if test -s "$ORACLE_DIR/orainst/unix.rgs"; then
ORACLE_V
www.eeworm.com/read/222917/4816884
m4 config.m4
dnl
dnl $Id: config.m4,v 1.46.4.4 2004/12/30 07:02:17 sniper Exp $
dnl
AC_DEFUN([JAVA_FIND_JAR], [
AC_MSG_CHECKING([Java Jar location])
if test "$PHP_JAVA" = "yes"; then
if JAVA_JAR=`which jar
www.eeworm.com/read/207991/4998241
mils test_40.mils
setoid(oid(2000000));
# Checking out the effect of hash clustering
module("cluster");
var k10_unique1 := bat("k10_unique1");
var t:= k10_unique1.select(0,20);
t.accbuild("hash");
t.print();
t.accclust
www.eeworm.com/read/207991/4999910
mal tst600.mal
# checking box management
chest:=box.open("chest");
pi :=3.417;
box.deposit("chest","pi",pi);
f:flt := box.take("chest","pi");
io.print(f);
f:= f+1.0:flt;
box.release("chest","pi",pi);
g:flt := box.t