Kent wer diese Programmiersprache

  • Ich bekom in letzer Zeit Mails die irgendwelchen Programcode enthalten, die Mailadresse hat in Domaenenzone nur eine IP, aber nach dem Kommentaren ist der Absender deutssprachig. Aber den Programmcode verstehe ich garnicht, aber gefaehrlich schauts nicht aus, weil es nicht objektorientiert ausschaut und so nur Plaintext ist. Und der Absender antwortet mir nicht.


    I = double(imread('ATPthymo.tif'))/255.0;
    R=I(:,:,1);
    G=I(:,:,2);
    B=I(:,:,3);
    R2=floor(R*20)+1;
    B2=floor(B*20)+1;
    H=zeros(20,20);
    for x=1:20 for y=1:20 H(x,y)=sum(bitand((R2(:)==x),(B2(:)==y))==1); end; end;
    imshow(log(1+H),[]);
    %[X,Y]=ginput(3);
    %px=[X(1),X(2)];
    %py=[Y(1),Y(2)];
    %line(px,py);




    --------------------------------------------------------------------------------



    [inputX,inputY]=ginput(3);
    LineAB_X=[inputX(1),inputX(2)];
    LineAB_Y=[inputY(1),inputY(2)];
    LineBC_X=[inputX(2),inputX(3)];
    LineBC_Y=[inputY(2),inputY(3)];
    LineAC_X=[inputX(1),inputX(3)];
    LineAC_Y=[inputY(1),inputY(3)];
    line(LineAB_X,LineAB_Y);
    line(LineBC_X,LineBC_Y);
    line(LineAC_X,LineAC_Y);


    VectorA_X=inputX(2)-inputX(1);
    VectorA_Y=inputY(2)-inputY(1);
    VectorA_Length=sqrt(VectorA_X.^2+VectorA_Y.^2);
    MiddleA_X=inputX(1)+VectorA_X*(1/2);
    MiddleA_Y=inputY(1)+VectorA_Y*(1/2);
    plot(MiddleA_X,MiddleA_Y,'*');


    VectorB_X=inputX(3)-inputX(2);
    VectorB_Y=inputY(3)-inputY(2);
    VectorB_Length=sqrt(VectorB_X.^2+VectorB_Y.^2);
    MiddleB_X=inputX(2)+VectorB_X*(1/2);
    MiddleB_Y=inputY(2)+VectorB_Y*(1/2);
    plot(MiddleB_X,MiddleB_Y,'*');


    VectorC_X=inputX(1)-inputX(3);
    VectorC_Y=inputY(1)-inputY(3);
    VectorC_Length=sqrt(VectorC_X.^2+VectorC_Y.^2);
    MiddleC_X=inputX(3)+VectorC_X*(1/2);
    MiddleC_Y=inputY(3)+VectorC_Y*(1/2);
    plot(MiddleC_X,MiddleC_Y,'*');


    NormalenVectorA_X=VectorA_Y*(-1);
    NormalenVectorA_Y=VectorA_X;
    MittelsenkrechteA_X=[MiddleA_X,MiddleA_X+NormalenVectorA_X];
    MittelsenkrechteA_Y=[MiddleA_Y,MiddleA_Y+NormalenVectorA_Y];
    line(MittelsenkrechteA_X,MittelsenkrechteA_Y);


    NormalenVectorB_X=VectorB_Y*(-1);
    NormalenVectorB_Y=VectorB_X;
    MittelsenkrechteB_X=[MiddleB_X,MiddleB_X+NormalenVectorB_X];
    MittelsenkrechteB_Y=[MiddleB_Y,MiddleB_Y+NormalenVectorB_Y];
    line(MittelsenkrechteB_X,MittelsenkrechteB_Y);


    NormalenVectorC_X=VectorC_Y*(-1);
    NormalenVectorC_Y=VectorC_X;
    MittelsenkrechteC_X=[MiddleC_X,MiddleC_X+NormalenVectorC_X];
    MittelsenkrechteC_Y=[MiddleC_Y,MiddleC_Y+NormalenVectorC_Y];
    line(MittelsenkrechteC_X,MittelsenkrechteC_Y);


    %Das_Y=(((MiddleB_Y-MiddleA_Y)/NormalenVectorA_Y)-(((MiddleB_X-MiddleA_X)/NormalenVectorA_X))/((NormalenVectorB_X-NormalenVectorB_Y)/(NormalenVectorA_X-NormalenVectorA_Y));i))
    %Das_Y=(((MiddleB_Y-MiddleA_Y)/NormalenVectorA_Y)-((MiddleB_X-MiddleA_X)/NormalenVectorA_X))/((NormalenVectorB_X-NormalenVectorB_Y)/(NormalenVectorA_X-NormalenVectorA_Y));
    Das_Y=((NormalenVectorA_X.^2*MiddleB_Y-NormalenVectorA_X.^2*MiddleA_Y-NormalenVectorA_X*NormalenVectorA_Y*MiddleB_X+NormalenVectorA_X*NormalenVectorA_Y*MiddleA_X-NormalenVectorA_X*NormalenVectorA_Y*MiddleB_Y+NormalenVectorA_X*NormalenVectorA_Y*MiddleA_Y+NormalenVectorA_Y.^2*MiddleB_X-NormalenVectorA_Y.^2*MiddleA_X)/(NormalenVectorA_Y*NormalenVectorA_X*NormalenVectorB_X-NormalenVectorA_Y*NormalenVectorA_X*NormalenVectorB_Y))


    Mitte_X=MiddleB_X+Das_Y*NormalenVectorB_X;
    Mitte_Y=MiddleB_Y+Das_Y*NormalenVectorB_Y;


    plot(Mitte_X,Mitte_Y,'*');

  • Mein Tipp: Es hat sich jemand einen Virus eingefangen, der deine Email-Adresse irgendwo in seinem Email-Programm hat. Dieser Virus verschickt Dateien von der Festplatte als Email und du hast eine bekommen, die eine mathematische Berechnung mit einem Mathematik-Programm enthält. Nach Maple sieht es mir nicht aus, allerdings kenne ich auch nur die Syntax von Maple V, da gibt's mittlerweile doch deutlich neuere Versionen. ;) Vielleicht ist es ja Mathematica?

  • Soweit ich seh könnte das matlab sein.


    Aber such doch mal bei der RIPE wem die IP gehört. Aber schau dir den Header genau an, das was im Reply steht muss nichts heissen.

  • inetnum: 212.126.209.128 - 212.126.209.255
    netname: I-U-NET
    descr: International University in Germany
    country: DE
    admin-c: PMG23-RIPE
    tech-c: TPL1-RIPE
    status: ASSIGNED PA
    notify: hostmaster@toplink-plannet.de
    mnt-by: TPL-MNT
    changed: helmberg@planNET.de 20011126
    changed: martin.schwarz+ripe-db@toplink-plannet.de 20020410
    source: RIPE


    route: 212.126.192.0/19
    descr: toplink-plannet GmbH
    origin: AS12419
    mnt-by: TPL-MNT
    changed: wuermlin@planNET.de 19990809
    changed: martin.schwarz+ripe-db@toplink-plannet.de 20020415
    source: RIPE


    role: Hostmaster toplink-plannet
    address: toplink-plannet GmbH
    address: Schoenfeldstr. 8
    address: D-76131 Karlsruhe
    address: GERMANY
    phone: +49 721 6636-0
    fax-no: +49 721 6636-199
    e-mail: hostmaster@toplink-plannet.de
    trouble: -----------------------------------------------------------
    trouble: Please report spam or net abuse to abuse@toplink-plannet.de
    trouble: -----------------------------------------------------------
    admin-c: MAWI1-RIPE
    tech-c: MAWI1-RIPE
    nic-hdl: TPL1-RIPE
    remarks: hostmaster role account at toplink-plannet GmbH
    notify: hostmaster@toplink-plannet.de
    mnt-by: TPL-MNT
    changed: martin.schwarz+ripe-db@toplink-plannet.de 20020213
    changed: martin.schwarz+ripe-db@toplink-plannet.de 20020221
    changed: martin.schwarz+ripe-db@toplink-plannet.de 20020527
    source: RIPE


    person: Phillip M Gatchell
    address: International University in Germany gGmbH
    address: International University Campus 2
    address: D-76646 Bruchsal
    phone: +49 7251 700 0
    fax-no: +49 7251 700 250
    e-mail: phillip.gatchell@i-u.de
    nic-hdl: PMG23-RIPE
    mnt-by: TPL-MNT
    changed: wuermlin@planNET.de 19990810
    changed: martin.schwarz+ripe-db@toplink-plannet.de 20020415
    source: RIPE

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!