Wednesday, April 30th 2025, 10:27pm UTC+2

You are not logged in.


Gast001

Unregistered

1

Friday, November 30th 2001, 2:18pm

Wleche Programmiersprachen könnt ihr?

Interessiert mich mal so also ich kann

HTML :D , Java, JavaScript, PHP, MYSQL, PERL, LOGO ich glaub das wars

und sowas machen wa gerade in informatik import roboapp.javakara.JavaKaraProgram;

public class lager_foth2 extends JavaKaraProgram
{


void gehe_den_nebengang() //wird von "lager()" aufgerufen
{
kara.turnRight();
kara.move() ;
gehe_durch_gang();
}

void gehe_durch_gang()
{
while (!kara.treeFront())
{
kara.move();
if (!kara.treeRight())
{
aufraeumen_rechts();
}
}

kara.turnLeft(); kara.turnLeft(); //umdrehen

while (!kara.treeFront())
{
if (!kara.treeRight())
{
aufraeumen_rechts();
}
kara.move();
}
kara.turnRight();
kara.move();
lager_hauptgang();
}

void aufraeumen_rechts()
{
kara.turnRight();
kara.move();
blaetter();
kara.turnLeft(); kara.turnLeft();
kara.move();
kara.turnRight();
}

void aufraeumen_links()
{
kara.turnLeft();
kara.move();
blaetter();
kara.turnRight(); kara.turnRight();
kara.move();
kara.turnLeft();
}

void blaetter()
{
if (kara.onLeaf())
kara.removeLeaf();
}

void ende()
{

}

void lager_hauptgang() //wird vom Hauptprogramm aufgerufen
{
while (!kara.treeFront())
{
if (!kara.treeRight())
{
gehe_den_nebengang();
}
if (kara.treeRight() && !kara.treeFront())
{
kara.move();
}
else
{
ende();
}
}
}


/*****************Hauptprogramm*********************************************/

protected void myProgram()
{
lager_hauptgang();
}

/*****************Hauptprogramm*********************************************/
} // Ende



  • Go to the top of the page

TheChris

Administrator

Date of registration: Sep 1st 2001

Posts: 7,840

Bike: kein 2-rad-scheiss

2

Friday, November 30th 2001, 2:20pm

cool, kannste das - was auch immer das macht - mal compilieren?

ich mach grad turbo pascal...
  • Go to the top of the page

Date of registration: Sep 19th 2001

Posts: 971

Bike: Bobby Car Hans A Pils Sondermodell

Location: NRW

3

Friday, November 30th 2001, 2:21pm

Wir lernen JAVA inne Schule!
Davor habe ich Basic gehabt, dann Delphi und ab der 12 jetzt JAVA!

HTML kann ich auch, Javascript ist ähnlich wie JAVA, habs aber noch nie programmiert!
  • Go to the top of the page

Date of registration: Sep 5th 2001

Posts: 950

Bike: VT 125 shadow

Location: zellenblock 88

4

Friday, November 30th 2001, 2:41pm

c c++ basic html
;( ich liebe sie immer noch und ich vermisse sie höllisch wo ist sie meine alte ZX ;(
  • Go to the top of the page

hinni

Unregistered

5

Friday, November 30th 2001, 2:45pm

html(seit langer zeit, kA genau)
und
delphi seit ein einhalb jahren.
  • Go to the top of the page

Date of registration: Sep 1st 2001

Posts: 945

Bike: Suzuki RGV 250

Location: Essen

6

Friday, November 30th 2001, 2:48pm

turbo pascal und visual basic aber von können kann keine reden sein!!! und nen bisschen html
Wer kotzt kann grad' nicht kacken!!! :daumen:
Wer ficken will muss freundlich sein!!! :daumen:
  • Go to the top of the page

Chris_RS

Administrator

Date of registration: Sep 1st 2001

Posts: 8,243

Location: Lemgo

7

Friday, November 30th 2001, 2:52pm

ui toll, sowas wie niki :D
  • Go to the top of the page

Date of registration: Sep 5th 2001

Posts: 950

Bike: VT 125 shadow

Location: zellenblock 88

8

Friday, November 30th 2001, 3:02pm

ja können wär bei mir auch übertrieben html hab ich schon ewig nicht mehr gemacht basic auch nicht im moment lern ich c und c++ annner schule (is ne elekrtonikschule als net so pille palle kake) darin kann ich schon einiges
;( ich liebe sie immer noch und ich vermisse sie höllisch wo ist sie meine alte ZX ;(
  • Go to the top of the page

Pidello

*Chefwetzer*

Date of registration: Sep 2nd 2001

Posts: 7,926

Bike: Schwalbe Duo, BMW F650

Location: Köln

9

Friday, November 30th 2001, 3:25pm

hm , naja , html zählt ja ansich nich, ist IMHO keine programmiersprache.

Kann nen bisschen php.
  • Go to the top of the page

Cleaner

*putzfetischist*

Date of registration: Sep 2nd 2001

Posts: 2,123

10

Friday, November 30th 2001, 3:29pm


perl <-> php, javascript, html, basic... :D :D

obwohl ich sagen muss ich brauch immer nen Buch wo ich schnell nachschlagen kann, weil der Crack bin ich nicht!
  • Go to the top of the page

Date of registration: Sep 2nd 2001

Posts: 1,549

Bike: KTM LC4 640 SM, früher Kawasaki KMX 125 BJ '98

Location: Augsburg

11

Friday, November 30th 2001, 3:39pm

Außer HTML eigentlich nichts einwandfrei.
Also ich kann noch ein bisschen Visual Basic, Java und versuche mich gerade an php.

Markus-KMX
Besucht die größte KMX-Seite im Netz!
  • Go to the top of the page

Tankcommander

*extremer bettler*

Date of registration: Sep 2nd 2001

Posts: 1,158

Bike: Aprilia RS125, Aprilia RSVmille, Fiat ohne Auspuff "leise iss scheisse"

Location: Noale - Italy

12

Friday, November 30th 2001, 4:02pm

Java & ABEL & HTML
----------------------------------------
/*
* Made by Philip Hensel
* AIT 5
* Lösungsformelrechner (geil !!)
*/

import java.awt.*;
import java.applet.*;


public class Loe extends Applet {

double x1,x2,d,a,c;
String Inputa, Inputc, Outputx1, Outputx2;
FlowLayout FlDesign = new FlowLayout();
TextField TfInputa = new TextField(4);
TextField TfInputc = new TextField(4);
Label LbInfo = new Label("Lösungsformelrechner by PH 2001");
Label LbAnweisung = new Label ("Bitte Werte a und c eingeben !!!");
Label LbFormel1 = new Label ("x²+");
Label LbFormel2 = new Label ("x+");
Label LbOutputx1 = new Label("x1= ");
Label LbOutputx2 = new Label("x2= ");
Button BtGo = new Button("Go !");
Button BtShit = new Button("Shit");

public void init() {

setBackground (Color.blue);
setLayout (FlDesign);
add (LbInfo);
add (LbAnweisung);
add (LbFormel1);
add (TfInputa);
add (LbFormel2);
add (TfInputc);
add (LbOutputx1);
add (LbOutputx2);
add (BtGo);
add (BtShit);
}

public boolean action (Event e, Object o) {

Inputa = TfInputa.getText();
a = Double.parseDouble (Inputa);
Inputc = TfInputc.getText();
c = Double.parseDouble (Inputc);
d = (a/2) * (a/2) - c;

if (e.target == BtGo){

if (d < 0){
LbOutputx1.setText ("keine");
LbOutputx2.setText ("Lösung");}
else {

if (d == 0){
x1 = -(a/2);
Outputx1 = String.valueOf (x1);
LbOutputx1.setText("x1/2 = "+ Outputx1);
LbOutputx2.setText(" ");
}

else {
x1 = ((0-a)/2) + (Math.sqrt(d));
x2 = ((0-a)/2) - (Math.sqrt(d));
Outputx1 = String.valueOf (x1);
Outputx2 = String.valueOf (x2);
LbOutputx1.setText("x1= "+ Outputx1);
LbOutputx2.setText("x2= "+ Outputx2);
}
}

if (e.target == BtShit){

TfInputa.setText(" ");
TfInputc.setText(" ");
LbOutputx1.setText("x1= ");
LbOutputx2.setText("x2= ");
};



}
return true;
}

}
aprilia

... mit der Spätbrems - Garantie :evil:

>> Gründer der I.A.RSV.f.u.b.v.F - Interessensgemeinschaft<<

(Indanadzionala Aprilia RSV milleR ferährer un begaff Varein fum Forum)

Homepage (incl. Bikes&Babes)
  • Go to the top of the page

Date of registration: Sep 2nd 2001

Posts: 1,893

Bike: EX---RS 125 - Bj.97 - silber---EX,yzr 400 3tj

Location: Hamburg - West

13

Friday, November 30th 2001, 4:18pm

nix :D
I want to be the minority
I don¹t need your authority
Down with the moral majority
`cause I want to be the minority

Stepped out of the line
Like a sheep runs from the herd
Marching out of time
To my own beat now
The only way I know

by 'Green Day'
  • Go to the top of the page

Date of registration: Sep 2nd 2001

Posts: 1,083

14

Friday, November 30th 2001, 4:52pm

bei unserer Schule reicht es für nicht mehr als Turbo Pascal
I am not bound to please thee with my answers.
  • Go to the top of the page

SuperSamuel

Unregistered

15

Friday, November 30th 2001, 4:54pm

Ein bissl QBasic!
  • Go to the top of the page

Rate this thread