代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/163763/10147002
x nullargs.x
program SQUARE_PROG {
version SQUARE_VERS {
void SQUAREPROC(void) = 1; /* procedure number = 1 */
} = 1; /* version number */
} = 0x31230000; /* program number */
www.eeworm.com/read/163763/10147004
x 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
www.eeworm.com/read/163763/10147007
x 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
www.eeworm.com/read/163750/10147405
c 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
www.eeworm.com/read/163506/10156511
x arrow.x
xof 0303txt 0032
template XSkinMeshHeader {
WORD nMaxSkinWeightsPerVertex;
WORD nMaxSkinWeightsPerFace;
WORD nBones;
}
template VertexDuplicationInd
www.eeworm.com/read/163252/10168417
bmp x.bmp
www.eeworm.com/read/358530/10185876
gif x.gif
www.eeworm.com/read/357451/10209509
c 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