代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/304641/6281858
windows makefile.windows
# Name: Makefile.windows
# Project: PowerSwitch
# Author: Christian Starkjohann
# Creation Date: 2006-02-20
# Tabsize: 4
# Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH
# License: Proprie
www.eeworm.com/read/342123/6293032
c ftp.c
/*
* Copyright (c) 1985, 1989 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted
www.eeworm.com/read/338640/6316469
rb 3.rb
#!/usr/local/ruby
ruby = "nifty"
programing = "fun"
if ruby == "nifty" && programing == "fun"
puts "keep programing!"
end
www.eeworm.com/read/327092/6345815
html 0149-0149.html
Linux Complete Command Reference:User Commands:EarthWeb Inc.-
www.eeworm.com/read/327092/6346463
html 0222-0224.html
Maximum RPM (RPM):Making a Relocatable Package:EarthWeb Inc.-
www.eeworm.com/read/327092/6347563
html 503-505.html
Special Edition Using Linux, Fourth Edition:Configuring Domain Name Service
www.eeworm.com/read/145285/6350500
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/493005/6403829
cal deg.cal
/*
* deg - calculate in degrees, minutes, and seconds
*
* Copyright (C) 1999 David I. Bell
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2
www.eeworm.com/read/493005/6403838
cal pell.cal
/*
* pell - solve Pell's equation
*
* Copyright (C) 1999 David I. Bell
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser
www.eeworm.com/read/493005/6403842
cal seedrandom.cal
/*
* seedrandom - seed the cryptographically strong Blum generator
*
* Copyright (C) 1999 Landon Curt Noll
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms