代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/458682/7291416

sh redir3.sh

#!/bin/bash # Same as previous example, but with "until" loop. if [ -z "$1" ] then Filename=names.data # Default, if no filename specified. else Filename=$1 fi # while [ "$name" != Smi
www.eeworm.com/read/452050/7449103

cpp 4258216_wa.cpp

#include #include #include #include using namespace std; bool cmp(string a, string b) { return a.length() > b.length(); } bool same(string a, st
www.eeworm.com/read/452050/7450028

cpp 2008104_ac_185ms_1520k.cpp

# include # include # define MAX 50001 using namespace std; long N; long no[MAX]; long same[MAX]; struct node { bool mark; long id; long t; }Cows[MAX*2]; boo
www.eeworm.com/read/450639/7479811

doc des.doc

The DES library. Please note that this library was originally written to operate with eBones, a version of Kerberos that had had encryption removed when it left the USA and then put back in. As
www.eeworm.com/read/449670/7498709

c gpif.c

// This program configures the General Programmable Interface (GPIF) for FX2. // Parts of this program are automatically generated using the GPIF Tool V2.40 [700]. // Please do n
www.eeworm.com/read/449670/7498721

lst gpif.lst

C51 COMPILER V7.02b GPIF 07/11/2004 12:05:28 PAGE 1 C51 COMPILER V7.02b, COMPILATION OF MODULE GPIF OBJECT MODULE PLACED IN G
www.eeworm.com/read/449659/7498957

c gpif.c

// This program configures the General Programmable Interface (GPIF) for FX2. // Parts of this program are automatically generated using the GPIF Tool V2.40 [700]. // Please do n
www.eeworm.com/read/449659/7498966

lst gpif.lst

C51 COMPILER V7.02b GPIF 06/30/2004 15:13:48 PAGE 1 C51 COMPILER V7.02b, COMPILATION OF MODULE GPIF OBJECT MODULE PLACED IN G
www.eeworm.com/read/448932/7521893

cpp 4775479_wa.cpp

#include #include using namespace std; char x[500005][12]; int ql; int shun[500005]; int compare(const void *p1,const void *p2) { int q1=*(int*) p1; int q2=*(int*) p2;
www.eeworm.com/read/448932/7521894

cpp 4775405_wa.cpp

#include #include using namespace std; char x[500005][12]; int ql; int shun[500005]; int compare(const void *p1,const void *p2) { int q1=*(int*) p1; int q2=*(int*) p2;