代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/219759/14864167

txt readme.txt

ieFix Overview: There is a bug in IE which prevents it from accessing a web server residing on the same device. We've developed a fix to allow PIE to access vxWeb when they are on the same devi
www.eeworm.com/read/116739/14956418

greet

#!/bin/sh # Script name: greet for name in $* # same as for name in $@ do echo Hi $name done
www.eeworm.com/read/215382/15062598

m exm2_f.m

function S = exm2_f(A) [m,n] = size(A); if m ~= n error('输入矩阵应是方阵'); end e = eig(A); %检查输入矩阵的特征值是否各异 same = 0; for i = 1:m-1 for j = (i+1):m if e(j) == e(i) same = 1
www.eeworm.com/read/215197/15070918

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
www.eeworm.com/read/214970/15081609

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
www.eeworm.com/read/212376/15157384

m exm2_f.m

function S=exm2_f(A) [m,n]=size(A); if m~=n error('输入矩阵应是方阵!'); end; e=eig(A); %检查输入矩阵的特征值是否各异 same=0; for i=1:m-1 for j=(i+1):m if e(j)==e(i) same=1; end end
www.eeworm.com/read/211952/15169621

dpr p1337.dpr

program p1337; {$APPTYPE CONSOLE} var n :longInt; num :array[1..50]of longint; d :longint; same,total :longint; i :longint
www.eeworm.com/read/167562/5458917

cpp qpointer.cpp

/**************************************************************************** ** ** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved. ** ** This file is part of the QtCore module of the Qt T
www.eeworm.com/read/162614/5538120

txt binary_iostreams_kanze.txt

From: James Kanze Newsgroups: comp.lang.c++.moderated Subject: Re: binary iostreams ? Date: 3 Feb 2001 14:28:19 -0500 Message-ID: "Plinio Cont
www.eeworm.com/read/471312/6889544

txt readmefirst.txt

Please make sure that m1.txt and m2.txt are same diretory with the Tree.exe. IDE : Visual C++ 6.0 .