代码搜索:para
找到约 10,000 项符合「para」的源代码
代码结果 10,000
www.eeworm.com/read/267609/11170902
m mcmcsumm.m
% MCMCSUMM - Summary Statistics
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% [S] = mcmcsumm(A)
%
% A = r x c x s array of s samples of an r x c matrix of para
www.eeworm.com/read/335607/12512558
java j03190502.java
import java.lang.*;
public class j03190502
{
enum season
{
spring,summer,autumn,winter;
}
public static void main( String[] para )
{
season enumObj1
= season.summer; //
www.eeworm.com/read/248861/12537667
pas cess.pas
unit cess;
interface
uses SysUtils,Classes,adodb;
//-------------基本功能
function create_cess(params:WideString;out outstr:string;adoconn:TADOConnection):boolean;
function modify_cess(para
www.eeworm.com/read/135606/13916740
h message.h
#ifndef _MSG_Q_H
#define _MSG_Q_H
#define IN
#define OUT
typedef int hMsgQId;
void MsgPrint(IN unsigned char params[],IN int length);
void MsgShowSingle(IN unsigned char para
www.eeworm.com/read/113218/15467043
asm 1.asm
DSEG SEGMENT
MESS1 DB "THE CHANG OF MESS1",0DH,0AH,'$'
DSEG ENDS
STACK SEGMENT PARA STACK 'STACK'
DB 50 DUP(?)
STACK E
www.eeworm.com/read/433114/8545530
m anysmooth.m
function avin=anysmooth(in,weights,endeffects)
% Function computes a weighted average using symmetric weights
% Written by: E. R.: July 20, 2003
% Last updated: December 12, 2004: Add third input para
www.eeworm.com/read/283498/9015533
asm crlist.asm
; Need to include "lists.a" in order to get list structure definition.
include lists.a
extrn sl_malloc:far
StdGrp group stdlib,stddata
stddata segment para public 'sldata'
stddata en
www.eeworm.com/read/283498/9016566
asm fcmp.asm
; FCMP.ASM- A file comparison program that demonstrates the use
; of the 80x86 string instructions.
.xlist
include stdlib.a
includelib stdlib.lib
.list
dseg segment para public 'd