代码搜索:Assignment

找到约 8,196 项符合「Assignment」的源代码

代码结果 8,196
www.eeworm.com/read/453988/7403170

project .project

Assignment3 org.eclipse.jdt.core.javabuil
www.eeworm.com/read/450326/7485648

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/440480/7688831

m imagedesc2clusters.m

% Assignment of descriptors to clusters. % % For each descriptor desci (1xp vector), assigns desci to the closest cluster in % clusters. desc2i is thus a scalar that indicates the cluster membership
www.eeworm.com/read/325790/13184303

m subsasgn.m

function OBJ = subsasgn(OBJ, S, B) % SUBSASGN Subscripted assignment % Implements access to set-able properties % Copyright (C) 2005 Gustaf Hendeby % % This program is free software; you can redis
www.eeworm.com/read/407125/11428861

java jmfcapture.java

// JMFCapture.java // Andrew Davison, October 2006, ad@fivedots.coe.psu.ac.th /* The specified capture device is assigned a JMF player. For the assignment to work, the device should already be
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/157516/11697016

m mylinprog.m

% function associate_prob = myLinProg(cost) % % use Linear programming to solve the relaxed S-D assignment problem % % cost --- the cost matrix in high-dim matrix form, dimensionality = S %
www.eeworm.com/read/259422/11795137

h missing.h

/* $Id: missing.h,v 1.2 2002/12/09 05:28:09 selinger Exp $ */ /* replacements for missing library functions */ /* libc documentation: "On architectures where a simple assignment is invalid, hopefu
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/225725/14521659

htm ei13.htm

Effective C++, 2E | Item 13: List members in an initialization list in the order in which they are declared Back to Item 12: Prefer initialization to assignment in constructors. Continue to Item 14: