代码搜索结果

找到约 44,783 项符合 Layout 的代码

linedir.m

function direct = linedir(layout); %LINEDIR finds the direction of a line segment % layout = [x1,y1; x2.y2;...] % direct = 0>, 1v, 2

lineext.m

function layout = lineext(layout, blklocs, port_fm, port_to) %LINEEXT adds more "turns" on a existing connections such that there is % no cross block on the route of the connection line. % LAYOUT =

autoline.m

function [layout] = autoline(blkname, fm_port, to_port, blklocs, orienta) %AUTOLINE lays out lines "nicely" between two simulink blocks. % AUTOLINE(BLKNAME, FM_PORT, TO_PORT) connects port FM_PORT t

blkxchk.m

function [cros_inf,block_n] = blkxchk(layout,blklocs) %BLKXCHK checks whether a line segment crosses a block. % [CORS_INF, BLOCK_N] = BLKXCHK(LAYOUT, BLKLOCS) checks if a line % segment in LAYOUT =

linemima.m

function [x_min,x_max,y_min,y_max,to_do,n_be,n_en]=linemima(layout, blklocs) %LINEMIMA finds the minimum and maximum of the first cross %utility function, called by lineext.m % Copyright (c) 1990

cry.jpx.local

build.menu.1[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;make build.menu.2[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;rebuild content.layout.xml.[0]=

cry.jpx.local~

build.menu.1[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;make build.menu.2[0]=com.borland.jbuilder.build.ProjectBuilder$ProjectBuildAction;rebuild content.layout.xml.[0]=

layoutst.m

issig=0; isspec=0; iscolorbar=0; linlogspec=1; sigenveloppe=0; layout=issig+isspec*2+iscolorbar*4; while layout~=4, if issig==0, SignalStr= 'display signal'; else SignalStr=

app15_16.java

// app15_16, FlowLayout类的使用 import java.awt.*; public class app15_16 { static Frame frm=new Frame("Flow Layout"); public static void main(String args[]) { FlowLayout flow=new Fl