代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/258669/4352283
java course.java
//实现Course的远程接口功能
package enroll.ejb;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
public interface Course extends EJBObject{
public void setName(String name)
thro
www.eeworm.com/read/258210/4358978
cs course.cs
using System;
using System.Data;
using System.Collections;
using System.Data.SqlClient;
using MyOnLineExam.DataAccessLayer;
using MyOnLineExam.DataAccessHelper;
namespace MyOnLineExam.Busin
www.eeworm.com/read/160949/5564620
java course.java
import java.sql.*;
public class course {
private String id;
private String name;
private String dep;
private String prepare;
private int mark;
public void setPrepare(String s)
www.eeworm.com/read/159811/5581358
java course.java
package StudyCourse;
import java.util.*;
import java.sql.ResultSet;
public class Course{
protected int id;
protected String classNo ;
protected String courseName;
protected String pl
www.eeworm.com/read/159257/5587824
java course.java
package com.springinaction.training.model;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* @hibernate.class
*/
public class Course {
private Integer id;
private St
www.eeworm.com/read/153530/5649445
cs course.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlClient;
using StudentManage.DataLe
www.eeworm.com/read/475959/6771412
h course.h
#ifndef H_course
#define H_course
#include
#include
#include
#include
using namespace std;
class course
{public:
void setCourse(string cName, strin
www.eeworm.com/read/475959/6771413
cpp course.cpp
#include "course.h"
void course::setCourse(string cName, string cNo, char grade, int credits)
{ courseName = cName; courseNo = cNo;
courseGrade = grade; courseCredits = credits;
}
void course::p
www.eeworm.com/read/473381/6851775