代码搜索:XWindow
找到约 160 项符合「XWindow」的源代码
代码结果 160
www.eeworm.com/read/303435/3812507
psnormrays
#! /bin/sh
# Run GBmod with Xwindow Graphics
#------------------------------------------------
set -x
binfile=model.bin
unidata=uni.bin
normray=1
normface=40
surface=0
nrays=100
##### Built synclin
www.eeworm.com/read/303435/3812572
xray3
#! /bin/sh
#### Run GBmod with Xwindow Graphics
# model
model=3
# data directory
datadir=../datadir/
#### aux files
modelfile=${datadir}model${model}.data
rayendsfile=${datadir}rayend.data
rayfile
www.eeworm.com/read/476376/1371380
java test.java
package test;
import view.Window00;
public class Test {
public static void main(String[] args){
Window00 wind=new Window00();
wind.xWindow();
}
}
www.eeworm.com/read/303435/3812575
xray1
#! /bin/sh
#### Run GBmod with Xwindow Graphics
# model number
model=3
datadir=../datadir/
rayendsfile=${datadir}rayend.data
rayfile=${datadir}ray.data
modelfile=${datadir}model${model}.data
nangle
www.eeworm.com/read/385174/8814576
js postedit.js
// for post edit
// x_core.js, x_event.js, ajax.js, main.js, xwindow.js needed
function bodyLarger(){
var bodyText = xGetElementById('PostBody');
bodyText.rows += 2;
}
function bodySmaller(
www.eeworm.com/read/208871/15233566
c xputjpeg.c
/*
* simple app to display jpegs within XWindow.
* NOTE: only works with 24 bit jpeg. I couldn`t get it to works w/ 8 bits jpg ( I would like too)
* compile with:
* cc -o xputjpeg xputjpeg.c -L/
www.eeworm.com/read/345992/3194007
c winx.c
/* winx.c - xwindow version of display code */
#ifndef lint
static char *rcsid = "$Header: /xtel/isode/isode/others/quipu/photo/RCS/winx.c,v 9.0 1992/06/16 12:43:35 isode Rel $";
#endif
/*
* $Head
www.eeworm.com/read/345992/3194008
c faxx.c
/* winx.c - xwindow version of display code */
#ifndef lint
static char *rcsid = "$Header: /xtel/isode/isode/others/quipu/photo/RCS/faxx.c,v 9.0 1992/06/16 12:43:35 isode Rel $";
#endif
/*
* $Head
www.eeworm.com/read/303435/3810562
makefile
# Makefile for ..xplot/include
# Just say "make"
include $(CWPROOT)/src/Makefile.config
INCLUDE = $I/xplot.h $I/garnish.h $I/xwindow.h $I/picking.h
INSTALL : $(INCLUDE)
@-rm -f INSTALL
@touch $@