| |
|
|
- Página 1 - |
|
Jörg Sellmeyer | Gibts una schnellere/kürzere Versión como que aquí? KompilierenMarcaSeparaciónSet("Decimals",0)
Proc Zerlege1
Parameters Text$,Trenner$
Declare Ergebnis$
WhileLoop Len(Text$)
Ergebnis$ = Ergebnis$ + Mid$(Text$,&Loop,1) + Trenner$
Wend
Return Ergebnis$
EndProc
Proc Zerlege2
Parameters Text$,Trenner$
Declare Ergebnis$
WhileLoop Len(Text$)
Ergebnis$ = Ergebnis$ + SubStr$(Text$,&Loop) + Trenner$
Wend
Return Ergebnis$
EndProc
Proc Zerlege3
Parameters Text$,Trenner$
Declare Ergebnis$,c&
c&=len(text$)-1
WhileLoop c&,1,-1
Text$ = Ins$(Trenner$,Text$,&loop)
Wend
Return Text$
EndProc
Proc Zerlege4
Parameters t$,u$
declare e$,f&
f&=Addr(t$)
whileloop 0,Len(t$)-1
e$=e$+Char$(f&,&Loop,1)+u$
endwhile
Return e$
endproc
Def MultiByteToWideChar(6) !"Kernel32","MultiByteToWideChar"
Proc Zerlege5
Parameters Text$,Trenner$
Declare c&,b#
c& = Len(Text$) * 2 + 1
Dim b#,c&
MultiByteToWideChar(0,0,Addr(Text$),Len(Text$),b#,c& )
Text$ = Translate$(Char$(b#,0,c& - 1),"z","|")
Return Text$
EndProc
Cls
Var a& = &GetTickCount
ClearClip
PutClip "Z01 Z02 Z03 Z04 Z05
"
WhileLoop 5
Zerlege1(MkStr$("ABCDEFGHIJKLMNOP",200),"|")
PutClip Str$(&GetTickCount - a&) + " "
a& = &GetTickCount
Zerlege2(MkStr$("0123456789012345",200),"|")
PutClip Str$(&GetTickCount - a&,) + " "
a& = &GetTickCount
Zerlege3(MkStr$("QRSTUVWXYZÄÖÜß@A",200),"|")
PutClip Str$(&GetTickCount - a&) + " "
a& = &GetTickCount
Zerlege4(MkStr$("0987654321098765",200),"|")
PutClip Str$(&GetTickCount - a&) + " "
a& = &GetTickCount
Zerlege5(MkStr$("qjeudkfotlgkcjdh",200),"|")
PutClip Str$(&GetTickCount - a&) + "
"
WindowTitle Str$(&Loop)
Wend
Print GetClip$(a class=s2>)
WaitInput
|
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 08.08.2008 ▲ |
|
|
|
|
| |
|
- Página 1 - |
|
RGH | @IF: Zu SizeOf() de el Ayuda:
@SizeOf(V) V : Name uno Variables Ergebnis: Longint
Beachte el Descripción des Parámetros! Man debería el Función ya así nutzen, como ellos pensamiento es y no cómo ellos tal vez gerne hätte! Für de otra manera como una Variablenbezeichner como Parámetro Es el Función schlicht no definiert.
Saludo Roland |
|
|
| Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 08.08.2008 ▲ |
|
|
|
|
Jac de Lad | |
|
|
|
| Zerlege3 hay ya, como viel Tiempo benötigt Su "Zerlege4" en el Ggs. para Zerlege3 Jac? |
|
|
| |
|
|
|
| Apéndice: @Jörg: Posesiones ni Concepto welche tal vez más rápido es como todos otro reciente hier geposteten Algos.
Den String simplemente en una WideString konvertieren y por Translate el Nullen sustituir...
Somit wäre el Meiste en native Abarbeitung gelagert, also muy fix... - y uno benötigt no Bucle mehr. |
|
|
| |
|
|
|
Jörg Sellmeyer | Jacs Versión es algo más rápido como mi beiden, aber langsamer como el de David:
Z01 Z02 Z03 Z04
375 266 171 344
782 500 359 484
984 516 375 469
969 500 375 469
969 515 360 437
703 250 218 360
829 515 360 375
625 250 187 234
609 438 375 469
969 515 375 469
Jetzt voluntad Todavía el WideString-Variante testen. Kann alguien erklären, por qué el erste Durchgang deutlich más rápido es? Es auch así, si yo en lugar de PutClip, el jeweils sowort en el Schirm bringe. Yo hätte más esperado, daß lo más rápido se.
Apéndice: Super! MultiByteToWideChar es:
Z01 Z02 Z03 Z04 Z05
375 250 203 266 15
265 250 297 469 0
516 500 375 468 0
516 500 375 469 15
515 500 391 469 0
Oben en el ersten Contribución Yo todos Versionen zusammengefaßt. |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 08.08.2008 ▲ |
|
|
|
|
Jac de Lad | @IF: Sombrero se sí ya hecho. |
|
|
| Profan² 2.6 bis XProfan 11.1+XPSE+XPIA+XPRR (und irgendwann XIDE) Core2Duo E8500/T2250, 8192/1024 MB, Radeon HD4850/Radeon XPress 1250, Vista64/XP | 08.08.2008 ▲ |
|
|
|
| |
|
- Página 2 - |
|
|
|
Kann alguien erklären, por qué el erste Durchgang deutlich más rápido es?
IMHO wegen Delphi, lo nutzt una muy dynamische AnsiStringVerwaltung... |
|
|
| |
|
|
|
Frank Abbing | El Umwandlung en una Unicodestring dürfte no mehr a toppen ser! |
|
|
| |
|
|
|
Jörg Sellmeyer | Sí, irgendwie kommt uno no mehr bajo Null. Tal vez schafft lo sí uno, una Algorhythmus a escribir, en el uno Tiempo gewinnt... |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 08.08.2008 ▲ |
|
|
|
|
| Es Comunidad-Algorithmus... |
|
|
| |
|
|
|
| Frank Abbing
El Umwandlung en una Unicodestring dürfte no mehr a toppen ser!
Sombrero aber auch una Nachteil, porque "XProfanstrings" son binärsicher, Zerlege1-4 auch, Zerlege5 no - schliesslich se hier con z aufgefüllt y va wegen el Translate de el Orginalstring perdido. Nichts es para alles bien. |
|
|
| |
|
|
|
Jörg Sellmeyer | Für media Zweck es hervorragend, como Yo sólo Pagar en el Cuerdas habe. |
|
|
| Windows XP SP2 XProfan X4... und hier mal was ganz anderes als Profan ... | 08.08.2008 ▲ |
|
|
|