代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/313151/13595092
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
www.eeworm.com/read/313151/13595286
java scarab.java
// reusing/Scarab.java
// TIJ4 Chapter Reusing, Exercise 24, page 274
/* In Beetle.java, inherit a specific type beetle from class Beetle, following
* the same format as the existing classes. Trace
www.eeworm.com/read/307616/13719169
cpp ex9_07.cpp
// Ex9_07.cpp (the same as Ex9_06.cpp)
// Using a virtual function
#include
#include "GlassBox.h" // For CBox and CGlassBox
using std::cout;
using std::endl;
int m
www.eeworm.com/read/307313/13724304
txt tryrand.txt
Begin test
Now print a real number: 3.14159
Print 20 N(0,1) random numbers - should be the same as in sample output
1.60382
-1.30754
-1.35107
-1.13924
0.273018
1.06615
-0.124875
-0.948578
0.275591
1.
www.eeworm.com/read/306457/13744756
s system_call.s
/*
* system_call.s contains the system-call low-level handling routines.
* This also contains the timer-interrupt handler, as some of the code is
* the same. The hd-interrupt is also here.
*
www.eeworm.com/read/303772/13809526
m largestn.m
function [xo]=largestn(xi,N,mtype)
%LARGESTN Keep N largest coefficients.
% Usage: xo=largestn(x,N);
% xo=largestn(x,N,mtype);
%
% LARGESTN(x,N) returns an array of the same size as x
www.eeworm.com/read/303513/13813721
m horzcat.m
function V=horzcat(X,Y,Z)
%HORZCAT Horizontal concatenation.
% [S T U] is the horizontal concatenation of three scalar
% functions S,T and U. [S,T,U] is the same thing.
% The resulting obje
www.eeworm.com/read/152367/5673987
po languages.po
# Copyright (C) 2004 FMA Dev Team
# This file is distributed under the same license as the FMA package.
# ExpertOne , 2004.
#
# - 01/09/2005 -> 02/16/2005 [FMA Fre
www.eeworm.com/read/147766/5720796
s __clear_user_page-sh4.s
/* $Id$
*
* __clear_user_page implementation of SuperH
*
* Copyright (C) 2001 Niibe Yutaka & Kaz Kojima
*
*/
/*
* __clear_user_page
* @to: P1 address (with same color)
* @orig_to: P1 addres
www.eeworm.com/read/147766/5722294
c kmap.c
/*
* linux/arch/m68k/mm/kmap.c
*
* Copyright (C) 1997 Roman Hodek
*
* 10/01/99 cleaned up the code and changing to the same interface
* used by other architectures /Roman Zippel
*/
#i