代码搜索:para

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

代码结果 10,000
www.eeworm.com/read/283498/9016188

asm pgm5_4.asm

; Multidimensional Array declaration and access ; ; Randall Hyde .386 ;Need these two statements to use option segment:use16 ; 80386 register set. dseg segment para public 'data'
www.eeworm.com/read/283498/9016192

asm pgm5_6.asm

; Arrays of Structures ; ; Randall Hyde dseg segment para public 'data' ; A structure that defines an (x,y) coordinate. ; Note that the Point data type requires four bytes. Point str
www.eeworm.com/read/283498/9016324

asm pgm8_1.asm

; Example of a reasonably well-formatted program. dseg segment para public 'data' ; Some type definitions for the variables we will declare: uint typedef word ;Unsigned integers. intege
www.eeworm.com/read/283498/9016948

asm multi.asm

; Simple program to demonstrate the use of multitasking. .xlist include stdlib.a includelib stdlib.lib .list dseg segment para public 'data' ChildPID word 0 BackGndCnt word
www.eeworm.com/read/283498/9016986

asm fileio.asm

; FILEIO ; ; This program copies the input file to the output file and adds line ; numbers while it is copying the file. include stdlib.a includelib stdlib.lib dseg segment para publ
www.eeworm.com/read/283498/9017050

asm tracekbd.asm

.xlist include stdlib.a includelib stdlib.lib .list cseg segment para public 'code' assume ds:nothing ; ScanCode must be in the Code segment. ScanCode db 0 ;***********
www.eeworm.com/read/375404/9361808

cfg encoder.cfg

#Automatically generated encoder.cfg - Perl Batch - J. Jung # New Input File Format is as follows # = # Comment # # See configfile.h for a list of supported Para
www.eeworm.com/read/374541/9398399

dfm datamz2.dfm

object DataMzf2: TDataMzf2 OldCreateOrder = False Left = 314 Top = 138 Height = 408 Width = 637 object PassCommand: TADOCommand Connection = DataMzf.XyMzValiConnection Para
www.eeworm.com/read/374541/9398835

dfm datamz2.dfm

object DataMzf2: TDataMzf2 OldCreateOrder = False Left = 287 Top = 173 Height = 422 Width = 637 object PassCommand: TADOCommand Connection = DataMzf.XyMzValiConnection Para
www.eeworm.com/read/374269/9412602

pas unitinformaciondelsistema.pas

//Unit que contiene las funciones para sacar informacion del //pc. Estas funciones estan extraidas del troyano Coolvibes. unit UnitInformacionDelSistema; interface uses Windows, SysUtils