User Profile

Collapse

Profile Sidebar

Collapse
dodo1267
dodo1267
Last Activity: Jan 22 '07, 04:18 PM
Joined: Dec 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dodo1267
    started a topic help in writing cpu simulator
    in Java

    help in writing cpu simulator

    hi all
    i need a help in writing cpu simulator

    i will thank everybody who will guide me how to start doing that and explain this:

    Program conditionals (loops, if-then-else) are translated into a different family of assembly instructions called branch instructions. Branch instructions check some simple condition, and if the condition is true the next instruction executed by the CPU will not be the following instruction...
    See more | Go to post

  • dodo1267
    replied to Tips for implementing MonochromImage class
    in Java
    i am still writing the other methods :

    Code:
     ################## 
    import intro2cs.utils.*;
    ####################
     
    import intro2cs.Ex4.IntroError;
     
     
    public class MonochromImage {
     
    private int _width;
    private int _height;
    private int[][] _image;
    private int luminosity;
    public static int datapix;
    public static int value;
    public static int temppix;
    ...
    See more | Go to post
    Last edited by r035198x; Dec 12 '06, 03:54 PM. Reason: code tags

    Leave a comment:


  • dodo1267
    replied to Tips for implementing MonochromImage class
    in Java
    that what i am asking for i need help in writing the source code of these methods mentioned above!!...
    See more | Go to post

    Leave a comment:


  • dodo1267
    replied to Tips for implementing MonochromImage class
    in Java
    no my job first is to compile this class without error then use a tester to check the class i mean the driver will just use this class checking if it working right.
    at fisrt we construct an image(matrix) and filling it with certain luminosity according to the constructor and then do all the other methods on our image.
    i mean i need the function("trick ") in doing this methods mentioned abbove.
    we mainly use arrys and...
    See more | Go to post

    Leave a comment:


  • dodo1267
    replied to Tips for implementing MonochromImage class
    in Java
    i need help in the animate,rotate and blur methods please!!
    i am waiting for ideas!!
    thanks ....
    See more | Go to post

    Leave a comment:


  • dodo1267
    replied to Tips for implementing MonochromImage class
    in Java
    i mean for the last methods
    See more | Go to post

    Leave a comment:


  • dodo1267
    started a topic Tips for implementing MonochromImage class
    in Java

    Tips for implementing MonochromImage class

    i need tips for implimintiing this class:
    http://www.cs.huji.ac. il/~intro2cs/doc/ex4/doc/index.html
    thanks
    See more | Go to post
No activity results to display
Show More
Working...