代码搜索:same

找到约 10,000 项符合「same」的源代码

代码结果 10,000
www.eeworm.com/read/250225/12423127

m infs.m

function n = infs(varargin) % DESCRIPTION n = infs(r,c,...) % Creates an Inf matrix of size siz. % INPUT % of the same type as i.e. ones % OUTPUT % n -- A matrix of size according to input contain
www.eeworm.com/read/250063/12437208

m test1.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Tests that using rand X times generates the same values as rand(1,X) clear all; % read in key for PN generator file_
www.eeworm.com/read/250063/12437216

m pn_test.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Tests that using rand X times generates the same values as rand(1,X) clear all; % read in key for PN generator file_
www.eeworm.com/read/249911/12447233

po pl.po

# Polish translation of Efax-gtk. # Copyright (C) 2001 Chris Vine # This file is distributed under the same license as the PACKAGE package. # Paweł Suwiński , 2004. # # msgid "" msgstr ""
www.eeworm.com/read/130467/14191576

s pa-risc2.s

; ; PA-RISC 2.0 implementation of bn_asm code, based on the ; 64-bit version of the code. This code is effectively the ; same as the 64-bit version except the register model is ; slightly different g
www.eeworm.com/read/129847/14222431

h mztools.h

/* Additional tools for Minizip Code: Xavier Roche '2004 License: Same as ZLIB (www.gzip.org) */ #ifndef _zip_tools_H #define _zip_tools_H #ifdef __cplusplus extern "C" { #endif
www.eeworm.com/read/129814/14223918

in siglist.in

# # List of signals used to initialize ksh's signal table (see trap.c # and siglist.sh). # # Note that if a system has multiple defines for the same signal # (eg, SIGABRT vs SIGIOT, SIGCHLD vs SIGCLD)
www.eeworm.com/read/128441/14298742

c rsa.c

/* RSA.C - RSA routines for RSAEURO Copyright (c) J.S.A.Kapp 1994 - 1996. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as for RSAREF(tm)
www.eeworm.com/read/128441/14298750

c r_random.c

/* R_RANDOM.C - random objects for RSAEURO Copyright (c) J.S.A.Kapp 1994 - 1996. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as for RSA
www.eeworm.com/read/128441/14298759

c nn.c

/* NN.C - natural numbers routines Copyright (c) J.S.A.Kapp 1994 - 1996. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as for RSAREF(tm).