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...
User Profile
Collapse
-
help in writing cpu simulator
-
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; -
that what i am asking for i need help in writing the source code of these methods mentioned above!!...Leave a comment:
-
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...Leave a comment:
-
i need help in the animate,rotate and blur methods please!!
i am waiting for ideas!!
thanks ....Leave a comment:
-
-
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
No activity results to display
Show More
Leave a comment: