代码搜索:Exercise

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

代码结果 10,000
www.eeworm.com/read/207217/15279329

cpp main.cpp

// Exercise 11.4 Outputting a SharedData array - main.cpp // The shareddata.h and shareddata.cpp file are as for Ex 11.3 #include "shareddata.h" #include using std::cout; using std::en
www.eeworm.com/read/207217/15279338

cpp main.cpp

// Exercise 11.2 A currency converter with optional user-entered currencies // Only this file has been changed. currency.h and currency.cpp are the same as for Ex 11.1 #include "currency.h" #includ
www.eeworm.com/read/207217/15279391

cpp ex8_01.cpp

// Exercise 8.1 Reading and validating a date of birth. #include #include using std::cout; using std::cin; using std::endl; using std::string; int valid_input(int lowe
www.eeworm.com/read/207217/15279414

h animal.h

// Exercise 15.3 - Animal.h // Animal class and classes derived from Animal #ifndef ANIMAL_H #define ANIMAL_H #include using std::string; class Animal { public: Animal(strin
www.eeworm.com/read/207217/15279417

h animal.h

// Exercise 15.2 - Animal.h // Animal class and classes derived from Animal #ifndef ANIMAL_H #define ANIMAL_H #include using std::string; class Animal { public: Animal(strin
www.eeworm.com/read/207217/15279420

cpp person.cpp

// Exercise 15_4 Person.cpp // Person class implementation #include "Person.h" #include using namespace std; Person::Person(int theAge, string theName, char theGender): age(theAge
www.eeworm.com/read/207217/15279423

h animal.h

// Exercise 15.1 - Animal.h // Animal class and classes derived from Animal #ifndef ANIMAL_H #define ANIMAL_H #include using std::string; class Animal { public: Animal(strin
www.eeworm.com/read/484998/1264627

java simpleagenda_skel.java

// Skeleton class generated by rmic, do not edit. // Contents subject to change without notice. package Exercise4; public final class SimpleAgenda_Skel implements java.rmi.server.Skeleton
www.eeworm.com/read/484998/1264628

java simpleagenda_stub.java

// Stub class generated by rmic, do not edit. // Contents subject to change without notice. package Exercise4; public final class SimpleAgenda_Stub extends java.rmi.server.RemoteStub
www.eeworm.com/read/457216/1599715

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: %