代码搜索:Local

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

代码结果 10,000
www.eeworm.com/read/350843/10706607

root

:pserver:foster_h@pegasus:/usr/local/cvsroot/mbu
www.eeworm.com/read/276733/10712853

c systffs.c

/* sysTffs.c - Motorola MVME177 system-dependent TrueFFS library */ /* Copyright 1984-1997 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* FAT-FTL Lite Software Development Kit * Copyrigh
www.eeworm.com/read/421499/10734361

c unlzh.c

/* unlzh.c -- decompress files in SCO compress -H (LZH) format. * The code in this file is directly derived from the public domain 'ar002' * written by Haruhiko Okumura. */ #ifdef RCSID static cha
www.eeworm.com/read/275729/10798405

html time.datetime.html

PTypes: date/time: datetime
www.eeworm.com/read/420088/10817580

html linux-x-wm-wm.html

Installing Window Maker as Your Window Manager
www.eeworm.com/read/420088/10817630

html footer.html

Copyright © 1997-1999 Joshua Go (jgo@local.net). All rights reserved. Permission to use, distribute, and copy this document is here
www.eeworm.com/read/420074/10818391

htm hottips.htm

热点帮助
www.eeworm.com/read/349547/10819896

c ambakbd.c

/* ambaKbd.c - ARM AMBA keyboard driver routines */ /* Copyright 1993-2001 Wind River System, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01b,20sep02,wdf Removed
www.eeworm.com/read/419962/10826211

spec defendguin.spec

# RPM .spec file for Defendguin # # by Bill Kendrick # bill@newbreedsoftware.com # http://www.newbreedsoftware.com/defendguin/ # June 6, 2000 - January 5, 2001 Name: defendguin Summary: A bidirectio
www.eeworm.com/read/275044/10837832

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