代码搜索:assignment
找到约 8,196 项符合「assignment」的源代码
代码结果 8,196
www.eeworm.com/read/205089/15326739
m example4.m
% Assignment 6 MMV042A 2003
% Boundary layer eqn.
% Tangential flow along a flat plate
% Marching procedure in x-direction
% using TDMA in y-direction
clear all;
x=[];y=[];P=[];Q=[];U=[];V=[];T
www.eeworm.com/read/205036/15328812
m subsasgn.m
function x = subsasgn(x,s,b)
%SUBSASGN Subscripted assignment for a tensor.
%
% We can assign elements to a tensor in three ways.
%
% Case 1: X(R1,R2,...,RN) = Y, in which case we replace the
%
www.eeworm.com/read/205036/15328839
m subsasgn.m
function t = subsasgn(t,s,b)
%SUBSASGN Subscripted assignment for sptenmat.
%
% Examples
% X = sptenmat(sptenrand([3 4 2],10),1);
% X(1:2,1:2) = ones(2,2);
www.eeworm.com/read/112280/15490330
java arraysize.java
//: c09:ArraySize.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Initialization & re-assignment of arrays.
class Weeble
www.eeworm.com/read/183819/9136433
tcl std_1s40_setup_quartus.tcl
# Caution: this file may regenerated by SOPC Builder. User edits will be lost.
project_open C:/designs/cf_tests/to_nios_forum/std_cf_1s40/standard.qpf
;
set_location_assignment PIN_B3 -to ext_ram_
www.eeworm.com/read/354875/10317600
tcl std_1s40_setup_quartus.tcl
# Caution: this file may regenerated by SOPC Builder. User edits will be lost.
project_open C:/designs/cf_tests/to_nios_forum/std_cf_1s40/standard.qpf
;
set_location_assignment PIN_B3 -to ext_ram_
www.eeworm.com/read/207525/15269006
tcl std_1s40_setup_quartus.tcl
# Caution: this file may regenerated by SOPC Builder. User edits will be lost.
project_open C:/designs/cf_tests/to_nios_forum/std_cf_1s40/standard.qpf
;
set_location_assignment PIN_B3 -to ext_ram_
www.eeworm.com/read/249838/12466992
tcl std_1s40_setup_quartus.tcl
# Caution: this file may regenerated by SOPC Builder. User edits will be lost.
project_open C:/designs/cf_tests/to_nios_forum/std_cf_1s40/standard.qpf
;
set_location_assignment PIN_B3 -to ext_ram_
www.eeworm.com/read/174714/9575596
mk ant_test.mk
#
# Test makefile for AM
#
#
# Allow for empty macros.
#
EMPTY=
#
# Allow for white space in macro assignment.
#
TEXT_1=no white space
TEXT_2 =left hand side
TEXT_3= right hand side
TEXT_4 = both