代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/211952/15170266
dpr p1202.dpr
program p1202;
{$APPTYPE CONSOLE}
var
n :longint;
sum :array[0..12]of longint;
i :longint;
j :longint;
ans :int64;
www.eeworm.com/read/166404/5475318
fail t20d.fail
t20d.use:23:13: In association `assoc2': Association end `rd' navigable from class `F' conflicts with same rolename in association `assoc1'.
www.eeworm.com/read/162614/5519811
c externc3.c
// { dg-do run }
// Test that two extern "C" declarations of the same name in different
// namespaces are treated as declaring the same function.
namespace foo {
extern "C" int f ();
}
extern "C"
www.eeworm.com/read/157712/5603429
h realaudio.h
#if !defined(AFX_REALAUDIO_H__CB0BD26F_7981_11D6_8F32_00E04CE76240__INCLUDED_)
#define AFX_REALAUDIO_H__CB0BD26F_7981_11D6_8F32_00E04CE76240__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif //
www.eeworm.com/read/473927/6823017
txt 527.txt
Rule:
--
Sid: 527
--
Summary:
This event is generated when traffic on the network is using the same
source and destination IP address.
--
Impact:
Possible Denial of Service.
--
Detailed Informati
www.eeworm.com/read/194440/8194400
m samesize.m
function flag = samesize(a,b)
%
% flag = samesize(a,b)
%
% returns 1 if a and b are exactly the same size and zero otherwise
%
flag = prod(size(a)==size(b));
www.eeworm.com/read/294203/8246933
m isocomplex.m
function z = isocomplex(q, a)
% ISOCOMPLEX Construct a complex number from a quaternion, with the same
% modulus and argument as those of the quaternion. The result
% wi
www.eeworm.com/read/193048/8256186
m cmpmatrix.m
function flag=cmpmatrix(a,b)
% cmpmatrix function
% 用于确定两个矩阵维数是否相等的比较函数
% Copyright 2000-2001 ECUST.
% $Revision: 1.1 $ $Date: 2002/02/11 21:58:12 $
if any(any(a~=b)),
flag='matrix i
www.eeworm.com/read/193048/8256201
m cmpmatrix1.m
function flag=cmpmatrix1(a,b)
% 用于确定两个矩阵维数是否相等的比较函数
% Copyright 2000-2001 ECUST.
% $Revision: 1.1 $ $Date: 2002/02/11 22:05:12 $
[r1,s1]=size(a);[r2,s2]=size(b);
if (r1~=r2) | (s1~=s2),
www.eeworm.com/read/393518/8281047
m distchpf.m
function d=distchpf(pf1,pf2,mode)
%DISTCHPF calculates the cosh spectral distance between power spectra D=(PF1,PF2,MODE)
%
% Inputs: PF1,PF2 Power spectra to be compared. Each row represents a