代码搜索:Homework

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

代码结果 1,174
www.eeworm.com/read/143498/12870628

m hwmain.m

function out = hwmain(case_n, random_seed) %HWMAIN Performance evaluation of MLP learning strategies. % This file is used to evaluate various MLP learning strategies % for one of the homework in CS
www.eeworm.com/read/400232/11580284

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
www.eeworm.com/read/227962/14405171

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
www.eeworm.com/read/343643/3217340

java basethomework.java

package cn.hope.front.pojo.base; import java.io.Serializable; /** * This is an object that contains data related to the t_homework table. * Do not modify this class because it will be over
www.eeworm.com/read/343643/3217743

java basethomework.java

package cn.hope.mana.pojo.base; import java.io.Serializable; /** * This is an object that contains data related to the t_homework table. * Do not modify this class because it will be overw
www.eeworm.com/read/394598/2456531

java symtableitem.java

package com.king4solomon.homework.compiler.core; public class SymTableItem { @SuppressWarnings("unchecked") public SymTableItem(String name, String kind, String type, String value, String add,
www.eeworm.com/read/388600/2549162

tex paper.tex

\author{Isaac Newton} %%%%%%%%%%%%%%%%%%%%%% \title{Homework 4} \begin{abstract} In this lab, we will use zero-offset and shot-record migration to create images in complex velocity media. % Every se
www.eeworm.com/read/249789/12474232

m huffman_8ary.m

%Homework 1 %By Chen Chen (PID:001084988) %Function:Create a 8-ary Huffman coding clc; clear all; probability=[0.0761;0.0154;0.0311;0.0395;0.1262;0.0234;0.0195;0.0551;0.0734;
www.eeworm.com/read/196366/8096872

cs program.cs

using System; using System.Collections.Generic; using System.Windows.Forms; namespace homework1 { static class Program { /// /// 应用程序的主入口点。 ///
www.eeworm.com/read/326831/13114396

vb module1.vb

Imports System.Data.SqlClient Module Module1 Public constr As String = "Initial Catalog=homework;Data Source=CZH\CHENZIHONG;Integrated Security=SSPI;" Public mycon As New SqlConnection(cons