代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/174538/5361180
todo
BINGO game TODO list
+ MUST DO
* Exercise for the reader
2 Volume 2
KATHY MUST DO
+ for all cards that expect user typing:
- use requestFocus after setVisible(true)
???I don't remember what this
www.eeworm.com/read/334812/3362514
java address.java
package org.apache.struts.webapp.exercise;
import java.io.Serializable;
public class Address implements Serializable {
private String address1;
private String address2;
private St
www.eeworm.com/read/311031/3688287
c gcd.c
//
// Session 4 - Exercise 7
//
#include
int gcd(int, int);
int main(void)
{
int result = 0;
int a = 9;
int b = 15;
// Call GCD function
result = gcd(a, b);
www.eeworm.com/read/306245/3744423
hrh sockets.hrh
// sockets.hrh
//
// Copyright (c) 1999-2007 Symbian Software Ltd. All rights reserved.
//
// $Change: 937687 $
// cs_serv exercise
enum
{
EExampleCmdFileName = 0x06000,
ECon
www.eeworm.com/read/306245/3744428
mmp socksrv.mmp
// socksrv.mmp
//
// Copyright (c) 1999-2007 Symbian Software Ltd. All rights reserved.
//
// $Change: 937687 $
//
// cs_serv exercise
TARGET socksrv.exe
TARGETTYPE exe
UID
www.eeworm.com/read/306245/3744457
rss cliserv.rss
// cliserv.rss
//
// Copyright (c) 1999-2007 Symbian Software Ltd. All rights reserved.
//
// $Change: 937687 $
//
// client server exercise
NAME AESO
#include
#include
www.eeworm.com/read/306245/3744507
rss cliserv.rss
// cliserv.rss
//
// Copyright (c) 1999-2007 Symbian Software Ltd. All rights reserved.
//
// $Change: 937687 $
//
// client server exercise
NAME AESO
#include
#include
www.eeworm.com/read/302964/3819941
crt nocertifiacte.crt
Example Signatures[1]
[1] http://www.w3.org/Signature/Drafts/xmldsig-core/Overview.html
This is an exercise over some key information types, interop
of which is required for certain standardisation
www.eeworm.com/read/294574/3916279
java airlinereservation.java
// Exercise 26.13: AirlineReservation.java
// Displays flight information.
import java.awt.*;
import java.awt.event.*;
import java.sql.*;
import javax.swing.*;
public class AirlineReservation
www.eeworm.com/read/286193/4041440
cpp trapezoid.cpp
// Exercise 17.16: Trrapezoid.cpp
// Trapezoid class member-function definitions.
#include // required to perform C++-style stream I/O
#include "Trapezoid.h" // Trapezoid class definiti