Summary: i am attempting to make a triangle using bresenham line drawing algorithm, so far I have the cord for a line but it comes up with errors: error C2449...
Summary: Yes - balanced bushy trees by Bayer of Boeing Corp. For a very good explanation and some demos, try http://www.public.asu.edu/~peterjn/btree/ There is...
Summary: Hi Friends... I Am A New Member!!I Am 21 And Studing Computer Engineering!And Now I Have A Question And I Hope You will Help Me... DO You Know About T...
Summary: Fred auto dealership requires a program that will calculate the sales discount to be applied to a vehicle, based on its year of manufacture and type. ...
Summary: this site uses the built in md5 algorithms http://www.flowgroup.fr/tech_md5_us.htm note its written in C# but should be extremely easy to port because...
Summary: Hello everybody, does anybody know an algorithm to compress/uncompress a file? Say, i want to compress (shrink) a bitmap file from 100% to 20%. Is t...
Summary: Hi. I need to implement a couple of algorithms in C. I was wondering if there was a good website that may have the code for these algorithms. I need t...
Summary: I wrote a simple math algorithm... http://akillanet.tripod.com/software/mathgame.zip if anyone can beat the computer in this game, please post it over...
Summary: Hello! I am a student, and I like programming; but Ihave problems. Can you tell me what are algorithms, and what can I write it. I'm doing the clas...
Summary: Please, give me some ideas to implement Strassen Algorithm for matrix multiplication in Java..I'd like to use only 3 temp matrix..Can you present me s...
Summary: hi all .. i need a simple thing from you .. i need the algorithm of a problem in a book i was reading .... the program should take a number , and ch...
Summary: Hi, i'm a cs student planning to do a graduation project based on genetic algorithms.As fas as i've seen, examples on this subject are often given in ...
Summary: Hello, I am making a tic-tac-toe game with JavaScript. I have everything working, except the function that checks to see if a win (three in a row) has...
Summary: Hi ! I have a small «problem»: when i saw a programming problem i start coding without write algorithm first, and to be a «good boy» i should write a ...
Summary: Guys, need help, programming language is C++ or Python, need to display very complex (thousands of nodes and conntions) graph using SVG, where can i f...
Summary: I am looking for a simple Genetic Algorithm program in any language C, C++, VB or Java etc. I want to change it so I can use it for a string of 1's an...
Summary: This is a question given to us for practice: State the output of the following algorithm. INT gives the integer part of a number, e.g. INT (3.2) = 3, ...
Summary: Hello. I have an access database that consists of 5 tables: one of student information including a student ID, one of teacher information including a...
Summary: Am i missing something here: #include "primes.h" /*how to linkto main.c*/ int is_prime(int n) { int k; int limit; if (n == 2) return 1; if (...
Summary: hello, my question regards the folowing, some algorithms may be included in one big "family" for example we can say that FCFS is in Round Robin, so m...