Recent content by CylonMath
-
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...- CylonMath
- Post #8
- Forum: Programming and Computer Science
-
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...- CylonMath
- Post #6
- Forum: Programming and Computer Science
-
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...- CylonMath
- Post #2
- Forum: Programming and Computer Science
-
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 ?- CylonMath
- Post #13
- Forum: Computing and Technology
-
C
Booting linux from usb using grub
What distribution is this ? If you succesfully copied the contents, it shouldn't give such an error.- CylonMath
- Post #6
- Forum: Computing and Technology
-
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.- CylonMath
- Post #3
- Forum: Computing and Technology
-
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...- CylonMath
- Post #2
- Forum: Programming and Computer Science
-
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...- CylonMath
- Post #11
- Forum: Programming and Computer Science
-
C
Tracking an object in a recorded video
How much time is needed to do such a task ?- CylonMath
- Post #4
- Forum: Programming and Computer Science
-
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...- CylonMath
- Post #2
- Forum: Computing and Technology
-
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...- CylonMath
- Post #9
- Forum: Programming and Computer Science
-
C
Python Python Plots Book: Best Examples & Guide
Why do you want Python ?- CylonMath
- Post #3
- Forum: Programming and Computer Science
-
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.- CylonMath
- Post #3
- Forum: Programming and Computer Science
-
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 ?- CylonMath
- Thread
- Computer Computer science Goals Motivation Science
- Replies: 4
- Forum: Programming and Computer Science
-
C
What is Your Favorite Version of Linux and Why?
I use Archlinux , but it needs a pretty much configration...- CylonMath
- Post #9
- Forum: Computing and Technology