代码搜索:Local

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

代码结果 10,000
www.eeworm.com/read/113932/15120613

c server.c

// Module Name: Server.c // // Description: // This example illustrates a simple TCP server that accepts // incoming client connections. Once a client connection is // established, a t
www.eeworm.com/read/213816/15124444

changelog

xca (0.5.1-1) unstable; urgency=low * support for different languages on WIN platform (Thanks Ilya) * better installation and deinstallation on WIN platform * documentation updated -- Christi
www.eeworm.com/read/212384/15156758

m mylocstat2.m

function g=mylocstat2(Icol,M,D,E,k) %MYLOCSTAT2 - perform single-back gray value % imadjustation based on local statistics for sliding block operation. % Motivation: try local statistics enhanceme
www.eeworm.com/read/212384/15156759

m mylocstat.m

function g=mylocstat(Iloc,M,D,E,k) %MYLOCSTAT - perform single-back gray value % imadjustation based on local statistics for sliding block operation. % Motivation: try local statistics enhancement
www.eeworm.com/read/211878/15171872

c sysfei82557end.c

/* sysFei82557End.c - system configuration module for fei82557End */ /* Copyright 1984 - 1999 Wind River Systems, Inc. */ /* modification history -------------------- 01c,07mar02,kab SPR 70817: *
www.eeworm.com/read/210394/15199450

c vxping.c

/* vxPing.c - send ICMP ECHO_REPLY packets to a particular network host*/ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01i,14nov97,ns removed pac
www.eeworm.com/read/210394/15199600

bak vxping.c.bak

/* vxPing.c - send ICMP ECHO_REPLY packets to a particular network host*/ /* Copyright 1984-1997 Wind River Systems, Inc. */ /* modification history -------------------- 01i,14nov97,ns removed pac
www.eeworm.com/read/210091/15207182

bat del.bat

del *.dcu del *.dof del *.cfg del *.dcp del *.bdsproj.local del *.bdsproj del *.identcache del *.local del *.~dpk
www.eeworm.com/read/210091/15207657

bat del.bat

del *.dcu del *.dof del *.cfg del *.dcp del *.bdsproj.local del *.bdsproj del *.identcache del *.local del *.~dpk
www.eeworm.com/read/209433/15220138

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