代码搜索:Questions
找到约 3,492 项符合「Questions」的源代码
代码结果 3,492
www.eeworm.com/read/221024/14769929
edu^projects^infolab^ http:^^www.ai.mit.edu^projects^infolab^
Date: Tue, 26 Nov 1996 00:00:59 GMT
Server: Apache/1.2-dev
Connection: close
Content-Type: text/html
Expires: Tue, 26 Nov 1996 00:00:59 GMT
Last-Modified: Tue, 05 Nov 1996 00:06:21 GMT
ETag: "95
www.eeworm.com/read/221024/14773745
edu^info^department^meng^ http:^^simon.cs.cornell.edu^info^department^meng^
MIME-Version: 1.0
Server: CERN/3.0
Date: Sunday, 01-Dec-96 19:16:09 GMT
Content-Type: text/html
Content-Length: 865
Last-Modified: Thursday, 21-Nov-96 13:10:07 GMT
M.Eng. P
www.eeworm.com/read/221024/14774219
html http:^^cs.cornell.edu^info^courses^fall-95^cs415^schedule.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 16-Dec-96 22:01:51 GMT
Content-Type: text/html
Content-Length: 1115
Last-Modified: Monday, 30-Oct-95 16:12:38 GMT
CS415 Schedule
www.eeworm.com/read/221024/14779404
html http:^^cs.nyu.edu^phd_students^peck^studygroup.html
Date: Wed, 15 Jan 1997 01:27:00 GMT
Server: NCSA/1.4.1
Content-type: text/html
Last-modified: Tue, 12 Mar 1996 20:38:57 GMT
Content-length: 8245
PLC STUDY GROUP
www.eeworm.com/read/119154/14838330
mak contrib.mak
# Copyright (C) 1989, 1996, 1997, 1998 Aladdin Enterprises. All rights reserved.
#
# This file is part of Aladdin Ghostscript.
#
# Aladdin Ghostscript is distributed with NO WARRANTY OF ANY
www.eeworm.com/read/119139/14838532
txt readme.txt
阿房投票问卷管理系统V1.2
一 文件列表
\style.css 样式表
\questionnaire.sql SQL Server数据库生成脚本文件
\shpowquestion.jsp 显示投票
\thanks.jsp 投票结果确认
\showresult.jsp 用户查看投票结果(受管理员限制)
\opendata.jsp 打开数据库
\convert.jsp 处理中文
www.eeworm.com/read/117822/14903314
java triviaserver.java
import java.io.*;
import java.net.*;
import java.util.Random;
public class TriviaServer extends Thread {
private static final int WAIT_FOR_CLIENT = 0;
private static final int WAIT_FOR_
www.eeworm.com/read/216295/15019958
makefile
#Joseph O'Rourke
#Questions to orourke@cs.smith.edu
#-----------------------------------------
inpoly: inpoly.o
gcc -o inpoly inpoly.o
inpoly.o: inpoly.c
gcc -c inpoly.c
#-------------------------