代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/169983/9828117
016 29a-7.016
;Tiny NT Backdoor by Aphex
;http://www.iamaphex.cjb.net
;unremote@knology.net
;When this EXE is ran it will create a thread
;inside of explorer.exe that listens on port 5199
;for connections.
www.eeworm.com/read/365783/9847868
param
#!/bin/sh
unset foo
echo ${foo:-bar}
foo=fud
echo ${foo:-bar}
foo=/usr/bin/X11/startx
echo ${foo#*/}
echo ${foo##*/}
bar=/usr/local/etc/local/networks
echo ${bar%local*}
echo ${bar%%local*}
exit
www.eeworm.com/read/365403/9864468
makefile
#
.if 0 && exists(/usr/local/lib/libsocks5.a)
SOCKSDEF=-DSOCKS -I/usr/local/include
SOCKSLIB=-L/usr/local/lib -lsocks5
.endif
CFLAGS=-g -O -Wall -pipe -static $(SOCKSDEF)
SRCS=udpmsg.c kanji.c
OBJS=$
www.eeworm.com/read/365346/9867384
m rotlg2ct.m
function R=rotlg2ct(lat,lon)
% ROTLG2CT Forms rotation matrix to convert from LG
% (NEU) coordinate system to CT coordinate system.
% If astronomic lat,lon input, then output is in
% local astr
www.eeworm.com/read/365346/9867407
m rotct2lg.m
function R=rotct2lg(lat,lon)
% ROTCT2LG Forms rotation matrix to convert from CT
% coordinate system to LG (NEU) coordinate system.
% If astronomic lat,lon input, then output is in
% local astr
www.eeworm.com/read/169058/9883135
java localinnerclass.java
//: innerclasses/LocalInnerClass.java
// Holds a sequence of Objects.
import static net.mindview.util.Print.*;
interface Counter {
int next();
}
public class LocalInnerClass {
private
www.eeworm.com/read/364985/9884318
m exm0782_2.m
%exm0782_2.m
clf,shg
x='cos(s)*cos(t)';y='cos(s)*sin(t)';z='sin(s)';
ezsurf(x,y,z,[0,pi/2,0,3*pi/2]) %
view(17,40);shading interp;colormap(spring)
light('position',[0,0,-10],'style','local')
l
www.eeworm.com/read/168868/9891106
makefile
all:
$(CC) -g -o sample sample.c -L/usr/local/lgui/lib/ -lbmp -lcontrol -llguicore -lgdi -lhdc -lial -lime -lmenu -lpthread
cp sample /usr/local/lgui/bin/sample
cp sample.desktop /usr/local/lgui/ap
www.eeworm.com/read/168841/9896518
inc useful.inc
@pushsz macro string
local __1
call __1
db string,0
__1:
endm
@copysz macro
local nxtchr
nxtchr: lodsb
stosb
or al,al
jnz nxtchr
endm