代码搜索:para

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

代码结果 10,000
www.eeworm.com/read/126851/14397571

asm get3boot.asm

CODE SEGMENT PARA USE16 ASSUME CS:CODE START: CLI MOV AX,SEG CODE MOV SS,AX MOV DS,AX MOV ES,AX
www.eeworm.com/read/119473/14829512

asm testgrab.asm

.xlist include stdlib.a includelib stdlib.lib matchfuncs .list dseg segment para public 'data' ; Variables used to hold the number of shares bought/sold, a pointer to ; a string
www.eeworm.com/read/119473/14829522

asm matchfnc.asm

.xlist include stdlib.a includelib stdlib.lib matchfuncs .list dseg segment para public 'data' TestString byte "This is the string 'xyz' in it",cr,lf,0 TestPat pattern
www.eeworm.com/read/119473/14829541

asm geti.asm

; GETI.ASM ; ; This module contains the integer input routine for the matrix ; example in Chapter Eight .nolist include stdlib.a .list include matrix.a InpSeg segment para publi
www.eeworm.com/read/115689/15004693

asm idt.asm

;FILENAME: TMPTSK.ASM ;------------------------------------------------------------------------------------------------------- ;中断描述符堆栈段 IDT_STACK_SEG SEGMENT PARA USE16 STACK IDT_STACK_L
www.eeworm.com/read/215895/15034878

c cmrgb.c

/* * File: cmRgb.c * * Build the RGB Header */ #include #include "cmRgbHeader.h" /* * Function: cmRgbHdrBuild * * Description: Build an RGB (IRIS) Header * * * Input Para
www.eeworm.com/read/11175/208933

asm safedsk.asm

; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; vseg segment para public 'CODE' assume cs:vseg,ds:vseg,es:NOTHING org
www.eeworm.com/read/17937/767690

v gra2bin.v

//-------------------------------------- //Convert 8-bit Gray code to binary code //using for loop //filename : gra2bin.v //-------------------------------------- module gra2bin(Gry, Bin); para
www.eeworm.com/read/37368/1074723

c spi.c

#include #include #include extern uchar data chksum; void Send_Measure_Byte(uchar para) {
www.eeworm.com/read/491360/1191717

m qpskmod.m

% Program 3-9 % qpskmod.m % % Function to perform QPSK modulation % % Programmed by H.Harada % function [iout,qout]=qpskmod(paradata,para,nd,ml) %****************** variables *************