代码搜索:Compatibility

找到约 6,848 项符合「Compatibility」的源代码

代码结果 6,848
www.eeworm.com/read/158793/5594761

c obsolete.c

/* * This file is now the entire contents of libmwinlib. * Do not use libmwinlib in new code - it is provided only * to keep backwards-compatibility with old programs. * * Where you previously us
www.eeworm.com/read/474586/6813134

svn-base num2str.sci.svn-base

function s = num2str(v,f) // num2str - convert numerics to string // // s = num2str(v); // // (this function ensure matlab compatibility) // // Copyright (c) 2008 Gabriel Peyre if argn(2)
www.eeworm.com/read/474586/6813167

sci num2str.sci

function s = num2str(v,f) // num2str - convert numerics to string // // s = num2str(v); // // (this function ensure matlab compatibility) // // Copyright (c) 2008 Gabriel Peyre if argn(2)
www.eeworm.com/read/367274/9763718

asm br2148476.asm

;Testname=test; Arguments=-fbin -obr2148476.bin; Files=.stdout .stderr br2148476.bin bits 64 cvtdq2pd xmm0, xmm1 cvtdq2pd xmm0, [rdi] cvtdq2pd xmm0, qword [rdi] cvtdq2ps xmm0, xmm1 c
www.eeworm.com/read/147328/12564503

h psl.h

/* VAX program status longword */ #define PSL_C 0x1 /* carry bit */ #define PSL_V 0x2 /* overflow bit */ #define PSL_Z 0x4 /* zero bit */ #define PSL_N 0x8 /* negative bit */ #define PSL_T 0x1
www.eeworm.com/read/109665/15552512

mak makefile.mak

cc = armcc asm = armasm link = armlink elf = fromelf prog = makeprogfile dir = debug src = software inc = software/inc lib = software/lib cflags = -g -c -O0 afl
www.eeworm.com/read/136849/5844040

mli coding.mli

exception End_iteration type unicode_block = BASIC_LATIN1 | LATIN1_SUPPLEMENT | LATIN_EXTENDED_A | LATIN_EXTENDED_B | IPA_EXTENSIONS | SPACING_MODIFIER_LETTERS | COMBINING_DIACRITICAL_MARK
www.eeworm.com/read/290174/8499041

hhp s10_02.hhp

[OPTIONS] Auto Index=Yes Compatibility=1.1 or later Compiled file=S10_02.chm Contents file=S10_02.hhc Index file=S10_02.hhk Default topic=HIDD_ROOT_DIALOG.HTM Display compile progress=No Full-
www.eeworm.com/read/432377/8608265

c open_limit.c

/* * open_limit - determine the current open file limit * * Environment: POSIX, 44BSD, 43BSD * * Author: Wietse Venema. */ #include #include #include
www.eeworm.com/read/164463/10107540

h shm.h

#ifndef _LINUX_SHM_H_ #define _LINUX_SHM_H_ #include #include /* * SHMMAX, SHMMNI and SHMALL are upper limits are defaults which can * be increased by sysctl */ #defin