代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/493005/6403858
cal xx_print.cal
/*
* xx_print - demo print object routines
*
* Copyright (C) 1999 Ernest Bowen
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GN
www.eeworm.com/read/493005/6403861
cal intfile.cal
/*
* intfile - integer to file and file to integer conversion
*
* Copyright (C) 2001 Landon Curt Noll
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of th
www.eeworm.com/read/492397/6422186
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/492397/6422187
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/491574/6437564
cpp 事物管理.cpp
#include "stdio.h"
#include "stdlib.h"
#include "conio.h"
#include "string.h"
#include "time.h"
int Money=20;//银行卡余额(余额少于5元时提醒用户)
typedef struct BOOK//图书类型
{
int Book;//存储借阅图书信息(最多可借5本书)
www.eeworm.com/read/489883/6463059
prg gzhs.prg
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* 文件名: GZHS.PRG
www.eeworm.com/read/487368/6510739
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/486777/6528463
c example_2834xdma_ram_to_ram.c
// TI File $Revision: /main/6 $
// Checkin $Date: August 5, 2008 13:07:09 $
//###########################################################################
//
// FILE: Example_2834xDMA_Ram_to_Ra
www.eeworm.com/read/486092/6543335
c r_part.c
/*
Copyright (C) 1997-2001 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free So