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 310(0.018 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!

6.4
Okay, so I'm behind the times... I know. I want to create a simple 2d game in C or C++, which involves bitmaps, "tweening," and sprites. I'd rather it NOT be a VC++ app. Console will do just...
Zones: C++Date Answered: 01/27/2002 Views: 0
I have around 1000 X & Y data points on an Excel sheet in C-drive.How do i display a 2D X-Y graph in VB.My graph should show all the data points.Can anybody please help me.
Zones: Visual BasicDate Answered: 05/15/2003 Views: 0
Hi all, Is it possible to use variables to declare the dimensions of a 2D array? i.e. newArray(variable1,variable2) and populate the variables with integer values? If not is there anoth...
Zones: ASPDate Answered: 07/21/2003 Views: 0
How do I sort a [][]  array??
Zones: JavaDate Answered: 08/03/2003 Views: 0
Hi, I need a function that gives you a 2d pixel from a 3d position and according to an advanced camera. Here are the camera attributes: ***  LookingPointX  LookingPointY  LookingPointZ ...
Zones: 3D Game ProgrammingDate Answered: 10/13/2003 Views: 0
I am using the below class as a 2D array object. I invoke the constructor with dimensions 22000x22000, and I get an aborted runtime error. Is that too large given the implementation of Array2D? How...
Zones: C++Date Answered: 05/19/2004 Views: 0
I have the rendering of a 3D driving sim, but I could really do with displaying certain bits of information on top of that. For example, you know when you have a driving game and you have the speed...
Zones: Direct-x Game ProgrammingDate Answered: 03/11/2005 Views: 9
I am having problems initializing the following 2D object array: Object[][] data = new Object[ctr][3]; I was debugging and noticed that all the allocated entries were NULL so I then tried to ...
Zones: JavaDate Answered: 02/16/2007 Views: 0
I need a code sample to do the following: Given three known points on a 2D grid, find the location of a fourth arbitrary point on the same grid. In other words, I have three points: a:  (0,0) b:...
 
Related Solutions:
Trilateration with one unknown distance and two relative...

In the Trilateration example found here, the 3 distances are known because there are 3 beacons an...

Tags: Triangulation, Multilateration, location, TDOA
 
Zones: CDate Answered: 03/13/1999 Views: 9
I have a program than uses 2D Variant Arrays to hold its data. From time to time I need to cast this to a 1D array To pass to 3rd party controls. I cannot seem to do this supplying the first index...
Zones: Delphi ProgrammingDate Answered: 07/13/1999 Views: 0