代码搜索:SWP

找到约 877 项符合「SWP」的源代码

代码结果 877
www.eeworm.com/read/414302/7068922

cvsignore .cvsignore

.libs .deps .*swp .nautilus-metafile.xml *.autosave *.gmo *.mo *.pot *~ #*# *.bak *.o *.lo *.la cat-id-tbl.c stamp-cat-id messages missing POTFILES Makefile Makefile.in Makefile.in.in translations.xml
www.eeworm.com/read/243761/12919155

txt 利用qq&p2p的蠕虫iworm.mswork源码 .txt

Option Explicit Dim ok As Boolean Public iks As Integer, ok1 As Boolean Dim send As Integer Dim ASh As Long Public Const SWP_HIDEWINDOW = &H80 Public Const HWND_BOTTOM = 1 Public Declare Functi
www.eeworm.com/read/265943/11248365

cvsignore .cvsignore

.libs .deps .*swp .nautilus-metafile.xml *.autosave *.gmo *.mo *.pot *~ #*# *.bak *.o *.lo *.la cat-id-tbl.c stamp-cat-id messages missing POTFILES Makefile Makefile.in Makefile.in.in translations.xml
www.eeworm.com/read/125688/6023423

h procinfo.h

/* * linux/include/asm-arm/procinfo.h * * Copyright (C) 1996 Russell King */ #ifndef __ASM_PROCINFO_H #define __ASM_PROCINFO_H #include #ifndef __ASSEMBLER__ #define HWCAP_SWP
www.eeworm.com/read/191741/8424769

makefile

CC = cc COPTS = -O bget: bget.c bget.h $(CC) $(COPTS) bget.c -o bget -lm rm -f core lint: lint bget.c -lm clean: rm -f bget core *.o *.bak *.exe *.obj *.swp
www.eeworm.com/read/276845/10702601

h cursor.h

#ifndef _CURSORH_ #define _CURSORH_ void cursor(); void curs_forward(); void curs_backward(); void curskey_p(); void bit_cnt_frq(long); void bit_cnt_pwr(float); void bit_cnt_swp(long); vo
www.eeworm.com/read/143622/5756102

entries

/.README.swp/1.1/Fri Jan 25 14:09:19 2002// /COPYRIGHT/1.1/Fri Jan 25 14:09:19 2002// /readme/1.1/Fri Jan 25 14:09:19 2002// D/16x16//// D/20x20////
www.eeworm.com/read/122082/6066274

entries

/.README.swp/1.1/Fri Jan 25 14:09:19 2002// /COPYRIGHT/1.1/Fri Jan 25 14:09:19 2002// /readme/1.1/Fri Jan 25 14:09:19 2002// D/16x16//// D/20x20////
www.eeworm.com/read/6626/94476

vb module1.vb

Module Module1 Public Const HWND_TOPMOST = -1 Public Const HWND_NOTOPMOST = -2 Public Const SWP_SHOWWINDOW = &H40 '定义函数中使用的常量 Public Declare Function SetWindowPos& Lib "user32
www.eeworm.com/read/316872/3601164

h hwcap.h

#ifndef __ASMARM_HWCAP_H #define __ASMARM_HWCAP_H /* * HWCAP flags - for elf_hwcap (in kernel) and AT_HWCAP */ #define HWCAP_SWP 1 #define HWCAP_HALF 2 #define HWCAP_THUMB 4 #define HWCAP_26BIT 8 /