代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/241286/4560839
java course.java
package com.wondersgroup.test.manytomany.bo;
import java.util.HashSet;
import java.util.Set;
/**
* @author Fan Jibin
* @hibernate.class
* table = "TEST_COURSE"
* dynamic-update = "tru
www.eeworm.com/read/239547/4599529
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/230355/4723157
cs course.cs
// Course.cs - Chapter 14 version.
// Copyright 2004 by Jacquie Barker and Grant Palmer - all rights reserved.
// A MODEL class.
using System;
using System.Collections;
public class Cour
www.eeworm.com/read/230355/4723179
cs course.cs
// Course.cs - Chapter 15 version.
// Copyright 2004 by Jacquie Barker and Grant Palmer - all rights reserved.
// A MODEL class.
using System;
using System.Collections;
public class Cour
www.eeworm.com/read/230355/4723200
cs course.cs
// Course.cs - Chapter 15 version.
// Copyright 2004 by Jacquie Barker and Grant Palmer - all rights reserved.
// A MODEL class.
using System;
using System.Collections;
public class Cour
www.eeworm.com/read/229812/4743734
csc course.csc
include
class:
Course;
-- "Course" class describes the interfaces required to setup the course
-- information. The students are "Student" class type and can be added to
-- or
www.eeworm.com/read/229812/4743740
c course.c
/*
* This file was generated by the SOM Compiler and Emitter Framework.
* Generated using template emitter:
* SOM Emitter emitctm: 2.23.1.9
*/
#ifndef SOM_Module_course_Source
#defi
www.eeworm.com/read/226858/4779778
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/225884/4792345
java course.java
package grad.util.course;
public class course {
public course() {
}
int id=0;
String course_code=""; //课程编号
String course_name=""; //课程名称
String college=""; //开课院系
www.eeworm.com/read/225179/4798136
java course.java
/*
* 创建日期 2005-8-19
*
* TODO 要更改此生成的文件的模板,请转至
* 窗口 - 首选项 - Java - 代码样式 - 代码模板
*/
package model;
import java.util.HashSet;
import java.util.Set;
/**
* @author Administrator
*
*