代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1459723
c access16.c
// Bug: g++ uses the same binfo for the a subobject of c and the a subobject
// of b, so basetype_paths get bashed improperly.
// Build don't link:
class a {
protected:
virtual void foo() { } // get
www.eeworm.com/read/470423/1473990
java ripemd256digest.java
package org.bouncycastle.crypto.digests;
/**
* implementation of RIPEMD256.
*
* note: this algorithm offers the same level of security as RIPEMD128.
*/
public class RIPEMD256D
www.eeworm.com/read/469304/1481382
java talkserver.java
/*
* Java(TM) SE 6 version.
* Code is the same as 1.0.
*/
import java.net.*;
import java.io.*;
class TalkServer {
TalkServerThread[] tstList = new TalkServerThread[2];
boolean DEBUG = fal
www.eeworm.com/read/467039/1507101
java ripemd256digest.java
package org.bouncycastle.crypto.digests;
/**
* implementation of RIPEMD256.
*
* note: this algorithm offers the same level of security as RIPEMD128.
*/
public class RIPEMD256D
www.eeworm.com/read/462201/1547197
h drvkeyb.h
#define KEYB_ALL_GPIO (KEYB_GPIO_PLAY|KEYB_GPIO_RECORD)
// Key Status bit definition, only for software distuigushing the return key code
// be careful this must be keep same sequence with the
www.eeworm.com/read/462201/1547231
h drvkeyb.h
#define KEYB_ALL_GPIO (KEYB_GPIO_PLAY|KEYB_GPIO_RECORD)
// Key Status bit definition, only for software distuigushing the return key code
// be careful this must be keep same sequence with the
www.eeworm.com/read/461042/1555352
m mcodeblkdeseg_ctc.m
function [Out] = mCodeBlkDeseg_CTC(In,BlkSize)
[m,n]=size(In);
%check dimensions
[x,y]=size(BlkSize);
if ((x~=1)|(y~=n))
error('Error: BlkSize must be row vector with the same number of c
www.eeworm.com/read/460691/1558252
pm select.pm
# IO::Select.pm
#
# Copyright (c) 1995 Graham Barr. All rights reserved. This program is free
# software; you can redistribute it and/or modify it under the same terms
# as Perl itself.
package
www.eeworm.com/read/459110/1573677
java ripemd256digest.java
package org.bouncycastle.crypto.digests;
/**
* implementation of RIPEMD256.
*
* note: this algorithm offers the same level of security as RIPEMD128.
*/
public class RIPEMD256Digest
www.eeworm.com/read/457398/1597898
c r_enhanc.c
/*
R_ENHANC.C - cryptographic enhancements for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same a