代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/431675/8662303

m maxc.m

%MAXC Maximum combining classifier % % W = maxc(V) % W = V*maxc % % If V = [V1,V2,V3, ... ] is a set of classifiers trained on the % same classes and W is the maximum combiner: it selects the cla
www.eeworm.com/read/431675/8662396

m normr.m

function n = normr(m) %NORMR Normalize rows of matrix. % % NORMR(M) % M - a matrix. % Returns a matrix the same size with each % row normalized to a vector length of 1. % % See also NORMC, PNORMC.
www.eeworm.com/read/287806/8668248

c shsc.c

/* SHSC.C - Secure Hash Standard Code 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(t
www.eeworm.com/read/287806/8668249

h shs.h

/* SHS.H - header file for Secure Hash Standard Code Copyright (c) J.S.A.Kapp 1994 - 1996. RSAEURO - RSA Library compatible with RSAREF 2.0. All functions prototypes are the Same as f
www.eeworm.com/read/287806/8668305

h prime.h

/* PRIME.H - header file for PRIME.C Copyright (c) J.S.A.Kapp 1994 - 1996. RSAEURO - RSA Library compatible with RSAREF 2.0. All functions prototypes are the Same as for RSAREF. To
www.eeworm.com/read/287806/8668325

c r_dh.c

/* R_DH.C - Diffie-Hellman 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
www.eeworm.com/read/287380/8688420

c ufile.c

/* * Copyright 1996-2004 by Hans Reiser, licensing governed by * reiserfsprogs/README */ #include "fsck.h" static int do_items_have_the_same_type (struct item_head * ih, struct key * key) {
www.eeworm.com/read/386806/8726017

readme

Linux can read, but not write, OS/2 HPFS partitions. Mount options are the same as for msdos partitions. uid=nnn All files in the partition will be owned by user id nnn. gid=nnn All files i
www.eeworm.com/read/430260/8758764

h 8390.h

/* Generic NS8390 register definitions. */ /* This file is part of Donald Becker's 8390 drivers, and is distributed under the same license. Auto-loading of 8390.o added by Paul Gortmaker. Som
www.eeworm.com/read/430096/8766300

java ex3(3).java

// containers/Ex3.java // TIJ4 Chapter Containers, Exercise 3, page 809 /* Using Countries, fill a Set multiple times with the same data * and verify that the Set ends up with only one of each ins