代码搜索:Homework
找到约 1,174 项符合「Homework」的源代码
代码结果 1,174
www.eeworm.com/read/360878/10074084
cpp dlgyuzhifenge1.cpp
// DlgYuZhiFenGe1.cpp : implementation file
//
#include "stdafx.h"
#include "homework3.h"
#include "DlgYuZhiFenGe1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_
www.eeworm.com/read/469128/6978020
java client.java
package homework.h20090412.IM01;
//Client.java
import java.net.*;
import java.io.*;
import javax.swing.Timer;
class Client extends Thread {
Socket skt;
InetAddress host;
int po
www.eeworm.com/read/438065/7737340
m kalmanfilter.m
% kalman-filter
% kalman-filter.m, for the DSP(II) homework 001, pp.61
% using the Burg method to fit a Nth order autoregressive(AR) model
% Author : sunbaoyu
% Date : March.20th,2009
function k
www.eeworm.com/read/438060/7737345
m wiener_filter02.m
% wiener-filter
% wiere-filter.m, for the DSP(II) homework 002, pp.61
% using the Burg method to fit a Nth order autoregressive(AR) model
% Author : sunbaoyu
% Date : March.20th,2009
function wi
www.eeworm.com/read/247099/12683379
rpt sjb.rpt
Project Information e:\homework\sjb\sjb.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 10/16/2007 16:24:40
Copyright (C) 1988-2002 Al
www.eeworm.com/read/403039/11523119
java clockview.java
//package cn.edu.homework;
import java.awt.*;
import java.awt.event.*;
import java.util.Calendar;
import javax.swing.*;
//构造函数
public class ClockView extends JFrame{
private JPanel main
www.eeworm.com/read/127790/14333954
cpp mybutton.cpp
// MyButton.cpp : implementation file
//
#include "stdafx.h"
#include "homework2.h"
#include "MyButton.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/405777/2283195
java utility.java
package s2Java.sg.ch03.homework;
public interface Utility {
//private int MAX_SIZE = 20;
int MIN_SIZE = 10;
// void use(){
// System.out.println("using it");
// }
// private int getSize();
www.eeworm.com/read/405777/2283386
java utility.java
package s2Java.sg.ch03.homework;
public interface Utility {
//private int MAX_SIZE = 20;
int MIN_SIZE = 10;
// void use(){
// System.out.println("using it");
// }
// private int getSize();
www.eeworm.com/read/394598/2456503
java codepane.java
/*
* @(#)CodePane.java 1.0.0 05/13/2007
*
* Copyright 2007 Xuxt@buaa, No.34060520 All rights reserved.
*/
package com.king4solomon.homework.compiler.gui;
import javax.swing.*;
import jav