Recent content by mimzy

  1. M

    Procrastinators Meeting: NOT Postponed

    im too smart to trick myself LOLJK xD but if i do what u do, i'll be like, "oh, now that I've graded 1 of them, let me reward myself with 2 hours of gaming time" XD I'm still in the process of fighting procrastination and have no good results...
  2. M

    Assembly Language: How to make a loop skip the first line?

    it does show once the screen is cleared with the loop and then print the string but the assignment was to print the string on the first line so I'm just trying to stick to what I've been asked to be done D: although it does work in the way u described. the comment i made on the offset was...
  3. M

    Assembly Language: How to make a loop skip the first line?

    well the thing is that i need to print the string on the first line of the dos... so i was thinking of printing it and then clearing it; however, when I clear it, it clears from the beginning... so yeh. Also, I need to use this method since it's the only way our professor has shown us so far D:
  4. M

    Assembly Language: How to make a loop skip the first line?

    Hello, so i have a problem with my assembly code. I want to clear the screen of the DOS and display the string input in the first line. I decided to make a loop that will run 2000 times and fill the space with [20H, which is the ascii for space bar] however, It clears out my message as well and...
  5. M

    Calc III : Spaceship reaching a space station at constant velocity.

    Homework Statement The Position Function of a spaceship is r(t) = (5t+9)i+(2t2-1)j+t2k and the coordinates of a space station are P(54,89,45). The captain wants the spaceship to reach the space station in constant velocity. When should the engines be turned off? Homework Equations r'(t)...
  6. M

    Cos(x) question How would you call 'x'?

    im just wondering for the name of that theta since it won't always be the same thing on all equations... it changes depending on what u are asked for... like x, theta, pi and so on... just he generic name of that >< sorry if I wasn't clear enough
  7. M

    Cos(x) question How would you call 'x'?

    So I have this integration to solve but I needed help and I just couldn't make up a term to call that 'x' ><! the term that is inside the parenthesis! I know I've learned it somewhere but I just can't remember and it's making me nuts! >A< Also, what would you do in order to solve an equation...
Back
Top