代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/248338/12583224
asm toolbar.asm
; ########################################################################
Do_ToolBar PROTO :DWORD
SetBmpColor PROTO :DWORD
include tbmacros.asm
.data
hTbBmp
www.eeworm.com/read/248079/12602938
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/135541/13922160
ipv6to4 ip-down.ipv6to4
#!/bin/sh
#
# ip-down.ipv6to4
#
#
# Taken from:
# (P) & (C) 2000-2002 by Peter Bieringer
#
# You will find more information in the IPv6-HowTo for Linux at
# http://www.bieringer.d
www.eeworm.com/read/135507/13924739
bc method1.bc
Method void method1(int)
0 iload_1 //Push the value stored at index 1 of the
//local variable table(size) on the stack.
1 newarray int //Pop the size parame
www.eeworm.com/read/135507/13924996
bc copyarray2.bc
Method void copyArray2(int[], int[])
0 aload_1 //Push the object reference at index 1 of
//the local variable table(src).
1 arraylength //Pop src and push
www.eeworm.com/read/300042/13941201
m beam3s.m
function [es,edi,eci]=beam3s(ex,ey,ez,eo,ep,ed,eq,n)
% es=beam3s(ex,ey,ez,eo,ep,ed)
% es=beam3s(ex,ey,ez,eo,ep,ed,eq)
% [es,edi,eci]=beam3s(ex,ey,ez,eo,ep,ed,eq,n)
%---------------------------------
www.eeworm.com/read/134117/14005879
h ckuusr.h
/* C K U U S R . H -- Symbol definitions for C-Kermit ckuus*.c modules */
/*
Author: Frank da Cruz (SY.FDC@CU20B),
Columbia University Center for Computing Activities, January 1985.
Copyright