代码搜索结果
找到约 10,000 项符合
X 的代码
nullargs.x
program SQUARE_PROG {
version SQUARE_VERS {
void SQUAREPROC(void) = 1; /* procedure number = 1 */
} = 1; /* version number */
} = 0x31230000; /* program number */
data.x
const FOO = 100;
%#include /* required under Solaris 2.6 */
enum color { RED = 1, GREEN = 2, BLUE = 3 };
union union_arg switch (int status) {
case 0:
int intval;
case 1:
flo
square.x
struct square_in { /* input (argument) */
long arg1;
};
struct square_out { /* output (result) */
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in
x.c
//进制转换程序FOR 赵振江
//程序编写:扣子
#include "math.h"
#include "conio.h"
#include "hec.h"
#define back textbackground
#define winer 5,8,80,9 /*后面要用到的2、8、10、16进制数窗口的数据*/
#define winba 5,11,48,11
#de
arrow.x
xof 0303txt 0032
template XSkinMeshHeader {
WORD nMaxSkinWeightsPerVertex;
WORD nMaxSkinWeightsPerFace;
WORD nBones;
}
template VertexDuplicationInd
x.c
#include
#include "x.h"
void init_X(int scr_w, int scr_h, char title[64])
{
XSizeHints size_hints;
XFontStruct *font;
Colormap cmap;
if ((dpy=XOpenDisplay(NULL)) == NULL)
perror("C