代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/111220/15516735
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/109695/15552145
example pap-secrets.example
#
# This file is used to control PAP access
# the local machine. See the man pages
# for details. Make sure this file does
# not have world read access.
#
#"userid" "providerid" "Password"
www.eeworm.com/read/109695/15552160
example chap-secrets.example
#
# This file is used to control CHAP access
# the local machine. See the man pages
# for details. Make sure this file does
# not have world read access.
#
#"userid" "providerid" "Password"
www.eeworm.com/read/109695/15552221
makedefs
#
# defines common to several Makefiles
#
INSTALL= /usr/sbin/install
BINDIR = /usr/local/bin
MANDIR = /usr/local/man
ETCDIR = /etc/ppp
COPTS = -O -Xa -w
# For compiling with gcc, comment out the C
www.eeworm.com/read/109448/15557342
java mappad.java
package ant;
import java.awt.event.*;
import java.awt.*;
/**
* Title: ant
* Description:
* Copyright: Copyright (c) 2003
* Company: agents.yeah.net
* @author jake
* @version 1.0
www.eeworm.com/read/109448/15557346
java configer.java
package ant;
import java.awt.Frame;
import java.awt.*;
import java.awt.event.*;
/**
* Title: ant
* Description:
* Copyright: Copyright (c) 2003
* Company: agents.yeah.net
* @auth
www.eeworm.com/read/109003/15568890
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/108874/15572914
htm ei47.htm
Effective C++, 2E | Item 47: Ensure that non-local static objects are initialized before they're used Back to Item 46: Prefer compile-time and link-time errors to runtime errors.
Continue to Item 48:
www.eeworm.com/read/106743/15623379
readme
proclcd V0.2
------------
Proclcd shows some system status on the LCD panel.
It is intended for a 4x20 display. For other sizes feel free to change the
code, but please send me your changes ;)
Just