FORUM DE DISCUSSION SUR LE LANGAGE PANORAMIC
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
FORUM DE DISCUSSION SUR LE LANGAGE PANORAMIC

Développement d'applications avec le langage Panoramic
 
AccueilAccueil  RechercherRechercher  Dernières imagesDernières images  S'enregistrerS'enregistrer  MembresMembres  Connexion  
Derniers sujets
» fichier.exe
SineCube Emptypar leclode Hier à 19:02

» Bonjour tout le monde !
SineCube Emptypar Minibug Hier à 8:05

» Bug ou pas de kgf ?
SineCube Emptypar Yannick Jeu 19 Sep 2024 - 22:21

» Problème avec kgf.dll.
SineCube Emptypar Pedro Jeu 19 Sep 2024 - 8:56

» Problème avec Panoramic V1.
SineCube Emptypar Pedro Mer 18 Sep 2024 - 14:20

» Domotique et électronique avec Panoramic : Sommaire
SineCube Emptypar Marc Mar 17 Sep 2024 - 19:16

» Mémo pour Qrcode
SineCube Emptypar Klaus Mar 17 Sep 2024 - 0:14

» ELECTRONIQUE : Une réalisation pilotée par PANORAMIC
SineCube Emptypar Yannick Lun 16 Sep 2024 - 21:55

» Afficheur 1 octet
SineCube Emptypar Marc Lun 16 Sep 2024 - 12:23

» Doc SPIN
SineCube Emptypar Marc Lun 16 Sep 2024 - 11:12

» KGF_dll - nouvelles versions
SineCube Emptypar Marc Lun 16 Sep 2024 - 11:00

» Editeur d étiquette avec QR évolutif
SineCube Emptypar Yannick Dim 15 Sep 2024 - 23:22

» Eliminer les lignes blanches
SineCube Emptypar Klaus Mar 10 Sep 2024 - 13:15

» Figures fractales
SineCube Emptypar jean_debord Lun 9 Sep 2024 - 8:24

» Planches d'étiquettes
SineCube Emptypar Yannick Sam 7 Sep 2024 - 9:41

Navigation
 Portail
 Index
 Membres
 Profil
 FAQ
 Rechercher
Rechercher
 
 

Résultats par :
 
Rechercher Recherche avancée
Septembre 2024
LunMarMerJeuVenSamDim
      1
2345678
9101112131415
16171819202122
23242526272829
30      
CalendrierCalendrier
-11%
Le deal à ne pas rater :
Smartphone 6.36 ” Xiaomi 14 (12 Go / 256 Go
641 € 719 €
Voir le deal

 

 SineCube

Aller en bas 
2 participants
AuteurMessage
papydall

papydall


Nombre de messages : 7017
Age : 74
Localisation : Moknine (Tunisie) Entre la chaise et le clavier
Date d'inscription : 03/03/2012

SineCube Empty
MessageSujet: SineCube   SineCube EmptySam 11 Mai 2024 - 0:49

Veuillez patienter ....

Code:

rem ============================================================================
rem                        SineCube
rem ============================================================================

dim blox(40,40,40)
dim l,b$,c$,x,y,z,c, mm,bx,by
caption 0,"Veuillez patienter ... Tracé en cours ... <ESC> pour sortir ..."
picture 10 : width 10,420 : height 10,420 : 2d_target_is 10 : color 10,0,0,0
top 10,(height_client(0)-height_client(10))/2
left 10,(width_client(0)-width_client(10))/2
' ------------------------------------------------------------------------------
l = 8
B$ = B$ + "00000000..."
B$ = B$ + "llnnnnnnl.."
B$ = B$ + "l8lnnnnnnl."
B$ = B$ + "l88llllllll"
B$ = B$ + "l88l000000l"
B$ = B$ + "l88l000000l"
B$ = B$ + "l88l000000l"
B$ = B$ + "l88l000000l"
B$ = B$ + ".l8l000000l"
B$ = B$ + "..ll000000l"
B$ = B$ + "...llllllll"
blox(2, 3, 32) = 1
FOR l = 8 * 32 TO 1 STEP -8
   FOR y = 4 TO 4 * 32 STEP 4
       FOR x = 8 * 32 TO 1 STEP -8
           mm = SIN(x * y * l * pi)
           if mm < 0 then mm = -1 : else : if mm > 0 then mm = 1
           IF blox(x / 8, y / 4, l /  = mm + 1
              FOR by = 1 TO 11
                  FOR bx = 1 TO 11
                      c$ = right$(left$(B$,(by - 1) * 11 + bx),1)
                      IF c$ <> "."
 z = 11
 c = mod(asc(c$), 16) + mod(y, 2)
 select c
     case 0 : 2d_pen_color 0, 0, 0
     case 8 : 2d_pen_color 128, 128, 128
     case 12: 2d_pen_color 128, 128, 100
     case 14: 2d_pen_color 255, 255, 200
 end_select
 2d_point x + bx - 1 + y - 3, by - 1 + y + l + 4
                      END_IF
                   NEXT bx
                   display : if scancode = 27 then terminate
               NEXT by
           END_IF
       NEXT x
   NEXT y
NEXT l
caption 0,"Terminé"
rem ============================================================================


SineCube Sinecu10
Revenir en haut Aller en bas
http://papydall-panoramic.forumarabia.com/
Marc

Marc


Nombre de messages : 2448
Age : 63
Localisation : TOURS (37)
Date d'inscription : 17/03/2014

SineCube Empty
MessageSujet: Re: SineCube   SineCube EmptySam 11 Mai 2024 - 12:38

Bonjour à tous !

Merci Papydall !  cheers


Remarque :
Le forum a mangé une portion de la ligne 31 !

Il manque   8 )

SineCube Papyda26


Ligne 31 rectifiée :
SineCube P10_bm10

Bonne journée à tous !
Revenir en haut Aller en bas
 
SineCube
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
FORUM DE DISCUSSION SUR LE LANGAGE PANORAMIC :: PANORAMIC :: Vos sources, vos utilitaires à partager-
Sauter vers: