代码搜索:Local

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

代码结果 10,000
www.eeworm.com/read/398754/7925825

lua xd.lua

-- hex dump -- usage: lua xd.lua < file local offset=0 while true do local s=io.read(16) if s==nil then return end io.write(string.format("%08X ",offset)) string.gsub(s,"(.)", function (c) io.w
www.eeworm.com/read/298894/7927089

sh matlab.sh

#!/bin/sh # # Filename: matlab.sh # # ./matlab.sh "simplesleep(10,2,'output.txt')" # # run matlab in text mode exec /usr/local/bin/matlab -nojvm -nodisplay -nosplash -r "$*"
www.eeworm.com/read/298894/7927103

pl common.pl

#!/usr/bin/perl -w sub read_config { local $n; my @configs = (split(/\//, shift)); my $name = shift; for ($n = 1; $n < @configs; ++$n) { $configs[$n] = "$configs[$n-1]/$configs[$n]";
www.eeworm.com/read/433492/7927207

txt 0.txt

DOC: nodeName="#document" ELEM: nodeName="rss" local="rss" ATTR: nodeName="version" local="version" nodeValue="2.0" TEXT: nodeName="#text" nodeValue="2.0" ATTR: nodeName="xml
www.eeworm.com/read/398500/7943137

hhc index.hhc

www.eeworm.com/read/398500/7943224

hhk index.hhk

www.eeworm.com/read/298428/7961107

c localerr.c

#include void local_values(void) { int a = 1, b = 2, c = 3; printf("a contains %d b contains %d c contains %d\n", a, b, c); } void main(void) { printf("a contains %
www.eeworm.com/read/298428/7961557

c timezone.c

#include #include void main(void) { tzset(); printf("Difference between local and GMT is %d hours\n", timezone / 3600); }
www.eeworm.com/read/197752/7971659

3 authuser.3

.\" .\" Copyright (c) 1999,2000 WU-FTPD Development Group. .\" All rights reserved. .\" .\" Portions Copyright (c) 1980, 1985, 1988, 1989, 1990, 1991, 1993, 1994 .\" The Regents of the University o
www.eeworm.com/read/197752/7971959

noac pathnames.h.noac

/**************************************************************************** Copyright (c) 1999,2000 WU-FTPD Development Group. All rights reserved. Portions Copyright (c) 1980, 1985