代码搜索:Exercise

找到约 10,000 项符合「Exercise」的源代码

代码结果 10,000
www.eeworm.com/read/223561/4810582

java counter.java

// Exercise 4.12: Counter.java // This application displays a number which increments each time the // Count JButton is pressed. import java.awt.*; import java.awt.event.*; import javax.swing.*;
www.eeworm.com/read/223561/4810604

java linelength.java

// Exercise 21.11: LineLength.java // This application allows the user to draw a line and then displays // the length of the line. import java.awt.*; import java.awt.event.*; import java.awt.geom.*; i
www.eeworm.com/read/223561/4810612

java carreservation.java

// Exercise 25.15: CarReservation.java // This application allows users to input their names and // reserve cars on various days. import java.awt.*; import java.awt.event.*; import java.io.*; im
www.eeworm.com/read/222679/4818805

java spheretest.java

// Exercise 6.6: SphereTest.java // Calculate the volume of a sphere. import java.awt.*; import java.awt.event.*; import javax.swing.*; public class SphereTest extends JApplet implements Acti
www.eeworm.com/read/213039/4931339

readme

# README,v 1.1 1999/11/23 01:59:48 othman Exp This directory contains groups of client and server test programs that exercise the various C++ wrappers for SSL sockets. In general, the test progr
www.eeworm.com/read/198657/5083093

c t-get_si.c

/* Exercise mpz_get_si. Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/198657/5083114

c t-fac_ui.c

/* Exercise mpz_fac_ui. Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/198657/5083141

c t-get_si.c

/* Exercise mpz_get_si. Copyright 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/189320/5197837

readme

# README,v 1.1 1999/11/23 01:59:48 othman Exp This directory contains groups of client and server test programs that exercise the various C++ wrappers for SSL sockets. In general, the test programs
www.eeworm.com/read/180137/5290712

pl ftpserver.pl

#!/usr/bin/perl # # $Id: ftpserver.pl,v 1.36 2003/08/08 10:21:47 bagder Exp $ # This is the FTP server designed for the curl test suite. # # It is meant to exercise curl, it is not meant to be a fully