资源简介
ROI_PAC生成的图像浏览软件mdx,文件名为mdx_NTR_35238_173_73.tar
代码片段和文件信息
/*
Copyright [year created] by the California Institute of Technology.
ALL RIGHTS RESERVED. United States Government Sponsorship acknowledged.
Any commercial use must be negotiated with the Office of Technology
Transfer at the California Institute of Technology.
This software may be subject to U.S. export control laws and regulations.
By accepting this document the user agrees to comply with all applicable
U.S. export laws and regulations. User has the responsibility to obtain
export licenses or other export authority as may be required before
exporting such information to foreign countries or providing access to
foreign persons.
Some code in this software may be derived of sample code obtained from programming manuals published by O‘Reilly
& Associates Inc. Copyright 1991. Permission to use copy modify distribute and sell published O‘Reilly &
Associates Inc. code is explicitly granted in the programming manuals. This notice and acknowledgement is provided
here insofar as such code may exist in this Software.
*/
#include
#include
#include
#include
#include
#include
/*
#include Use these if no motif
#include
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include /* for popup window only */
#define MAX_COLORS 256
#define SGImode
#define icon_width 29
#define icon_height 29
/* static char icon_bits[] = { */
const char icon_bits[] = {
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xc6 0x3e 0x82 0x00
0xee 0x62 0xc6 0x00 0xaa 0x42 0x6c 0x00 0xba 0xc2 0x38 0x00
0x92 0xc2 0x38 0x00 0x82 0x42 0x62 0x00 0x82 0x62 0xc6 0x00
0x82 0x3e 0x82 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00};
/* Global variables */
Display *dgx;
GC gc;
XtAppContext app_context;
Window root;
Window top[6];
Window wgx[321];
Window fgx[321];
Window lgx[321];
Widget scrl[321];
Widget labl[321];
Widget draw[321];
Widget form[321];
XmString a_llll[321];
Widget formy;
XEvent event;
Pixmap icon disparity;
Colormap cmap;
XVisualInfo *visualList;
char b_bswap[4];
int *i_bswap;
int i_type[321];
int i_dx[321];
int i_wx[321];
int i_gx[6][30];
int i_tx[321];
int i_dmax;
int
- 上一篇:扩频通信田日才编
- 下一篇:three.min.js多版本集合
评论
共有 条评论