代码搜索:para

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

代码结果 10,000
www.eeworm.com/read/119473/14829494

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/119473/14829529

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/119473/14829767

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/119473/14829787

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/119473/14829805

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/119134/14838605

asm creat.asm

public begin desg segment para 'data' filename label byte maxname db 16 namelen db ? pathnam db 16 dup (' ') long equ 1024 file db long d
www.eeworm.com/read/489223/1225868

sgml glib-unused.sgml

The "GDesktopEntry" parser is intended to parse files written to the
www.eeworm.com/read/489223/1225870

sgml base64.sgml

Base64 Encoding encodes and decodes data in Base64 format Base6
www.eeworm.com/read/465823/1516667

java estrategiasolucion.java

package soluciones; /** * Deben implementarla los objetos para los que se quieran medir * sus tiempos de ejecuci髇. * * @version 1.0, 24/10/2004 */ public interface EstrategiaSolucion {
www.eeworm.com/read/465823/1516672

java estrategiasolucion.java

/* * EstrategiaSolucion.java */ package soluciones; /** * Deben implementarla los objetos para los que se quieran medir * sus tiempos de ejecuci髇. * * @version 2.0, 10/10/2005 */