代码搜索:Local

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

代码结果 10,000
www.eeworm.com/read/115583/15008786

java customerhome.java

package examples; import javax.ejb.*; import java.util.Collection; /** * This is the local home interface for our entity bean. * The container will implement this as the home object, * wh
www.eeworm.com/read/115258/15019715

bak fig2_9.cpp.bak

//演示构造函数和析构函数的调用顺序 #include #include "create.h" void create(void); //函数原型的声明 CreateAndDestroy first(1); //全局对象 main() { cout
www.eeworm.com/read/115258/15019718

cpp fig2_9.cpp

//演示构造函数和析构函数的调用顺序 #include #include "create.h" void create(void); //函数原型的声明 CreateAndDestroy first(1); //全局对象 main() { cout
www.eeworm.com/read/115116/15026038

c time.c

# include # include int main() { struct tm *local; time_t tm; tm = time(NULL); local = localtime(&tm); printf("Local time and date: %s\n", asctime(local)); loca
www.eeworm.com/read/114622/15045283

h cpptime.h

// File from page 315 in "Thinking in C++" by Bruce Eckel ////////////////////////////////////////////////// // From the compressed package ECKELT02.ZIP 4/11/95 // (Original ECKELT01.ZIP dated 2/21
www.eeworm.com/read/114602/15046238

pc1

#!/usr/local/bin/perl @PC1=( 57,49,41,33,25,17, 9, 1,58,50,42,34,26,18, 10, 2,59,51,43,35,27, 19,11, 3,60,52,44,36, "-","-","-","-", 63,55,47,39,31,23,15, 7,62,54,46,38,30,22, 14,
www.eeworm.com/read/114602/15046284

pl shifts.pl

#!/usr/local/bin/perl sub lab_shift { local(*a,$n)=@_; local(@r,$i,$j,$k,$d,@z); @r=&shift(*a,$n); foreach $i (0 .. 31) { @z=split(/\^/,$r[$i]); for ($j=0; $j
www.eeworm.com/read/114602/15046286

pc2

#!/usr/local/bin/perl @PC2_C=(14,17,11,24, 1, 5, 3,28,15, 6,21,10, 23,19,12, 4,26, 8, 16, 7,27,20,13, 2, ); @PC2_D=(41,52,31,37,47,55, 30,40,51,45,33,48, 44,49,39,56,34,53, 46,42,
www.eeworm.com/read/114288/15061439

txt system_erp.txt

Sqlserver=(Local) Datatype=SQL Server 2000 UserId=sa password=
www.eeworm.com/read/214177/15111615

h socket.h

/* socket.h * Copyright (c) 1997 David Cole * * Handle the WINSOCK connection to server */ #ifndef __socket_h #define __socket_h #include /* Return whether or not we have a