代码搜索:Exercise

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

代码结果 10,000
www.eeworm.com/read/385462/2588843

py 07_security-acm_pol_update.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2006 # Author: Stefan Berger # Test to exercise the xspolicy class from XmTestLib import xapi from XmTe
www.eeworm.com/read/382594/2630924

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/381758/2640754

java squareicon.java

import javax.swing.Icon; import java.awt.Color; import java.awt.Component; import java.awt.Graphics; /* * XMarksTheSpot is used by the ButtonDemo version used by the * answer to exercise 2 of th
www.eeworm.com/read/375209/2725690

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/373026/2767651

m ex_5_1.m

% Exercise 5.1d: Sensitivity analysis for a simple QCQP % Boyd & Vandenberghe, "Convex Optimization" % Jo雔le Skaf - 08/29/05 % (a figure is generated) % % Let p_star(u) denote the optimal value of: %
www.eeworm.com/read/373026/2767652

m ex_5_33.m

% Exercise 5.33: Parametrized l1-norm approximation % Boyd & Vandenberghe "Convex Optimization" % Jo雔le Skaf - 08/29/05 % (a figure is generated) % % Let p_star(epsilon) be the optimal value of the fo
www.eeworm.com/read/359048/2980437

java squareicon.java

import javax.swing.Icon; import java.awt.Color; import java.awt.Component; import java.awt.Graphics; /* * XMarksTheSpot is used by the ButtonDemo version used by the * answer to exercise 2 of th
www.eeworm.com/read/359048/2981111

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/262041/4317942

c igmp.c

/* igmp.c: * Support some basic IGMP stuff. * I wrote this code as an exercise for getting to know basic IGMP. * This code doesn't do much. It will successfully send a JOIN or LEAVE * but th
www.eeworm.com/read/474854/6808505

java wordfile.java

package java.lancs ; /** * extension of BasicFileIo for Exercise 18.4 * @author Roger Garside * @version Last Rewritten: 24/Sept/97 */ import java.io.* ; import java.util.* ; import java.lancs.