DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ F T

⟦5141b8aab⟧ TextFile

    Length: 1422 (0x58e)
    Types: TextFile
    Names: »FRACTALE«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile



                        [ demonstration Tiny Talk ]


stylo MoyenneTaille.
stylo tonX:80 tonY:200.
stylo ecris:"Demo realisee par :".
stylo tonX:100 tonY:250.
stylo ecris:"Philippe Bouteleux".
stylo tonX:100 tonY:300.
stylo ecris:"et Bruno Launay".
stylo tonX:50 tonY:400.
stylo ecris:"Application du TP No 2".
3 attend.

fenetre cacheToi.
pour fenetre1 prendre fenetre dupliqueToi.
fenetre1 tonX:0 tonY:0 taLargeur:1280 taHauteur:1024
tonNom:"Mon Dieu, c'est plein d'etoiles...   Arthur C.Clark".
fenetre1 afficheToi.
tortue TaFenetre:fenetre1 TonAngle:0.
stylo TaFenetre:fenetre1.

tortue baisseTaPlume.
tortue TonX:640 TonY:512 tonEpaisseur:1.

pour iteration prendre 0.

pour appel prendre {
    avec tortue:Matortue arete:longueur angle:theta ieration:i

    (iteration <= 3) siFaux: {
        Matortue avance:longueur.
        Matortue aDroite:theta avance:longueur.
        Matortue aGauche:theta aGauche:theta avance:longueur.
        Matortue aDroite:theta avance:longueur
    } siVrai: {
        appel tortue:tortue arete:10 angle:60 ieration:i+1.
        Matortue aDroite:theta.
        appel tortue:tortue arete:10 angle:60 ieration:i+1.
        Matortue aGauche:theta aGauche:theta.
        appel tortue:tortue arete:10 angle:60 ieration:i+1.
        Matortue aDroite:theta.
        appel tortue:tortue arete:10 angle:60 ieration:i+1.
    }
}

appel tortue:tortue arete:10 angle:60 ieration:1.

3 attend.