代码搜索:Local

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

代码结果 10,000
www.eeworm.com/read/110301/6165027

configur

: #!/bin/sh # The above : is necessary on some buggy systems. # configure: Guess values for system-dependent variables # Output the flag definitions to stdout. # You can invoke 'configure' interactiv
www.eeworm.com/read/109011/6177758

jsp file_write.jsp

Fetch a file from FTP and write to the local file sys
www.eeworm.com/read/109011/6179075

java metaphone.java

/* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
www.eeworm.com/read/108574/6181886

cpp drive42.cpp

////////////////////////////////////////////////////////////////////// // // File: dma42.cpp // // Purpose: Host-side test for 3042 (CO-MEM Lite) chips. // // $Author: Tpm $ // // $History: dr
www.eeworm.com/read/108417/6182693

java icommandprocessorlocal.java

/* * Copyright (c) 2000 Lyrisoft Solutions, Inc. * Used by permission */ package com.lyrisoft.chat.server.local.command; import com.lyrisoft.chat.client.IChatClient; /** * Process a message that
www.eeworm.com/read/108242/6184142

h ckuusr.h

/* C K U U S R . H -- Symbol definitions for C-Kermit ckuus*.c modules */ /* Author: Frank da Cruz (SY.FDC@CU20B), Columbia University Center for Computing Activities, January 1985. Copyright
www.eeworm.com/read/108165/6184676

java localslsbinvokerinterceptor.java

/* * Copyright 2002-2004 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.
www.eeworm.com/read/108103/6186035

vb localvar.vb

' FastScript v1.0 ' Local variables demo dim i sub OK(i) ShowMessage(i) i = 11 end sub i = 10 if i = 10 then OK(1) OK(i)
www.eeworm.com/read/107846/6188160

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/106429/6193260

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