代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/127550/6004366
h course.h
// course.h : main header file for the COURSE application
//
#if !defined(AFX_COURSE_H__3A7457D3_CDF5_463B_A284_7EA27365172B__INCLUDED_)
#define AFX_COURSE_H__3A7457D3_CDF5_463B_A284_7EA27365172B
www.eeworm.com/read/127550/6004368
dsp course.dsp
# Microsoft Developer Studio Project File - Name="course" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/127550/6004370
cpp course.cpp
// course.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "course.h"
#include "MainFrm.h"
#include "courseSet.h"
#include "courseDoc.h"
#include "cour
www.eeworm.com/read/127550/6004376
rc course.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/127550/6004378
clw course.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CCourseSet
LastTemplate=CRecordset
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "cour
www.eeworm.com/read/117254/6104808
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/116168/6113767
java course.java
package com.hellking.study.hibernate;
import java.util.Set;
/**
*在hibernate中代表了Course表的类。
*/
public class Course
{
/**每个属性和表的一个字段对应**/
private String id;
private String name;
www.eeworm.com/read/114425/6123928
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/108699/6181144
java course.java
/*
*
* Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the proprietary information of Sun Microsystems, Inc.
* Use is subject to license terms.
*
*/
import
www.eeworm.com/read/108697/6181399
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)