代码搜索:study
找到约 4,321 项符合「study」的源代码
代码结果 4,321
www.eeworm.com/read/479166/6700145
cpp atmcasestudy.cpp
// ATMCaseStudy.cpp
// Driver program for the ATM case study.
#include "ATM.h" // ATM class definition
// main function creates and runs the ATM
int main()
{
ATM atm; // create an ATM objec
www.eeworm.com/read/342759/12001154
cpp ccc_msw.cpp
/*
COPYRIGHT (C) 1994 - 2002 Cay S. Horstmann. All Rights Reserved.
NOTE TO STUDENTS: Do not attempt to study the contents of this file. You
can, and should, use the services provided in this f
www.eeworm.com/read/342759/12001187
cpp ccc_x11.cpp
/*
COPYRIGHT (C) 1994 - 2002 Cay S. Horstmann. All Rights Reserved.
NOTE TO STUDENTS: Do not attempt to study the contents of this file. You
can, and should, use the services provided in this f
www.eeworm.com/read/150335/12298518
txt rfc804.txt
RFC 804
CCITT Draft Recommendation T.4
As Defined In: CCITT STUDY GROUP XIV, CONTRIBUTION No.25-E
SOURCE: DRAFTING GROUP ON DRAFT RECOMMENDATION T.4
TITLE: DRAFT REC
www.eeworm.com/read/233300/14158974
m temperature_analysis.m
% Study of heat transfer and temperature of a 1x1 metal plate
%heat is dissipated through the sides and temp at infinity is t
% n(n-1) points in consideration,
%Temperature at top end is 500*sin((
www.eeworm.com/read/208576/15244025
cpp atmcasestudy.cpp
// ATMCaseStudy.cpp
// Driver program for the ATM case study.
#include "ATM.h" // ATM class definition
// main function creates and runs the ATM
int main()
{
ATM atm; // create an ATM objec
www.eeworm.com/read/456909/1602278
java subject.java
package com.study.vo;
public class Subject {
// 题目ID
private int subjectid;
// 题目问题
private String subjectquestion;
// 题目答案
private String subjectanswer;
// 题目类型
private int sub
www.eeworm.com/read/391958/2516318
java ilogger.java
/*
* ILogger.java
*
* Copyright (c) 2001 GlobaLoop LTD., Joseph Hartal, Ze'ev Bubis.
* All Rights Reserved.
*
* You may study, use, modify, and distribute this software for any
* purpose
www.eeworm.com/read/391958/2516319
java iqueue.java
/*
* IQueue.java
*
* Copyright (c) 2001 GlobaLoop LTD., Joseph Hartal, Ze'ev Bubis.
* All Rights Reserved.
*
* You may study, use, modify, and distribute this software for any
* purpose