代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/126484/14421334
c server.c
/*
simple server
*/
#include
#include
#include
#include
int main( void )
{
struct sockaddr_in local;
int s;
int s1;
int rc;
char buf[ 1 ];
www.eeworm.com/read/126308/14433621
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/125765/14465005
csh irc.csh
#!/bin/csh
#
# NetPlug's Irc launch shortcut for Unix.
#
# If you like Netplug, rename your ircII exec as "ircII" and
# this script as "irc", put it in your path :
# mv /usr/local/bin/irc /usr/loca
www.eeworm.com/read/125366/14496699
cpp mmulist.cpp
/*\t*******************************************************************/
/* Creation Date ....... Thu 05-20-1993 12:52:35 */
/* Filename ........... mmulist.cpp
www.eeworm.com/read/125149/14512040
c systffs.c
/* sysTffs.c - PC 386/486 system-dependent TrueFFS library */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* FAT-FTL Lite Software Development Kit
* Copyright (C)
www.eeworm.com/read/225725/14521652
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/124654/14555287
c fsutils.c
/****************************************************************
File Name: FSUTILS.C *
*****************************************************************
Last Modified Date: 2001/04/17
Compi
www.eeworm.com/read/124457/14565903
c pc386-systffs.c
/* sysTffs.c - PC 386/486 system-dependent TrueFFS library */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* FAT-FTL Lite Software Development Kit
* Copyright (C)
www.eeworm.com/read/124457/14565910
c mv177-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/124457/14565915
c ads860-systffs.c
/* sysTffs.c - Motorola 860ads system-dependent TrueFFS library */
/* Copyright 1984-1997 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01i,21ap