代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/206543/15293740
res course.res
www.eeworm.com/read/206543/15293742
dpr course.dpr
program course;
uses
Forms,
MainWin in 'MainWin.pas' {Form1},
importer in 'importer.pas';
{$R *.res}
begin
Application.Initialize;
Application.Title:='试题库系统';
Application.Cr
www.eeworm.com/read/206543/15293748
cfg course.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/206543/15293750
dof course.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/206323/15296487
jar course.jar
www.eeworm.com/read/493901/1163147
java course.java
package com.zdh.sms.model;
/**
* 课程
*/
public class Course {
private Long id;
private String name; // 课程名(如:数学、语文)
public Course() {
}
public Course(Long id, String name) {
www.eeworm.com/read/492800/1171162
java course.java
package beans;
public class Course {
public Course() {
}
private String courseNo;
private String teachNo;
private String courseName;
private String courseWeeks;
private String sin
www.eeworm.com/read/492061/1182402
java course.java
/**
*
*/
package com.ccniit.kaoqin.db.course;
import java.util.ArrayList;
import com.ccniit.kaoqin.db.selectCourse.SelectCourse;
/**
* 编写小组:邓从伟(张强_李楠)
*
*/
public class Course {
www.eeworm.com/read/491263/1192202
cs course.cs
using System;
using System.Collections;
namespace Entities
{
public class Course
{
private Int32 courseID;
private string courseName;
private string courseCol