代码搜索:assumes
找到约 2,950 项符合「assumes」的源代码
代码结果 2,950
www.eeworm.com/read/375806/9349189
readme
This is a port of the tcl/expect script 'kibitz' to the perl Expect module.
I have always found it useful to debug user problems and in training new
admins. Since the wonderful Expect module has com
www.eeworm.com/read/446810/7564449
~c bcount.~c
/*********************************************
binary counter : LCC Win 32 version
This will count from 0 to 255
This assumes your printer port address
is 0x378 and also pauses for 1 second betwee
www.eeworm.com/read/138783/13213220
txt readme.txt
Microsoft Developer Studio Build File, Format Version 6.00 for
msvctest
Assumes that libpng DLLs and LIBs are in ..\..\projects\msvc\win32\libpng
Assumes that zlib DLLs and LIBs are in ..\..\projects
www.eeworm.com/read/121089/6070186
asm binxlat.asm
TITLE BINXLAT.ASM - Binaray file translation code
;***
;BinXlat.ASM - Provides binaray file translation
;
; Copyright (C) 1988-1989, Microsoft Corporation
;
;Purpose:
; BinXlat.ASM contains t
www.eeworm.com/read/173141/5378390
sql ij5.sql
-- assumes the connections connOne, connTwo are set up already
-- 1)at the startup time, it will list all the connections
-- 2)select will now display number of rows selected
select count(*) from sys
www.eeworm.com/read/281000/10274073
cpp fig10_38.cpp
/**
* Standard matrix multiplication.
* Arrays start at 0.
* Assumes a and b are square.
*/
matrix operator*( const matrix & a, const matrix & b )
{
int n = a.numrows( );
www.eeworm.com/read/351845/10603731
h glist.h
//========================================================================
//
// GList.h
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
//===============================================================
www.eeworm.com/read/466944/7024135
java fig10_38.java
public class Fig10_38
{
/* START: Fig10_38.txt */
/**
* Standard matrix multiplication.
* Arrays start at 0.
* Assumes a and b are square.
*/
www.eeworm.com/read/196467/8091184
h glist.h
//========================================================================
//
// GList.h
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
//===============================================================
www.eeworm.com/read/331439/12828506
m unadjoint.m
function C = unadjoint(A, F)
% UNADJOINT Given an adjoint matrix, constructs the original
% quaternion matrix.
%
% unadjoint(A) or
% unadjoint(A, 'complex') assumes A is a complex adjoin