资源简介
-----------------------本程序为传说水吧3.12$StCn个人修改版-------------------
StChat全新组件版
老版本或原3.12版要升级到此版本时
以进后台管理>>导入老数据库>>设置后点提交
接着
3.12版
把DB下的Global.asa复制到本目录下!运行StPass.asp对数据库进行密码转换
如果转换好记得把文件删除哦!^_^
3.05或更低版本
把StPasswd.asp复制到程序所在目录下!然后在文件DEFAULT.asp最下面插入以下代码
<%
if trim(request.cookies("cschat310"))"yes" then psckstr="window.open("& """" &"StPasswd.asp"& """" &","& """" & """" &");"
response.cookies("cschat310")="yes"
response.cookies("cschat310").Expires = now()+60
%>
可别忘了注册DLL文件哦!(StChat.DLL)
代码片段和文件信息
/* Bridges Source Code */
/* By Dick Christoph April 1998 */
/* dchristo@minn.net */
/* www1.minn.net/~dchristo */
import java.applet.*;
import java.awt.*;
import java.io.*;
public class Bridges extends applet {
public static final int MAXSCREENX = 340;
public static final int MAXSCREENY = 340;
public static final int MAXROWS = 17;
public static final int MAXCOLS = 17;
public static final int NOTOWER = 0;
public static final int BLUETOWER = 1 BLUE = 1;
public static final int REDTOWER = 2 RED = 2;
public static final int ROW = 0;
public static final int COL = 1;
public static final int UP = 1;
public static final int RIGHT = 2;
public static final int LEFT = 3;
public static final int DOWN = 4;
public static int board[][] whoseTurn;
static BridgeCanvas cnv1;
static Label turnMsg statusMsg;
Button newGameButton;
Panel p p1;
static boolean redWins blueWins debug;
public static final int MAXSTEPS = 10000;
public static final int MAXOPTIONS = 200;
public static final int MAXPATHLIST = 32;
public static boolean visited[][];
public static boolean consider[][];
public static Option optionList[];
public static Step steps[];
public static int minSteps[][];
public static PathList bluePathList[] redPathList[];
public static int optionTop firstFreeStep bluePathListTop redPathListTop;
public static double stepCounter;
public static double maxSteps maxOptions maxPathList maxMoves;
public void init()
{
setLayout(null);
resize(MAXSCREENXMAXSCREENY+60);
addNotify();
debug = false;
cnv1 = new BridgeCanvas();
add(cnv1);
cnv1.reshape(00MAXSCREENX MAXSCREENY);
p = new Panel();
turnMsg = new Label(““);
turnMsg.setAlignment(Label.CENTER);
p.add(turnMsg);
whoseTurn = BLUE;
toggleTurnMsg();
p.reshape(0MAXSCREENYMAXSCREENX30);
add(p);
p1 = new Panel();
newGameButton = new Button(“New Game“);
p1.add(newGameButton);
if (debug)
{ statusMsg = new Label(““);
statusMsg.setAlignment(Label.CENTER);
p1.add(statusMsg);
}
p1.reshape(0MAXSCREENY+30MAXSCREENX30);
add(p1);
initBoard();
setupMem();
cnv1.repaint();
}
public boolean action(Event e object arg)
{ object source = e.target;
if (source == newGameButton)
{ initBoard();
cnv1.repaint();
}
return true;
}
public void destroy() {
}
public void initBoard()
{ int r c;
redWins = false;
blueWins = false;
whoseTurn = BLUE;
toggleTurnMsg();
if (debug)
statusMsg.setText(““);
maxSteps = 0;
maxOptions = 0;
maxPathList = 0;
maxMoves = 0;
board = new int[MAXROWS][MAXCOLS];
for (r = 0; r < MAXROWS; r++)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 122880 2004-05-13 23:56 安装Chat\#zpimages.asa
文件 6783 2004-11-05 11:24 安装Chat\DEFAULT.asp
文件 143360 2004-05-14 03:18 安装Chat\questions.asp
文件 1251 2000-11-07 20:37 安装Chat\DATA\H3.GIF
文件 1432 2000-11-07 20:37 安装Chat\DATA\H2.GIF
文件 1616 2000-11-07 20:37 安装Chat\DATA\H1.GIF
文件 331 2000-11-07 20:37 安装Chat\DATA\H0.GIF
文件 1134 2000-11-07 20:37 安装Chat\DATA\H4.GIF
文件 116 2000-11-09 10:48 安装Chat\DATA\H5.GIF
文件 6812 2000-11-10 15:07 安装Chat\DATA\123.GIF
文件 6662 2000-11-10 15:07 安装Chat\DATA\P26.GIF
文件 2392 2000-07-05 13:08 安装Chat\DATA\X04.JPG
文件 157 2000-11-20 21:16 安装Chat\DATA\KNOCK.MID
文件 130 2000-11-20 21:20 安装Chat\DATA\RING.MID
文件 1074 2000-12-18 12:57 安装Chat\DATA\STAR1.GIF
文件 3566 2000-11-21 21:48 安装Chat\DATA\STAR2.GIF
文件 2583 2001-01-08 16:01 安装Chat\DATA\ROOM2.GIF
文件 22138 2001-04-01 23:29 安装Chat\DATA\12.GIF
文件 63 2001-06-23 18:16 安装Chat\DATA\DOWNB.GIF
文件 63 2001-06-23 18:16 安装Chat\DATA\UP.GIF
文件 63 2001-06-23 18:16 安装Chat\DATA\UPB.GIF
文件 696 2001-03-19 20:00 安装Chat\DATA\POLL.GIF
文件 63 2001-06-23 18:16 安装Chat\DATA\DOWN.GIF
文件 1288 2001-03-19 20:00 安装Chat\DATA\CBG.GIF
文件 12831 2001-09-11 08:29 安装Chat\DATA\AD1.JPG
文件 1038 2001-06-08 11:43 安装Chat\DATA\CanvasHS.class
文件 3939 2001-06-08 11:43 安装Chat\DATA\colorpicker.class
文件 2295 2001-06-08 11:43 安装Chat\DATA\CanvasB.class
文件 3410 2004-06-08 10:02 安装Chat\DATA\JS.JS
文件 4516 2004-06-08 10:02 安装Chat\DATA\XMAS.JS
............此处省略1259个文件信息
- 上一篇:五种高光谱数据集.rar
- 下一篇:asp在线考试系统(asp+access实现)
评论
共有 条评论