代码搜索结果
找到约 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
javaword.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]=
javaword.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]=
gridlayoutdemo.java
/**
*A grid layout program
*2004.11.22. xhcprince
*/
import java.awt.*;
class B extends Frame
{
B(String s)
{
super(s);
setSize(300,160);
setLayout(new GridLayout(3,4));//3 rows 4
flowlayoutdemo.java
/**
*A simple flow layout program
*2004.11.22. xhcprince
*/
import java.awt.*;
class A extends Frame
{
A(String s)
{
super(s);
setSize(300,160);
setLayout(new FlowLayout());
ehrlog.properties
log4j.rootLogger=WARN, A1 , R
log4j.logger.java.sql=WARN, A1 , R
log4j.logger.com.ibatis=WARN, A1 , R
log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.P