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 116(0 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.6
I may be missing the obvious on this one, but here goes.... I have a table of cars and colors, set up as follows: Car                Color ================== ========== Sedan              Blue Se...
Zones: DatabasesDate Answered: 11/11/1997 Views: 0
Given to circles A and B, the center point of each circle, and the radius of each circle, I would like the most direct way to find the points where line that is tangent to opposite sides of each ci...
Zones: Game Programming Physics & AIDate Answered: 10/08/2000 Views: 0
Does anyone have any general routines that will intersect a line in 3D space with a plane in 3D space. The line is defined by 2 points and the plane by 3 points. In addition I would like to know if...
Zones: Visual BasicDate Answered: 03/14/2001 Views: 0
Can anyone give me an example code to solve my problem This is not a school work. 8-> I've a project that create a capablity curve and I decide to create OCX to display I've four equations...
Zones: Visual BasicDate Answered: 01/29/2003 Views: 0
I need to find if line or Circle intersect with rectangle or all points (of line,circle) in side the rectangle. If somebody has the code,it will be great . I'm using MFC/VC6 Thank you.  
Zones: Windows MFCDate Answered: 08/30/2004 Views: 0
I have an application that allows the user to perform set operations on certain database tables using a simple language that is parsed from within a stored procedure. Currently this SP is fairl...
Zones: MS SQL ServerDate Answered: 12/02/2003 Views: 0
Description of Program: This piece of programming is being used to combine different database results for one single final result set. There is large search form and the searching spans atleast 9...
Zones: PHPDate Answered: 03/31/2005 Views: 0
Hi, I made a class with a linked list: CPolygon! the struct I use is the following struct LinkedList {       D3DXVECTOR2      point;       BOOL            interior;       BOOL            intersect;       BOOL            original;       LinkedList...
Zones: C++, Microsoft Visual C++Date Answered: 05/21/2006 Views: 0
Hi,   I have the following mock up table structures: Table 1 =============== ID                 Value ============== 1a                 1000 1b                 3000 1c                 5...
Zones: MS SQL ServerDate Answered: 06/02/2006 Views: 0
"Select Distinct Media_ID from tbn_Tags where Tag = 'blue' OR Tag = 'red' OR Tag = 'green'" this is incomplete. I want the Distinct  Media_ID's that INTERSECT red blue and green tags. Column T...
Zones: MS SQL ServerDate Answered: 07/16/2006 Views: 0