代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/425859/10314857
h course.h
#if !defined(AFX_COURSE_H__4FFCAE75_C806_4C3A_ADEA_2545E92DBFC8__INCLUDED_)
#define AFX_COURSE_H__4FFCAE75_C806_4C3A_ADEA_2545E92DBFC8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/425839/10317370
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/280308/10341042
class course.class
www.eeworm.com/read/280308/10341046
java course.java
package mystudent;
public class Course {//Course类的实现 纬堂鹀ourseName,学分creditHour,学生名studentNum
private String courseName;
private int creditHour;
private int studentNum;
private double averageS
www.eeworm.com/read/280308/10341070
java course.java
package shixyan2;
public class Course {
private String courseName;
private int creditHour;
private int studentNum;
private double averageScore;
private double sum = 0;
public Course(Str
www.eeworm.com/read/354047/10394657
cpp course.cpp
// Course.cpp : implementation file
//
#include "stdafx.h"
#include "Student.h"
#include "Course.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/354047/10394745
h course.h
#if !defined(AFX_COURSE_H__D0C6D263_7583_48CE_BB5D_08F7BACACC50__INCLUDED_)
#define AFX_COURSE_H__D0C6D263_7583_48CE_BB5D_08F7BACACC50__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/161137/10446146
ddp course.ddp
www.eeworm.com/read/161137/10446186
~pas course.~pas
unit course;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, DBGrids, Buttons, DB, DBTables;
type
TCourseForm = cl