代码搜索:Homework

找到约 1,174 项符合「Homework」的源代码

代码结果 1,174
www.eeworm.com/read/457517/7324630

java travelexpense.java

/* * TravelExpense.java * * Created on 2007年4月18日, 下午9:37 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package homework; /
www.eeworm.com/read/196366/8096854

cs nn.cs

using System; using System.Collections.Generic; using System.Text; using System.Collections; namespace homework1 { class NN { private perceptron[] perseptrons; privat
www.eeworm.com/read/421447/2052146

java chatservlet.java

/* * Created on 2007-9-7 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package homework; import java.io.IOE
www.eeworm.com/read/394598/2456502

java corepane.java

package com.king4solomon.homework.compiler.gui; import javax.swing.*; @SuppressWarnings("serial") public class CorePane extends JTabbedPane { public CorePane() { super(); console = new
www.eeworm.com/read/394598/2456528

java instruction.java

package com.king4solomon.homework.compiler.pvm; public class Instruction { public Instruction(int instr, int lv, int a) { instruction = instr; level = lv; value = a + ""; } public
www.eeworm.com/read/394598/2456537

java reservedtable.java

package com.king4solomon.homework.compiler.core; public final class ReservedTable { public static final String[] rsvWord = { "case", "char", "const", "default", "else", "float", "if", "int",
www.eeworm.com/read/395537/8168695

m uvw.m

function f = uvw(xy); % % uvw % Objective function to minimize in Conjugate Gradient Homework. % Vectorized to handle a 2 x n input matrix xy, % whose columns give the evaluation points in the
www.eeworm.com/read/395537/8168827

m uvw.m

function f = uvw(xy); % % uvw % Objective function to minimize in Conjugate Gradient Homework. % Vectorized to handle a 2 x n input matrix xy, % whose columns give the evaluation points in the
www.eeworm.com/read/288489/8628825

cpp main.cpp

#include #include #include #include #include "date.h" #include "homework.h" #include "homeworklist.h" using namespace std; // Constants const int
www.eeworm.com/read/383097/8973693

m plot_objective.m

%% Script to plot MOP1 % This scripts plot the objective space for MOP1 given in Homework % Assignment # 5. It used the function eveluate_objective to determine the % objective values and plots the