代码搜索:para

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

代码结果 10,000
www.eeworm.com/read/258562/11854278

f90 zreal.f90

program main use IMSL implicit none integer, parameter :: ITMAX = 100 integer, parameter :: NROOT = 2 real, parameter :: EPS = 1.0E-6 real, parameter :: ERRABS = 1.0E-6 real, para
www.eeworm.com/read/155404/11879907

asp admin_pic.asp

www.eeworm.com/read/255942/12044416

asp admin_pic.asp

www.eeworm.com/read/251250/12355685

m pca.m

% this function is used to obtain avereface and eigenface from the training set function s = pca(sig) affile = strcat('E:\FYC_FERET\datas\para\pcaaf_',sig,'.dat'); effile = strcat('E:\FYC_FERET
www.eeworm.com/read/229853/14314901

asm tail.asm

; Copyright 1988-1996 Russell Nelson. ;Licensed by Intel for distribution without complete source. include defs.asm cgroup group code,init,_text code segment para public 'code' code ends
www.eeworm.com/read/126851/14397397

asm mode_t.asm

.MODEL HUGE STACK SEGMENT STACK PARA 'STACK' DB 200 DUP(0) STACK ENDS include \tc\g\include\g_def.asm CODE SEGMENT WORD PUBLIC 'CODE' ASSUME CS:CODE,DS
www.eeworm.com/read/126851/14397551

asm priboot.asm

CODE SEGMENT PARA USE16 ASSUME CS:CODE ORG 0600H NEWBOOT: XOR AX,AX MOV SS,AX MOV SP,7C00H MOV SI,SP
www.eeworm.com/read/123974/14603017

cpp traninfomodule.cpp

#include "stdafx.h" #include "traninfomodule.h" #include "patterns/util/janitor.h" #ifdef _DEBUG #define new DEBUG_NEW #endif namespace acl { THREAD_HANDLER_DECL(ThreadAgent, para
www.eeworm.com/read/119473/14829495

asm pgm5_5.asm

; Sample Structure Definitions and Accesses. ; ; Randall Hyde dseg segment para public 'data' ; The following structure holds the bit values for an 80x86 mod-reg-r/m byte. mode struct
www.eeworm.com/read/119473/14829504

asm transcnd.asm

; Transcnd.asm ; ; Some transcendental functions for the 80x87 FPU .xlist include stdlib.a includelib stdlib.lib .list .386 .387 option segment:use16 dseg segment para