Click here to Skip to main content
15,893,814 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionAvoiding cycles with interfaces [modified] Pin
Quake2Player15-Apr-09 12:06
Quake2Player15-Apr-09 12:06 
AnswerRe: Avoiding cycles with interfaces Pin
Quake2Player16-Apr-09 14:49
Quake2Player16-Apr-09 14:49 
AnswerRe: Avoiding cycles with interfaces Pin
Luc Pattyn16-Apr-09 15:25
sitebuilderLuc Pattyn16-Apr-09 15:25 
GeneralRe: Avoiding cycles with interfaces Pin
Quake2Player16-Apr-09 16:04
Quake2Player16-Apr-09 16:04 
GeneralRe: Avoiding cycles with interfaces [modified] Pin
Luc Pattyn16-Apr-09 16:13
sitebuilderLuc Pattyn16-Apr-09 16:13 
GeneralRe: Avoiding cycles with interfaces Pin
CodingYoshi27-May-09 3:41
CodingYoshi27-May-09 3:41 
AnswerRe: Avoiding cycles with interfaces Pin
Keld Ølykke9-Jun-09 4:48
Keld Ølykke9-Jun-09 4:48 
QuestionLooking for Suggetions Pin
FISH7868-Apr-09 12:58
FISH7868-Apr-09 12:58 
I have an application that does some multiplication and division on numbers provided by clients.
After having gone through all the possible permutation and combinations.
I have a result set of about 2.5million. there number is unique based on the calculations we have to do. The 2.5million is summarised into a different unique groups totalling to 6000.
I can think of 2 ways to do this only and would like any suggetions that I have missed out in my thinking.

First is the easy way. Put the 2.5 million in a database with the coresponding group and let the database handle the optimization with the primary key. The primary key will not help since the 2.5million are unique numbers. which leads to the same thing as being dumb and use binary search from the application and store the result set in a text file and avoid the network traffic.
The second option is to use 64bits in binary and create a flag for every scenerio and try and work my way from there. Never done this before will be a good challenge however it will frustrating tried to look for some good articles on binary and was unsucessful. If you have any good articles. I would love to read up on the binary bitwise logic and algorithm.
I am having a difficult time making a decision looking for someone to shed some light.

Thanks to everyone who responds in advance.
AnswerRe: Looking for Suggetions Pin
Luc Pattyn8-Apr-09 13:32
sitebuilderLuc Pattyn8-Apr-09 13:32 
GeneralRe: Looking for Suggetions Pin
FISH7868-Apr-09 14:43
FISH7868-Apr-09 14:43 
GeneralRe: Looking for Suggetions Pin
Luc Pattyn8-Apr-09 14:53
sitebuilderLuc Pattyn8-Apr-09 14:53 
GeneralRe: Looking for Suggetions Pin
FISH7868-Apr-09 15:06
FISH7868-Apr-09 15:06 
GeneralRe: Looking for Suggetions Pin
pxmedia10-Apr-09 2:47
pxmedia10-Apr-09 2:47 
QuestionIE6 and IE7 problem Pin
anujbanka17842-Apr-09 20:56
anujbanka17842-Apr-09 20:56 
Questionmaking a new file extension Pin
moonshaddow2-Apr-09 17:27
moonshaddow2-Apr-09 17:27 
AnswerRe: making a new file extension Pin
Roger Wright2-Apr-09 19:23
professionalRoger Wright2-Apr-09 19:23 
GeneralRe: making a new file extension Pin
moonshaddow2-Apr-09 19:46
moonshaddow2-Apr-09 19:46 
GeneralRe: making a new file extension Pin
dybs15-Apr-09 14:41
dybs15-Apr-09 14:41 
GeneralRe: making a new file extension Pin
moonshaddow21-Apr-09 16:04
moonshaddow21-Apr-09 16:04 
GeneralRe: making a new file extension Pin
jmussetter4-May-09 19:09
jmussetter4-May-09 19:09 
GeneralRe: making a new file extension Pin
moonshaddow4-May-09 19:15
moonshaddow4-May-09 19:15 
QuestionForms vs Dialogs - A Question of Architecture Pin
Roger Wright1-Apr-09 19:43
professionalRoger Wright1-Apr-09 19:43 
AnswerRe: Forms vs Dialogs - A Question of Architecture Pin
led mike2-Apr-09 8:45
led mike2-Apr-09 8:45 
GeneralRe: Forms vs Dialogs - A Question of Architecture Pin
Roger Wright2-Apr-09 17:52
professionalRoger Wright2-Apr-09 17:52 
GeneralRe: Forms vs Dialogs - A Question of Architecture Pin
led mike3-Apr-09 5:27
led mike3-Apr-09 5:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.