Profilo di Yi无尽愿FotoBlogElenchiAltro Strumenti Guida
14/01/2009

引擎无关的布局模式

  模仿汉字(方块字)的布局模式,衍生出以下这些可以跨平台、跨界面引擎的布局模式:
 
{  枚举: LayoutMode  }
{ 布局模式
  用于确定容器内各个子界面的布局模式。 }
published static final LayoutMode = enum;
  public const lmAll : STRING[10] = 'A';  //独立
  public const lmLeftRight : STRING[10] = 'LR';  //左右结构
  public const lmUpDown : STRING[10] = 'UD';  //上下结构
  public const lmInnerOut : STRING[10] = 'IO';  //内外结构
  public const lmLeftMidRight : STRING[10] = 'LMR';  //左中右结构
  public const lmUpMidDown : STRING[10] = 'UMD';  //上中下结构
  public const lmLeftUpDown : STRING[10] = 'LUD';  //左上下结构
  public const lmRightUpDown : STRING[10] = 'RUD';  //右上下结构
  public const lmUpLeftRight : STRING[10] = 'ULR';  //上左右结构
  public const lmDownLeftRight : STRING[10] = 'DLR';  //下左右结构
  public const lmUpLeftMidRight : STRING[10] = 'ULMR';  //上左中右结构
  public const lmDownLeftMidRight : STRING[10] = 'DLMR';  //下左中右结构
  public const lmLeftUpMidDown : STRING[10] = 'LUMD';  //左上中下结构
  public const lmRightUpMidDown : STRING[10] = 'RUMD';  //右上中下结构
  public const lmUpDownLeftRight : STRING[10] = 'UDLR';  //上下左右结构
  public const lmLeftRightUpDown : STRING[10] = 'LRUD';  //左右上下结构
  public const lmLeftMidUpDown : STRING[10] = 'LMUD';  //左中上下结构
  public const lmRightMidUpDown : STRING[10] = 'RMUD';  //右中上下结构
  public const lmUpMidLeftRight : STRING[10] = 'UMLR';  //上中左右结构
  public const lmDownMidLeftRight : STRING[10] = 'DMLR';  //下中左右结构
  public const lmUpDownLeftMidRight : STRING[10] = 'UDLMR';  //上下左中右结构
  public const lmLeftRightUpMidDown : STRING[10] = 'LRUMD';  //左右上中下结构
  public const lmLeftCenterUpMidDown : STRING[10] = 'LCUMD';  //左中上中下结构
  public const lmRightCenterUpMidDown : STRING[10] = 'RCUMD';  //右中上中下结构
  public const lmUpMidLeftCenterRight : STRING[10] = 'UMLCR';  //上中左中右结构
  public const lmDownMidLeftCenterRight : STRING[10] = 'DMLCR';  //下中左中右结构
end;

Commenti (3)

Attendere...
Il commento immesso è troppo lungo. Immetti un commento più breve.
Immissione non effettuata. Riprova.
Impossibile aggiungere il commento al momento. Riprova più tardi.
Per aggiungere un commento è necessaria l'autorizzazione di un genitore. Chiedi autorizzazione
I tuoi genitori hanno disattivato i commenti.
Impossibile eliminare il commento al momento. Riprova più tardi.
Hai raggiunto il numero massimo di commenti pubblicabili giornalmente. Riprova tra 24 ore.
Impossibile lasciare commenti. La funzionalità è stata disattivata perché i sistemi hanno rilevato una possibile attività di spamming dal tuo account. Se ritieni che il tuo account è stato disattivato per errore, contatta il supporto tecnico di Windows Live.
Esegui il seguente controllo di protezione per completare la pubblicazione del commento.
I caratteri digitati nel controllo di protezione devono corrispondere ai caratteri dell'immagine o della riproduzione audio.

Per aggiungere un commento, accedi con il tuo Windows Live ID (se utilizzi Hotmail, Messenger o Xbox LIVE possiedi già un Windows Live ID). Accedi


Non hai ancora un Windows Live ID? Registrati

Senza nomeha scritto:
版主,应该是分形布朗运动
6 Feb.
Yi Zhangha scritto:
查查网络上的资料或者各个大学的学报吧
4 Feb.
Senza nomeha scritto:
版主,不好意思又请教问题了,哈哈
分形如果知道维数,如何拟合曲线,比如海岸线,什么书上有这个?谢谢了
2 Feb.

Riferimenti

L'URL di riferimento per questo intervento è:
http://creationzy.spaces.live.com/blog/cns!F7BAA280447BB7D7!612.trak
Blog che fanno riferimento a questo intervento
  • Nessuno