代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/268165/11150521
java condb.java
import java.sql.*;
public class ConDB{
// jdbc-odbc驱动
String sDBDriver = "sun.jdbc.odbc.JdbcOdbcDriver";
// 指定要访问的数据库
String sConnStr = "jdbc:odbc:course";
Connection conn = null;
ResultSet
www.eeworm.com/read/112652/15480333
cpp demo13_9.cpp
// DEMO13_9.CPP - 2D Forward Kinematic demo
// to compile make sure to include DDRAW.LIB, DSOUND.LIB,
// DINPUT.LIB, WINMM.LIB, and of course the T3DLIB files
// INCLUDES //////////////////////
www.eeworm.com/read/111083/15519174
html plds210.html
PLDS210 - Programming Languages and Data Structures
PLDS210
Programming Languages and Data Structures
Course
www.eeworm.com/read/110384/15535060
cpp frmmain.cpp
// FrmMain.cpp : implementation file
//
#include "stdafx.h"
#include "Student.h"
#include "FrmMain.h"
#include "studentdlg.h"
#include "istudent.h"
#include "class.h"
#include "course.h"
#i
www.eeworm.com/read/183330/9167891
cpp id_dlg.cpp
// Id_dlg.cpp : implementation file
//
#include "stdafx.h"
#include "Course.h"
#include "Id_dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/165780/10051824
java courseitem.java
package day21ex.course;
import java.sql.*;
import javax.naming.*;
import javax.ejb.*;
import java.util.*;
import java.rmi.RemoteException;
import javax.naming.*;
public class CourseItem imple
www.eeworm.com/read/424004/10507550
cpp ex8_5.cpp
//【例8.5】赋值兼容规则与自定义的拷贝构造函数。
#include
#include
using namespace std;
enum Tsex{mid,man,woman};
struct course{
string coursename;
int grade;
};
class Person{
string IdPers
www.eeworm.com/read/159519/10644290
java ch6ex19.java
public class ch6ex19{
public static void main(String[] args) {
String s1="Computer";
String s = "My "+s1+" course is "+Integer.toString(87);
System.out.println(s);
// The "equiv
www.eeworm.com/read/396486/8104388
log cc_build_debug.log
----------------------------- Hello.pjt - Debug -----------------------------
"C:\TI_C2000\c2000\cgtools\bin\cl2000" -g -q -fr"d:/zyg/doc/course/dsp/programs/test/Hello/Debug" -d"_DEBUG" -d"LARGE_M