Recent content by CylonMath

  1. C

    Computer Science: Planning to Enter the Field?

    Do you need to know which hammer you are going to use if you don't know hammering ? Same goes here in computing field, if you don't know anything about genetics, you don't need to know how to program it. When you'll learn methods and how to do stuff in genetics, you'll discover or read which...
  2. C

    Computer Science: Planning to Enter the Field?

    Well, Computer Engineering mostly focuses lower level of computing which includes hardware information + low level programming , they are more interested in building computer systems instead of coding software under the hardware abstraction of high level languages. For example, robotics field...
  3. C

    Computer Science: Planning to Enter the Field?

    Okay to begin with, You will be introduced with programming courses at the beginning term of your CS study. If you are new to programming, these courses will force you a little bit. With hard studies you will master the art of programming. Just don't overrate programming after this stage...
  4. C

    Describe the world in the year 3000

    Maybe our biological systems will be attached to an Operating System for them to work better and more coordinated ?
  5. C

    Booting linux from usb using grub

    What distribution is this ? If you succesfully copied the contents, it shouldn't give such an error.
  6. C

    Booting linux from usb using grub

    First you need to make sure that usb is bootable then press C in grub, ( I assume hd0 is your harddisk, so hd1 will be usb) enter these commands : root (hd1,0) chainloader +1 boot it should give the control to usb's bootloader now.
  7. C

    Coding a Solution to an Ugly Character Mess

    Hello, If this is a binary file containing integers , you can use http://www.cplusplus.com/reference/clibrary/cstdio/fread/" functions for file I/O in addition to that, http://www.cplusplus.com/reference/clibrary/cstdio/fseek/" function allows you to move file pointer forward or...
  8. C

    Tracking an object in a recorded video

    Digital Image Processing - Rafael Gonzales, Richard Woods Introductory Techniques for 3-D Computer Vision - Trucco, Alessandro Verri Computer Vision - Linda G. Shapiro, George Stockman Learning OpenCV : Computer Vision with the OpenCV - Gary Bradski, Adrian Kaehler That books are worth having a...
  9. C

    Tracking an object in a recorded video

    How much time is needed to do such a task ?
  10. C

    Download very large files from the Internet

    Plug-in the usb, use a download manager that supports download pausing and resuming. When you going to download that huge file, set downloading location as your usb. When you pause your download, your download chunk will stay at your usb, next time you resume it, it will continue downloading...
  11. C

    What exactly is a Parallel Algorithm ?

    Is Windows Copy Program uses non-thread copying ? I am shocked... In senior project, we have designed a system that fetches satellite images to process them, we gave a coordinate of a place and took the big picture. And then divide this 1 big photo to smaller photos and image process them by...
  12. C

    Python Plots Book: Best Examples & Guide

    Why do you want Python ?
  13. C

    Project Natal: Milo - E3 Stage Demo, Virtual Human

    Yea you do 1x job and present it like 100x job you have done... Thats a shame by CS community and projects over the world.
  14. C

    Achieving Goals in Computer Science: Finding Motivation

    What is your purpose in field of Computer Science ? Do you have any idealistic aims ? As we know it is the one of the leading fields of world in next years, what kind of targets can be constructed to increase your motivation level to work hard ?
  15. C

    What is Your Favorite Version of Linux and Why?

    I use Archlinux , but it needs a pretty much configration...
Back
Top