代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/331874/3402455
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/330911/3419621
dfm course.dfm
object F_course: TF_course
Left = 199
Top = 109
Width = 742
Height = 496
Caption = #35838#31243#35774#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWind
www.eeworm.com/read/330911/3419623
pas course.pas
unit course;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, DB, DBTables, ExtCtrls, DBCtrls, StdCtrls, Mask,
Grids, DBGrids
www.eeworm.com/read/330109/3428085
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/327000/3464764
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/326747/3468308
java course.java
//$Id: Course.java 5686 2005-02-12 07:27:32Z steveebersole $
package org.hibernate.test.criteria;
/**
* @author Gavin King
*/
public class Course {
private String courseCode;
private String descr
www.eeworm.com/read/326747/3468364
java course.java
//$Id: Course.java 6913 2005-05-25 17:37:51Z oneovthafew $
package org.hibernate.test.ecid;
import java.io.Serializable;
/**
* @author Gavin King
*/
public class Course implements Serializable {
www.eeworm.com/read/326096/3474600
java course.java
package stuman;
import java.sql.*;
public class course {
private String id;
private String name;
private String dep;
private String prepare;
private int mark;
public void set
www.eeworm.com/read/326019/3477217
java course.java
package org.lxh.vo;
import java.util.Set;
public class Course {
private int cid;
private String name;
private String teacher;
private int creditHour;
private Set sids ;
pr
www.eeworm.com/read/325623/3481575
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)