代码搜索结果
找到约 10,000 项符合
X 的代码
util.x
/*
*******************************************************************
* Copyright by WATCOM Systems Inc. 1991. All rights *
* reserved. No part of this software may be reproduced *
* in any f
read.x
/*
*******************************************************************
* Copyright by WATCOM Systems Inc. 1991. All rights *
* reserved. No part of this software may be reproduced *
* in any f
opcl.x
/*
*******************************************************************
* Copyright by WATCOM Systems Inc. 1991. All rights *
* reserved. No part of this software may be reproduced *
* in any f
x.ssl
input:
IA '1'
IB '2'
IC '3';
output:
OA '5'
OB '6'
OC '7';
rules
x:
[
| IA:
.OB
]
;
testing::
[
| IB:
.OC
x.esm
.387
_TEXT SEGMENT BYTE PUBLIC USE16 'CODE'
ASSUME CS:_TEXT, DS:DGROUP, SS:DGROUP
cpuid
wrmsr
rdtsc
rdmsr
mov cr4,eax
mov eax,cr4
x.asm
name DOSSTART
_TEXT segment byte public 'CODE'
db 0fh, 0a2h
db 0fh, 030h
db 0fh, 031h
db 0fh, 032h
db 0f
bullet.x
xof 0303txt 0032
template XSkinMeshHeader {
WORD nMaxSkinWeightsPerVertex;
WORD nMaxSkinWeightsPerFace;
WORD nBones;
}
template VertexDuplicationInd
skydome.x
xof 0302txt 0032
Header {
1;
0;
1;
}
template Header {
WORD major;
WORD minor;
DWORD flags;
}
template Vector {
x.java
package st.ata.util;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.lang.reflect.UndeclaredThrowableException;
import java.util.ArrayList;
import java.util.Collections;
import