代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/223561/4810614
java birthdaysaver.java
// Exercise 25.11: BirthdaySaver.java
// This application allows the user to store the names and birthdays
// of people in a file.
import java.awt.*;
import java.awt.event.*;
import java.io.*;
i
www.eeworm.com/read/222679/4818806
java mathtest.java
// Exercise 6.3: MathTest.java
// Testing the Math class methods.
public class MathTest {
public static void main( String args[] )
{
System.out.println( "Math.abs( 23.7 ) = " + Ma
www.eeworm.com/read/214637/4907963
java viewname.java
// Exercise 18.16: ViewName.java
// User inputs are displayed in a JOptionPane.
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class ViewName extends JFrame
{
//
www.eeworm.com/read/169697/5415301
cxx attrtx.cxx
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
/*
Exercise communicator routines.
This C++ version de
www.eeworm.com/read/341021/3262026
cxx attrtx.cxx
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
/*
Exercise communicator routines.
This C++ version de
www.eeworm.com/read/334812/3362509
java uploadbean.java
package org.apache.struts.webapp.exercise;
import org.apache.struts.action.ActionForm;
import org.apache.struts.upload.*;;
public class UploadBean extends ActionForm{
private FormFile file
www.eeworm.com/read/329977/3429186
java rot3test.java
package com.jacob.com;
import com.jacob.test.BaseTestCase;
/**
* This tries to exercise ROT's garbage collection This is named this way
* because the build.xml ignores files ending in Test w
www.eeworm.com/read/326711/3469817
cpp ex18_04.cpp
// Exercise 18.4 Solution: Ex18_04.cpp
// Inline function that calculates the volume of a sphere.
#include
using std::cin;
using std::cout;
using std::endl;
#include
using
www.eeworm.com/read/316872/3604032
c aliasing-test.c
/*
* Exercise /dev/mem mmap cases that have been troublesome in the past
*
* (c) Copyright 2007 Hewlett-Packard Development Company, L.P.
* Bjorn Helgaas
*
* This program
www.eeworm.com/read/306245/3744464
cpp cliui.cpp
// cliui.cpp
//
// Copyright (c) 1999-2007 Symbian Software Ltd. All rights reserved.
//
// $Change: 937687 $
//
// client server exercise
// SYSTEM HEADERS
#include
#include