Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 501(0.001 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8
using an incedence matrix to represent a graph, and using the Depth First Search algorithm, how does one code the Depth First Search function to do this. pseudo code for DFS function: DFS(int i...
Zones: CDate Answered: 11/18/1997 Views: 0
I have a problem building , or reformatting, data held in a CAR information Database. I want to display car model information for GB. This information display what features the model has. FEATURE...
Zones: SybaseDate Answered: 09/17/1998 Views: 4
the size of the matrix should be n x n. Like 2 x 2,  3 x 3, 100 x 100. For example, n = 5, so 5 x 5. you must use 1 to 25 to fill out the matrix from small to large. Like      small -----------> ...
Zones: CDate Answered: 12/13/1998 Views: 0
Hey, I have writen a small 3d engine. However, I need to rotate a object, as well as keep the object in place and expand it.  I have read in the MSDN that the corret way to do this is to multiply ...
Zones: CDate Answered: 02/21/2000 Views: 0
I am currently using MetroWerks Codewarrior Version 4 on a PC running Windows NT.  My problem is that I need to use matrix manipulation in my program.  Does anybody know how to go about manipulatin...
Zones: C++Date Answered: 07/31/2000 Views: 0
Is Matrix class (for numeric computing) available?
Zones: Visual BasicDate Answered: 01/25/2001 Views: 0
I would like to know how to implement dynamic matrix by using STL. I don't know the size of the matrix from advance (I get it from the constructor).
Zones: C++Date Answered: 05/24/2001 Views: 5
I've multiplied 2 matrices eg 6 1.5       8 7 4 1     *   6 4 my results were 57 48 38 32 what i am trying to do now is find the average of 57 + 48 = 105 / 2 = 52.5 and 38 + 32 = 70 / ...
Zones: C++Date Answered: 02/19/2002 Views: 0
i am required tio write a program that reads matrices from a data file, computes the sum and other mathematical operations. i am suppose to implement this program using three files namely, matrix.h...
Zones: C++Date Answered: 03/08/2002 Views: 0
My code presently has the following ugly form: int NUMROWS, NUMCOLS ; float* ArrayA = new float[ NUMCOLS * NUMROWS ] ; // // Initialize ArrayA to 0.0 // for ( int i = 0 ; i < NUMROWS; i+...
Zones: C++, Microsoft Visual C++Date Answered: 09/03/2001 Views: 0