代码搜索:Questions
找到约 3,492 项符合「Questions」的源代码
代码结果 3,492
www.eeworm.com/read/145545/12715591
java echoclient.java
package questions.c16;
import java.io.*;
import java.rmi.Naming;
import java.rmi.RMISecurityManager;
/** An client program that uses the RemoteEcho
*/
public class EchoClient {
public stat
www.eeworm.com/read/145545/12715754
java debug9_4.java
package questions.c9;
interface Switch {
public void on();
public void off();
}
public class Debug9_4 {
public static void main( String[] args ) {
Switch s = new Switch() {
www.eeworm.com/read/145545/12715833
java complete7_2.java
package questions.c7;
class MyPoint {
int x;
int y;
public MyPoint( int initX, int initY ) {
x = initX;
y = initY;
}
public void setPoint( int newX, int newY ) {
www.eeworm.com/read/145545/12715878
java complete3_4.java
package questions.c3;
import java.io.*;
import java.util.*;
public class Complete3_4 {
public static void main( String[] args)
throws IOException {
// inp
www.eeworm.com/read/145545/12715914
java complete10_3.java
package questions.c10;
public class Complete10_3 {
private String name = "";
private Integer stockNumber = new Integer( -1 );
private Double price = new Double( 0.00 );
public Complet
www.eeworm.com/read/144648/12778277
3 migrate_to_3.2.3
#!/bin/sh
echo 'This script is quite dumb, it asks you more questions'
echo 'than you might think is necessary. However, this script'
echo 'is meant to run exactly one time.'
echo ' '
cleanup(){
/
www.eeworm.com/read/144648/12778356
2 migrate_to_3.2
#!/bin/sh
echo 'This script is quite dumb, it asks you more questions'
echo 'than you might think is necessary. However, this script'
echo 'is meant to run exactly one time. If it fails, there is'
ec
www.eeworm.com/read/241361/13152404
c sigdemo3.c
/* sigdemo3.c
* purpose: show answers to signal questions
* question1: does the handler stay in effect after a signal arrives?
* question2: what if a signalX arrives while handling signalX?
*
www.eeworm.com/read/324448/13262716
txt ch2i.txt
Chapter 2 Mathematical Preliminaries: Instructor's CD questions
1. A set has the following properties:
a) May have duplicates, element have a position.
b) May have duplicates, elements do not ha
www.eeworm.com/read/324448/13262743
txt ch8i.txt
Chapter 8 File Processing and External Sorting: Instructor's CD questions
1. As compared to the time required to access one unit of data from
main memory, accessing one unit of data from disk is: