代码搜索:Assignment

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

代码结果 8,196
www.eeworm.com/read/379733/9179897

m subsasgn.m

function a = subsasgn(a, index, b) % SUBSASGN implement subscripted assignment for probdist_alphas % Copyright (C) 2002 Harri Valpola and Antti Honkela. % % This package comes with ABSOLUTELY NO WARR
www.eeworm.com/read/379733/9179984

m subsasgn.m

function a = subsasgn(a, index, b) % SUBSASGN implement subscripted assignment for acprobdist_alphas % Copyright (C) 2002 Harri Valpola and Antti Honkela. % % This package comes with ABSOLUTELY NO WA
www.eeworm.com/read/164962/10080351

txt decoder_bcd_to_7segment.txt

-- BCD to Seven Segment Decoder -- The use of the std_logic literal '-' (don't care) is primarily for the synthesis tool. -- This example illustrates the use of the selected signal assignment. --
www.eeworm.com/read/353811/10416352

txt led七段译码.txt

-- BCD to Seven Segment Decoder -- The use of the std_logic literal '-' (don't care) is primarily for the synthesis tool. -- This example illustrates the use of the selected signal assignment. --
www.eeworm.com/read/277578/10624312

c main.c

/* * This is simulation for * "OVSF Code Channel Assignment for IMT-2000*" * Authors of paper are Ray-Guang Cheng and Phone Lin */ /* include */ #include "common.h" #include "events
www.eeworm.com/read/271693/10983739

m mrequest.m

function nmob = mrequest(sofftraf, slope) % DESCRIPTION nmob = mrequest(sofftraf, slope) % Generate new users requesting a base and channel assignment. % veclength is the number of inactive users fr
www.eeworm.com/read/151712/6959617

led

-- BCD to Seven Segment Decoder -- The use of the std_logic literal '-' (don't care) is primarily for the synthesis tool. -- This example illustrates the use of the selected signal assignment. --
www.eeworm.com/read/462401/7201937

java meetingprinter.java

/* Code for Assignment 1, COMP 102 * Name: * Usercode: * ID: */ /** A very simple program that prints out a name in two different ways*/ public class MeetingPrinter { /** Print a nametag wit
www.eeworm.com/read/436271/7773134

m ranking.m

% RANKING.M (RANK-based fitness assignment) % % This function performs ranking of individuals. % % Syntax: FitnV = ranking(ObjV, RFun, SUBPOP) % % This function ranks individuals represent
www.eeworm.com/read/199789/7822546

txt led七段译码.txt

-- BCD to Seven Segment Decoder -- The use of the std_logic literal '-' (don't care) is primarily for the synthesis tool. -- This example illustrates the use of the selected signal assignment. --