代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/165926/5476326
grammar kid.grammar
program: statement_list eofile
|
statement_list: statement(s)
statement: if_statement
| block /;?/
| declaration
| assignment /;?/
| list_assignmen
www.eeworm.com/read/400650/2348207
c remap.c
/*
* premap.c
*
* This file contains code that computes the assignment of processors to
* partition numbers so that it will minimize the redistribution cost
*
* Started 4/16/98
* George
*
* $
www.eeworm.com/read/371704/2779177
m param.m
function val=param(var,parameter,default)
% This function searches the text string parameter for an assignment to
% the variable var (also a text string). If it finds it it outputs
% the assigned
www.eeworm.com/read/300453/13913568
java tictactoe.java
// CS1102 Introduction to Computer Programming
// Assignment : TicTacToe.java
// Name : ......
// Student ID : ......
// Programme : ......
// Email : ......
import java.awt.*;
im
www.eeworm.com/read/106690/15626754
m matcorr.m
% matcorr() - Find matching rows in two matrices and their corrs.
% Uses the Hungarian (default), VAM, or maxcorr assignment methods.
% (Follow with matperm() to permute and si
www.eeworm.com/read/18451/789644
tcl setup.tcl
#EP1C6Q240C8/EP1C12Q240C8 Setup.tcl
# Setup pin setting for evaluaton board V1.0
set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
set_global_assignment -name ENABLE_INIT_
www.eeworm.com/read/192030/8410866
m subsasgn.m
function Pi = subsasgn(P,S,B)
% SUBSASGN -- assignment to subscripted matrix polynomial
%
% This function is not meant to be called by the user. It is called by
% Matlab when a subscripted matr
www.eeworm.com/read/433021/8551851
vhd led七段译码.vhd
-- BCDtoSevenSegment 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/379733/9179965
m subsasgn.m
function a = subsasgn(a, index, b)
% SUBSASGN implement subscripted assignment for probdists
% Copyright (C) 2002 Harri Valpola and Antti Honkela.
%
% This package comes with ABSOLUTELY NO WARRANTY;
www.eeworm.com/read/181830/9235753
m subsasgn.m
function Pi = subsasgn(P,S,B)
% SUBSASGN -- assignment to subscripted matrix polynomial
%
% This function is not meant to be called by the user. It is called by
% Matlab when a subscripted matr