代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/402498/2319293
drc 2410_ext.drc
Checking Pins and Pin Connections
--------------------------------------------------
Checking Schematic: SCHEMATIC1
--------------------------------------------------
Checking Electrical Rules
www.eeworm.com/read/402498/2319299
drc 2410 core.drc
Checking Pins and Pin Connections
--------------------------------------------------
Checking Schematic: SCHEMATIC1
--------------------------------------------------
Checking Electrical Rules
www.eeworm.com/read/475549/6791086
drc 2410_ext.drc
Checking Pins and Pin Connections
--------------------------------------------------
Checking Schematic: SCHEMATIC1
--------------------------------------------------
Checking Electrical Rules
www.eeworm.com/read/300043/13941140
drc 2410_ext.drc
Checking Pins and Pin Connections
--------------------------------------------------
Checking Schematic: SCHEMATIC1
--------------------------------------------------
Checking Electrical Rules
www.eeworm.com/read/135088/13963835
drc 2410_ext.drc
Checking Pins and Pin Connections
--------------------------------------------------
Checking Schematic: SCHEMATIC1
--------------------------------------------------
Checking Electrical Rules
www.eeworm.com/read/192210/8398942
c smse.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/390756/8443557
txt gen_log_0.txt
# 2008.05.04 17:37:06 (*) Checking for plaintext license.
# 2008.05.04 17:41:12 (*) Plaintext license not found.
# 2008.05.04 17:41:12 (*) Checking for encrypted license (non-evaluation).
# 2
www.eeworm.com/read/290161/8500965
bld vr_fifo.bld
Release 8.1.03i ngdbuild I.27
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Command Line: ngdbuild -intstyle ise -dd _ngo -nt timestamp -uc vr_fifo.ucf -p
xc3s500e-ft256-4 vr_fifo.edn v
www.eeworm.com/read/187101/8856475
exp syntax.exp
# Test all of the acspecific.m4 macros. -*- TCL -*-
send_user "Checking for syntax errors in the specific tests...\n"
set script {s/^AC_DEFUN(\([^,]*\).*/\1/p}
set macros [exec sed -n $script $srcdir
www.eeworm.com/read/427909/8913503
m is_psd.m
function b = positive_semidefinite(M)
%
% Return true iff v M v' >= 0 for any vector v.
% We do this by checking that all the eigenvalues are non-negative.
E = eig(M);
if length(find(E>=0)) ==