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...
http://www.experts-exchange.com/Database/Miscellaneous/Q_10028354.html
Zones:
DatabasesDate Answered: 11/11/1997 Grade: B 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...
http://www.experts-exchange.com/Programming/Game/AI_Physics/Q_11452678.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20088819.html
Zones:
Visual BasicDate Answered: 03/14/2001 Grade: A Views: 4
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20447972.html
Zones:
Visual BasicDate Answered: 01/29/2003 Grade: A 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.
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20712575.htm...
Zones:
Windows MFCDate Answered: 08/30/2004 Grade: A 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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20740304.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21371709.htm...
Zones:
PHPDate Answered: 03/31/2005 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21434052.html
Hi,
I have the following mock up table structures:
Table 1
===============
ID Value
==============
1a 1000
1b 3000
1c 5...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21726312.html
"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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21919154.html