代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/287132/8719482
cpp course.cpp
// Course.cpp : implementation file
//
#include "stdafx.h"
#include "StudentCheck.h"
#include "Course.h"
#include "CourManage.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stati
www.eeworm.com/read/287132/8719629
h course.h
#if !defined(AFX_COURSE_H__B60883D9_F806_4007_B477_8632A2561B8A__INCLUDED_)
#define AFX_COURSE_H__B60883D9_F806_4007_B477_8632A2561B8A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/386337/8753138
java course.java
package Hopfield;
public class Course {
private int courseNumber;
private int[] time;
private int time_size;
public Course(){
}
public void setNumber(int c,int n){
this.cou
www.eeworm.com/read/386337/8753153
class course.class
www.eeworm.com/read/384580/8858413
cs course.cs
using System;
using System.Data;
using System.Collections;
using System.Data.SqlClient;
using OnLineExam.DataAccessLayer;
using OnLineExam.DataAccessHelper;
namespace OnLineExam.BusinessLog
www.eeworm.com/read/284484/8926405
cpp course.cpp
// Course.cpp: implementation of the CCourse class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "学生选课系统.h"
#include "Course.h"
#ifd
www.eeworm.com/read/284484/8926619
h course.h
// Course.h: interface for the CCourse class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COURSE_H__25798017_D9DB_4740_B30F_7CFCDB346940__INCLUDED_)
www.eeworm.com/read/382648/9008624
cs course.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace ExamModel.Auto_Generated_Code
{
public class Course
{
///
/// 课程表
///
www.eeworm.com/read/382634/9012225
gif course.gif
www.eeworm.com/read/185262/9046671
java course.java
package com.studentmanage;
class Course
{
private String courseName;// 课程名字
private int courseNumber;// 课程号
private String courseType;// 课程类别
private int courseHours;// 学时数目
priv