代码搜索:binary
找到约 10,000 项符合「binary」的源代码
代码结果 10,000
www.eeworm.com/read/349723/3140834
dly binary.dly
Tue Jan 6 16:03:08 1998
File: binary.dly
The 20 Worst Net Delays are:
-------------------------------
| Max Delay (ns) | Netname |
-------------------------------
2.720 CLOCK
2
www.eeworm.com/read/349723/3140835
sxnf binary.sxnf
LCANET,5
PROG,Synopsys,1997.08,"Created from binary.db"
PART,4005epc84-2
SYM,U94,BUFGS,SCHNM=BUFGS_F,LIBVER=2.0.0
PIN,O,O,n78,,
PIN,I,I,CLOCK,,
END
SYM,U95,IBUF,SCHNM=IBUF,LIBVER=2.0.0
PIN,O,O,n79,,
P
www.eeworm.com/read/347002/3178795
h binary.h
///////////////////////////////////////////////////////////////////////////////
//
// binary.h
//
///////////////////////////////////////////////////////////////////////////////
#ifndef _BINAR
www.eeworm.com/read/337612/3327952
h binary.h
///////////////////////////////////////////////////////////////////////////////
//
// binary.h
//
///////////////////////////////////////////////////////////////////////////////
#ifndef _BINAR
www.eeworm.com/read/324136/3506052
test binary.test
# This file tests the tclBinary.c file and the "binary" Tcl command.
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the
www.eeworm.com/read/324136/3506174
n binary.n
'\"
'\" Copyright (c) 1997 by Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'\"
www.eeworm.com/read/307320/3724287
tcl binary.tcl
# Pragmatic General Multicast (PGM), Reliable Multicast
#
# Example script to demonstrate the capabilities of the PGM implementation.
#
# This is a binary tree with one sender and several receivers at
www.eeworm.com/read/303463/3810351
m binary.m
function x = binary(x)
%BINARY Constrains variables to be binary (0/1)
%
% F = BINARY(x) is used to a posteriori constrain
% variables to be binary, in contrast to BINVAR
% that declares
www.eeworm.com/read/303463/3810515
m binary.m
function x = binary(x)
% binary (overloaded)
% Author Johan L鰂berg
% $Id: binary.m,v 1.2 2006/07/13 19:40:58 joloef Exp $
x = binary(sdpvar(x));