代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/187567/8624007
asm musi.asm
PUBLIC GENSOUND
CODE SEGMENT PARA 'CODE'
ASSUME CS: CODE
GENSOUND PROC FAR
PUSH AX
PUSH BX
PUSH CX
PUSH DX
PUSH DI
www.eeworm.com/read/427909/8913100
m dirichletrnd.m
function x = dirichletrnd(alpha)
%DIRICHLETRND Random vector from a dirichlet distribution.
% x = dirichletrnd(alpha) returns a vector randomly selected
% from the Dirichlet distribution with para
www.eeworm.com/read/184417/9102610
html fgltexenv.html
NAME
fglTexEnvf, fglTexEnvi, fglTexEnvfv, fglTexEnviv - set
texture environment para
www.eeworm.com/read/183983/9127339
asm musi.asm
PUBLIC GENSOUND
CODE SEGMENT PARA 'CODE'
ASSUME CS: CODE
GENSOUND PROC FAR
PUSH AX
PUSH BX
PUSH CX
PUSH DX
PUSH DI
www.eeworm.com/read/183523/9155654
asm 4k1.asm
PUBLIC ONE
DATA SEGMENT PARA PUBLIC 'DATA'
BUF DB 100
DB ?
DB 100 DUP(?)
INPUT DB 'ENTER THE CHARS: '
DB '$'
RESULT DB 'THE RESULT IS '
www.eeworm.com/read/373249/9467901
m dirichletrnd.m
function x = dirichletrnd(alpha)
%DIRICHLETRND Random vector from a dirichlet distribution.
% x = dirichletrnd(alpha) returns a vector randomly selected
% from the Dirichlet distribution with para
www.eeworm.com/read/165783/10051792
asm music.asm
title music -- a music of 'Mary had a little lamb'
extrn soundf :far
stack segment para stack 'stack'
db 64 dup('stack...')
stack ends
www.eeworm.com/read/165783/10051794
asm sun.asm
title music -- a music of 'Mary had a little lamb'
extrn soundf :far
stack segment para stack 'stack'
db 64 dup('stack...')
stack ends
www.eeworm.com/read/359055/10168221
pas unitwindows.pas
{Unit perteneciente al troyano Coolvibes que contiene todas las funciones
para manejar ventanas}
unit UnitWindows;
interface
uses
Windows,
Messages,
SysUtils;
function GetWins():
www.eeworm.com/read/161772/10376787
c week3.c
/* Program Name: week3.c */
/* Program to keep track of names and phone numbers. */
/* Information is written to a disk file specified */
/* with a command-line para