Jump to content

sc1997

Member
  • Posts

    67
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

About sc1997

  • Birthday Aug 12, 1997

Profile Information

  • Gender
    Male
  • Member title
    Junior Member
  1. Hey there! I'm trying to create a little program for my calculator (Casio Prizm) to solve Linear Diophantine equations of the form ax+by=c. My progress so far has been to code in a way to check if the equation has a solution (by the means of GCD). What I've done, more specifically, is check if the fractional part of the division between C and the GCD(A,B ) is different from 0. If it is, then it has no solution. If it isn't, well, it has. I've coded something like this: If (Frac (C/GCD(A,B )≠0) Then "No Solution" Else IfEnd That's how I have that set up. Now, I need to do the Else part. What I need to do is Divide "A" between "B", store its quotient for later use, and then divide B by the Reminder (call it R1) of A divided B. Then, I would store the quotient of B divided R1 and use its reminder (call it R2) to divide R1, and store its quotient, etc, etc, etc. I have access to the function "Int" (Tells the quotient of the division between two numbers, for instance: 4Int2=2) and the function "Rmd" (tells the reminder, for example: 9RMD2=1). To store a result in a variable, you just add an arrow and the variable after the result: 2+2->K. Now, the problems: Do this while using the least amounts of variables possible. A, B and C can't be touched. I have from D through Z to store quotients. I need those divisions to go on until a reminder hits 0. I'm puzzled as to how to do this in this basic language (my first attempt at coding something "serious", by the way). Any help would be appreciated. If you happen to need any more data, I will do my best to provide it . Cheers and thanks!!
  2. Thanks for the input. Wouldn't that block the other user (family user) out of its own libraries (which are in the second drive). Will surely let you know the results when I get my hands onto that PC.
  3. Hey there guys, I hope you are having a great day/night! I'm helping a friend clean his computer and organize it overall. I have saved all his files in an internal HDD. Clean installed WIndows 8 in one of the 2 hard drives. Now, he has decided to use one of the 500 GB drives to install WIndows and software only. The other 500GB one will be destined to media of all sorts (he's about to get a bigger one and to make cloning easier, we decided to go that route). We set up 2 User accounts, his (Admin), and another one for the Family. We've moved the location of the Music, Video and Picture Libraries as well as his Download folder to a folder in the secondary (media) HDD named exactly like his current account is. We've done the same for the family account. Now the "problem" is that he wants to hide his folder from the other account. Or at least block its access to it. In other words, he wants to have unfeathered access to both hard drives but lock the other account only to the primary one and the folder where all of its Libraries are in the second one. How would you go about doing this? Preferably hide his folder from the other account, but if it needs be discoverable, at least lets make it be non-accessible. Thank you so much in advance!!
  4. That name is amazing!!!! Just Kidding, the screen is amazing!
  5. It's relatively clean install. I mean, just normal stuff. Anyway, the problem has persisted throughout MANY clean installs. When I changed the hardware recently I made a clean install... If it is the keyboard, what should I do? Thanks for the help!!
  6. Hey there! I hope you're having a great day!!! I'm having trouble with my build. Whenever I try to wake it from sleep, the computer randomly restarts itself for no reason. I think it must be the MOBO. I have a 4930k, 32 GB of RAM and 2 ASUS GTX780. Before upgrading I had an 1100t on a 990FXA-UD5 from Gigabyte and 1 GTX580 and had a similar problem: The PC waked itself up from sleep. Since that computer, I've changed ALL the hardware except for the keyboard (Blackwidow Ultimate) and 1 hard drive. This problem is driving me berzerk and I hope you guys can help me fix it! Cheers!
  7. That's not a bad Idea actually, will take it into account!!
  8. I'll check, but if I buy anything higher than 200 USD I have to pay 60% of the total value plus the total value: i.e: 571 USD + 60%= 931. But it's useful to have an idea of the components.
  9. Uruguay I only have DiRT and Grid, that's why I asked about other games. And no, no Windwos needed! CPU: I can get an Athlon x2 270 for 80 USD. MOBO: Cheapest decent motherboard I can get is ASUS M5A78L-M for 110 USD. Memory: 8GB for 100 USD. Storage: 1TB for 100USD. Video Card: Not out here yet, closest in price would be a GT640 (150USD), a GTX650 (195 USD) or a 6670 (150 USD) or 7770 (190 USD). Power Suply: Corsair CX600w for 115 USD. Case: Decent ones start at arround 80 USD. Already have a copy of Windows. My total is arround 800 USD with one of the 190 USD graphics cards. Anything you would change? THANK YOU!
  10. I didn't put a budget cause were I live things are very expensive. For my country my budget is arround 1000 USD. http://www.banifox.com/ -----> If you can use Translator from your browser to see this page it'd be great! Anyways, the cheaper, the better!
  11. Hey guys!! I'm planning a new build to be my dedicated driving simulator. I've got the wheel and the stand, all I'm looking for is help planning the PC itself. I was considering something along the lines of an HD7770 and a cheapo AMD with cheapo MOBO. 1TB HDD. Any other recommendations? Also, it'd be amazing if you could recommend drving games other than DiRT and GRID
  12. Hey, I've got a problem with my second monitor. I plugged a DVI to HDMI cable from my computer to my TV so as to watch shows in it and not in the monitor. The problem is that in the TV, everything is zoomed in. I've got Windows 8.1 and a GTX580 with the latest drviers. Any ideas?
×