代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/161377/10418682
asm strsrch.asm
data segment
messin db 'Please input a string:',13,10,'$'
messout db 13,10,'The number of computer included in the string is: $'
strin label byte
max db 100
act db ?
www.eeworm.com/read/161377/10418688
bak strsrch.asm.bak
data segment
messin db 'Please input a string:',13,10,'$'
messout db 13,10,'The number of computer included in the string is: $'
strin label byte
max db 100
act db ?
www.eeworm.com/read/161377/10418696
asm fibonaci.asm
data segment
n_v dw 5
result dw ?
messin db 'Please input an integer n(0
www.eeworm.com/read/161377/10418702
asm fib.asm
.model small
.386
.stack 200h
tos label word
.data
n_v dd 5
result dd ?
messin db 'Please input an integer n(0
www.eeworm.com/read/161377/10418716
bak fibonaci.asm.bak
data segment
n_v dw 5
result dw ?
messin db 'Please input an integer n(0
www.eeworm.com/read/353724/10425604
m51 931cc.m51
BL51 BANKED LINKER/LOCATER V5.11 09/04/2008 13:22:12 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE main.o
www.eeworm.com/read/353213/10462883
m51 myproj.m51
BL51 BANKED LINKER/LOCATER V5.12 08/13/2008 10:34:38 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE myProj
www.eeworm.com/read/424287/10466630
m51 ee.m51
BL51 BANKED LINKER/LOCATER V5.03 12/22/2008 21:01:21 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE dis.ob
www.eeworm.com/read/352829/10504174
pas proxy1.pas
unit proxy1;
interface
uses classes, proxy2, httpProxyExtend, WSocket, Dialogs;
const
ProxyServerVersion = 100;
ProxyServerCopyright = 'All rights reserved by Thorsten Schmidt';
type
www.eeworm.com/read/352829/10504198
pas httpproxyextend.pas
unit httpProxyExtend;
interface
uses proxy2,mem_utils;
type
THttpProxy = class(TProxyClient)
protected
dataAll_P1, dataAll_P2 : TMemWeb;
(* alle Daten die empfangen wurden, nach