Click here to Skip to main content
15,924,581 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionUnknown error mapping drive. Return result=1208 Pin
byka14-Mar-11 2:48
byka14-Mar-11 2:48 
AnswerRe: Unknown error mapping drive. Return result=1208 Pin
Luc Pattyn14-Mar-11 3:07
sitebuilderLuc Pattyn14-Mar-11 3:07 
AnswerRe: Unknown error mapping drive. Return result=1208 Pin
englebart16-Mar-11 1:47
professionalenglebart16-Mar-11 1:47 
QuestionConnecting Lex generated code with VC++.NET Pin
nautiyal.sudhanshu10-Mar-11 8:01
nautiyal.sudhanshu10-Mar-11 8:01 
AnswerRe: Connecting Lex generated code with VC++.NET Pin
Rob Grainger25-Mar-11 5:25
Rob Grainger25-Mar-11 5:25 
QuestionHow i can get the Device driver information in .net4.0 Pin
wasimsharp10-Mar-11 4:05
wasimsharp10-Mar-11 4:05 
Answerrepost alert Pin
Luc Pattyn10-Mar-11 4:08
sitebuilderLuc Pattyn10-Mar-11 4:08 
Questionvoice recognition Pin
baadsah.499-Mar-11 5:33
baadsah.499-Mar-11 5:33 
AnswerRe: voice recognition Pin
Pete O'Hanlon9-Mar-11 7:15
mvePete O'Hanlon9-Mar-11 7:15 
AnswerRe: voice recognition Pin
Abhinav S9-Mar-11 17:55
Abhinav S9-Mar-11 17:55 
QuestionRegularExpressions.Regex Pin
byka9-Mar-11 1:52
byka9-Mar-11 1:52 
AnswerRe: RegularExpressions.Regex Pin
Pete O'Hanlon9-Mar-11 1:55
mvePete O'Hanlon9-Mar-11 1:55 
AnswerRe: RegularExpressions.Regex Pin
Gaston Verelst16-Mar-11 3:01
Gaston Verelst16-Mar-11 3:01 
QuestionFactoring ???? [modified] Pin
Johnkokk8-Mar-11 22:20
Johnkokk8-Mar-11 22:20 
AnswerRe: Factoring ???? Pin
Luc Pattyn8-Mar-11 22:34
sitebuilderLuc Pattyn8-Mar-11 22:34 
GeneralRe: Factoring ???? Pin
Johnkokk8-Mar-11 22:37
Johnkokk8-Mar-11 22:37 
AnswerRe: Factoring ???? Pin
Richard MacCutchan8-Mar-11 23:21
mveRichard MacCutchan8-Mar-11 23:21 
GeneralRe: Factoring ???? Pin
Johnkokk9-Mar-11 0:38
Johnkokk9-Mar-11 0:38 
GeneralRe: Factoring ???? Pin
Richard MacCutchan9-Mar-11 2:26
mveRichard MacCutchan9-Mar-11 2:26 
GeneralRe: Factoring ???? Pin
Johnkokk9-Mar-11 5:37
Johnkokk9-Mar-11 5:37 
Do you really think, that the problem is to multiply 2 numbers ? Big Grin | :-D

I'll take it that i wasn't clear enough maybe.


I give you a number A=160
Let's say that i also give you an array, with the following numbers
[2,4,5,8,10,20,40]

From the numbers in the array, i want to get number A, by multiplying whatever numbers needed.
Each number in the array can be used only ONCE.

The numbers in the array and also number A can be different each time.It's not always the same.

So, for the specific numbers above and using only my mind, i see that 160 can be produced by 2x8x10 or 4x40 or 8x20.
It cannot be produced obviously by 2x4x5x8, and so on.

So, the problem is to find the algorithm, that can find at least one combination of numbers the can produce A.

Sorry if I am not that clear.

Thanks anyway.
GeneralRe: Factoring ???? Pin
Richard MacCutchan9-Mar-11 5:47
mveRichard MacCutchan9-Mar-11 5:47 
AnswerRe: Factoring ???? Pin
Luc Pattyn9-Mar-11 6:17
sitebuilderLuc Pattyn9-Mar-11 6:17 
AnswerRe: Factoring ???? Pin
musefan9-Mar-11 4:36
musefan9-Mar-11 4:36 
AnswerRe: Factoring ???? Pin
davidnz20-Mar-11 21:44
davidnz20-Mar-11 21:44 
GeneralRe: Factoring ???? Pin
Johnkokk20-Mar-11 23:07
Johnkokk20-Mar-11 23:07 

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.