Severin
Nombre de messages : 547 Localisation : Braunschweig / Germany Date d'inscription : 13/12/2010
| Sujet: Differenz 32 to 64 Mer 26 Déc 2012 - 18:52 | |
| Ich wollte einen Test machen. 32 BIT ZU 64 Bit und Label zu Sub. Ich bekomme die Sub nicht auf Click. Trotzdem die Ergebnisse verblüffen. I wanted to take a test. 32 BIT TO 64-bit label to Sub. I get the sub to not click. Nevertheless, the results amaze. Je voulais faire un test. 32 bits à 64 bits label Sub. Je reçois les sous de ne pas cliquer. Néanmoins, les résultats étonner. - Code:
-
' ' Label Labeltest1 Label Labeltest2 ' Dim Zeit1$ Dim Zeit2$ Dim i% ' ' ' ' ****************************************************************************** ' Form 0000 TOP 0000,0 LEFT 0000,0 WIDTH 0000,SCREEN_X height 0000,SCREEN_Y-44 caption 0000,"TEST - Programm" color 0000,255,000,000 ' ' ****************************************************************************** COMMAND_TARGET_IS 0000 Button 0076 TOP 0076,INT(((SCREEN_Y-190)/10)*1.0)+80 LEFT 0076,INT(SCREEN_X-1190) WIDTH 0076,400 HEIGHT 0076,20 FONT_NAME 0076,"Courier NEW" FONT_SIZE 0076,10 FONT_BOLD 0076 CAPTION 0076,"Test Label mit Return" SHOW 0076 ' ****************************************************************************** COMMAND_TARGET_IS 0000 Button 0075 TOP 0075,INT(((SCREEN_Y-190)/10)*1.0)+80 LEFT 0075,INT(SCREEN_X-490) WIDTH 0075,400 HEIGHT 0075,20 FONT_NAME 0075,"Courier NEW" FONT_SIZE 0075,10 FONT_BOLD 0075 CAPTION 0075,"Test Sub mit Endsub" SHOW 0075 ' ' ON_Click 0075,LABELTEST2 ON_Click 0076,LABELTEST1 ' END ' ****************************************************************************** Labeltest1: ' Zeit1$ = Time$ ' Print Zeit1$ ' For i% = 1 to 2000000 ' next i% ' Zeit2$ = Time$ ' Print Zeit2$ ' Return ' ' ****************************************************************************** Labeltest2: ' Subtest() ' SUB Subtest() ' Zeit1$ = Time$ ' Print Zeit1$ ' For i% = 1 to 2000000 ' next i% ' Zeit2$ = Time$ ' Print Zeit2$ ' Stop ' end_sub | |
|
Invité Invité
| Sujet: Re: Differenz 32 to 64 Mer 26 Déc 2012 - 19:25 | |
| Effectivement Severin en 32 bits: boucle avec return: 12 et en sub: 16 secondes
en 64 bits: respectivement: 20 et 38 secondes.
Il y a encore du travail, ou des choses à revoir. |
|
Severin
Nombre de messages : 547 Localisation : Braunschweig / Germany Date d'inscription : 13/12/2010
| Sujet: Re: Differenz 32 to 64 Mer 26 Déc 2012 - 20:53 | |
| Ja, es gibt viel zu tun. Es sollte 5% bis 15% schneller laufen. Mehr gibt 64 Bit nicht her. Die Vorteile sind andere.
Yes, there is much to do. It should run 5% to 15% faster. More is not 64 bit ago. The advantages are different.
Oui, il ya beaucoup à faire. Il devrait fonctionner 5% à 15% plus rapide. Plus n'est pas 64 bits auparavant. Les avantages sont différents.
*****************
Mir fehlt die neuste 32 Bit Kernel. Meine Version kann keine Sub verarbeiten. Wo kann ich die neuste laden.
I lack the latest 32-bit kernel. My version can not handle sub. Where can I download the latest.
Je n'ai pas le dernier noyau 32 bits. Ma version ne peut pas traiter les sous. Où puis-je télécharger la dernière version.
| |
|
Invité Invité
| Sujet: Re: Differenz 32 to 64 Mer 26 Déc 2012 - 21:54 | |
| - Citation :
- Je n'ai pas le dernier noyau 32 bits.
Ma version ne peut pas traiter les sous. Où puis-je télécharger la dernière version. Je pense que c'est celle-là: http://l1hxt9.1fichier.com/ |
|
Severin
Nombre de messages : 547 Localisation : Braunschweig / Germany Date d'inscription : 13/12/2010
| Sujet: Re: Differenz 32 to 64 Mer 26 Déc 2012 - 21:59 | |
| Danke Cosmos70, aber das ist der Editor.
Ich meinte Panoramic.EXE in 32 Bit
Thank Cosmos70, but this is the editor.
I meant Panoramic.EXE in 32 bit
Merci Cosmos70, mais c'est le rédacteur en chef.
Je voulais Panoramic.EXE en 32 bits | |
|
Invité Invité
| Sujet: Re: Differenz 32 to 64 Mer 26 Déc 2012 - 22:19 | |
| Je n'avais pas compris. Mais tu peux le fabriquer: - Code:
-
dim f$ :label chaine : height 0,80 OPEN_DIALOG 1 button 2:caption 2,"ouvrir":on_click 2,chaine end chaine: filter 1,"ouvrir|*.bas" f$= file_name$(1) if f$ <> "_" then chain f$ Et tu fais un exécutable (exe) de ce programme. Je travaille principalement avec CHAIN, et un éditeur comme PsPad. Edit: je n'ai pas le dernier panoramic.exe |
|
Severin
Nombre de messages : 547 Localisation : Braunschweig / Germany Date d'inscription : 13/12/2010
| Sujet: Re: Differenz 32 to 64 Mer 26 Déc 2012 - 22:34 | |
| Ich habe 3 Programme von Panoramic. Panoramic_Editor Panoramic.Exe in 32 Bit ... diese kann nicht SUB Panoramic.Exe in 64 Bit
I have 3 programs by Panoramic. Panoramic Editor Panoramic.Exe in 32 bit ... this can not SUB Panoramic.Exe in 64 bit
J'ai 3 programmes en panoramique. Editeur panoramique Panoramic.Exe en 32 bits ... cela ne peut pas SUB Panoramic.Exe en 64 bits
| |
|
Contenu sponsorisé
| Sujet: Re: Differenz 32 to 64 | |
| |
|