代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/348603/10881538
~dfm unit1.~dfm
object Form1: TForm1
Left = 181
Top = 166
Width = 661
Height = 425
Caption = 'Programa para testar equipamentos da ControlID'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
F
www.eeworm.com/read/273133/10925292
src bldstk500.src
[Files]
uart.c
initial.c
main.c
self_prog.c
[Headers]
para.h
command.h
define.h
extern.h
function.h
[Documents]
www.eeworm.com/read/455227/7375756
m hata_urban1.m
function saida = hata_urban1(distancia, frequencia, hte, hre)
%
% FUN敲O PARA PREVIS肙 DE PERDAS USANDO O "MODELO DE HATA"
%
% Fonte bibliogr醘ica: Wireless Communications - Principles and Practice
www.eeworm.com/read/455227/7375760
m hata_urban2.m
function saida = hata_urban2(distancia, frequencia, hte, hre)
%
% FUN敲O PARA PREVIS肙 DE PERDAS USANDO O "MODELO DE HATA"
%
% Fonte bibliogr醘ica: Wireless Communications - Principles and Practice
www.eeworm.com/read/444676/7609135
asm reboot.asm
PAGE ,132
VIRUS SEGMENT PARA PUBLIC 'CODE'
ASSUME CS:VIRUS,DS:VIRUS
HOSSZ EQU VEG-KEZDET
KEZDET EQU $
INDIT: PUSH CX
TBLC: MOV DX,OFFSET TABL
CLD ; SZTRINGMUVELETEK NOVEKVO IRANYBA
www.eeworm.com/read/197619/7984258
asm example3.asm
; This program prints the square root of a number you put on the command line.
;
; Link this one with ARGC32, and enable CCHEKSTR.
.386p
jumps
code32 segment para public use3
www.eeworm.com/read/197619/7984261
asm example2.asm
; This program prints the raw keyboard data that it gets. Press ESC to quit.
;
; Link this program with KB32.
.386p
jumps
code32 segment para public use32
assume cs: