代码搜索:Homework
找到约 1,174 项符合「Homework」的源代码
代码结果 1,174
www.eeworm.com/read/159824/10612107
plg kchengji.plg
Build Log
--------------------Configuration: kchengji - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\HKJ7
www.eeworm.com/read/159690/10622267
pjt i2c.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\homework\document to be improve\I2C\improve\I2C_RCV int\"
ProjectType=Executable
C
www.eeworm.com/read/419887/10830104
h homeworklist.h
/*
* homeworklist.h
*
* This maintains a collection of homework assignments.
* It allows assignments to be added to the collection, and
* searched based on their due date. It can store up to 50
www.eeworm.com/read/274401/10873352
pdm 操作系统.pdm
[Root]
Most Recent Package=标准安装软件包 2
[Package|标准安装软件包 1|Root]
SubWizProgID=PDWizard.SetupPkgSubWiz
BuildFolder=J:\Myself\VB作品\OS homework\OS\包
[Package|标准安装软件包 1|Configure DAO ISAMs]
Appli
www.eeworm.com/read/272394/10958849
c echo_canceller.c
#include
#include
#define M 128
#define mu 0.005
//#define mu 0.5
#define gama 0.20
#define S16 signed short
#define ERROR 10
#define NLMS
int main()
{
FILE * PRIMARY;
www.eeworm.com/read/469638/6972561
plg hfm.plg
Build Log
--------------------Configuration: hfm - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/264839/7110922
mti ying.cr.mti
E:/homework/fpga/top_tp.v {1 {vlog -work work E:/homework/fpga/top_tp.v
Model Technology ModelSim SE vlog 6.0c Compiler 2005.02 Feb 2 2005
-- Compiling module top_tp
Top level modules:
top_tp
www.eeworm.com/read/299965/7816808
cpp main1.cpp
#include
#include
#include
#include
#include
#include
using std::cin;
using std::cout;
using std::domain_error;
using std::end
www.eeworm.com/read/299965/7816818
grade1
// compute a student's overall grade from midterm and final exam grades and homework grade
double grade(double midterm, double final, double homework)
{
return 0.2 * midterm + 0.4 * final + 0.4 *
www.eeworm.com/read/299965/7816834
cpp grade.cpp
#include
#include
#include "grade.h"
#include "median.h"
#include "Student_info.h"
using std::domain_error; using std::vector;
// compute a student's overall grade fr