Click here to Skip to main content
15,794,978 members
Home / Discussions / C#
   

C#

 
QuestionError with Primary key in Sql database Pin
Member 1367168610-Feb-18 8:32
Member 1367168610-Feb-18 8:32 
AnswerRe: Error with Primary key in Sql database Pin
Wendelius10-Feb-18 9:27
mentorWendelius10-Feb-18 9:27 
QuestionSplit a String of numbers in textfield Pin
auting829-Feb-18 12:06
auting829-Feb-18 12:06 
AnswerRe: Split a String of numbers in textfield Pin
Luc Pattyn9-Feb-18 17:22
sitebuilderLuc Pattyn9-Feb-18 17:22 
GeneralRe: Split a String of numbers in textfield Pin
auting8210-Feb-18 9:03
auting8210-Feb-18 9:03 
GeneralRe: Split a String of numbers in textfield Pin
Luc Pattyn10-Feb-18 9:41
sitebuilderLuc Pattyn10-Feb-18 9:41 
AnswerRe: Split a String of numbers in textfield Pin
Richard MacCutchan9-Feb-18 22:58
mveRichard MacCutchan9-Feb-18 22:58 
Questionmodeling n-variable polynomial where n isn't known until runtime Pin
Alexander Kindel9-Feb-18 11:06
Alexander Kindel9-Feb-18 11:06 
I need to model multivariate polynomials where the number of variables depends on user input. I found it natural to model univariate polynomials as arrays of numbers representing the coefficients, whose indices represent the degrees of the terms they correspond to. The obvious extension to n-variable polynomials is an n-dimensional array, the index of an entry with respect to a given dimension representing the degree of the term with respect to a given one of the variables. However, it seems like it would be tricky to declare and manipulate such an object - I can't type int[][]...[] (n sets of brackets), after all. Alternatively, I could given up on the idea of encoding term degree in the positions of entries in the data structure, perhaps using a dictionary where the values are the coefficients and the keys are one-dimensional, n-element arrays specifying the degree of the term, but this approach would mean it would be necessary to do a bunch of searches every time the polynomial is operated on, which seems inelegant. Are there any other approaches I should consider?
AnswerRe: modeling n-variable polynomial where n isn't known until runtime Pin
Alexander Kindel10-Feb-18 5:03
Alexander Kindel10-Feb-18 5:03 
QuestionI do not know English very well, so my question may be incomprehensible .I wanted to create a program that should determine the frequency of spreading it. Pin
Bek Boltayev9-Feb-18 10:48
Bek Boltayev9-Feb-18 10:48 
AnswerRe: I do not know English very well, so my question may be incomprehensible .I wanted to create a program that should determine the frequency of spreading it. Pin
Pete O'Hanlon9-Feb-18 11:10
subeditorPete O'Hanlon9-Feb-18 11:10 
QuestionHow can I create a program that shows information on DVB-T2 USB and shows it in a noutbook ??? Pin
Bek Boltayev9-Feb-18 10:42
Bek Boltayev9-Feb-18 10:42 
AnswerRe: How can I create a program that shows information on DVB-T2 USB and shows it in a noutbook ??? Pin
Dave Kreskowiak9-Feb-18 14:27
mveDave Kreskowiak9-Feb-18 14:27 
QuestionMultiple sliders or trackbars Pin
Member 136704429-Feb-18 9:07
Member 136704429-Feb-18 9:07 
QuestionRe: Multiple sliders or trackbars Pin
Maciej Los9-Feb-18 10:03
mveMaciej Los9-Feb-18 10:03 
AnswerRe: Multiple sliders or trackbars Pin
ZurdoDev9-Feb-18 10:10
professionalZurdoDev9-Feb-18 10:10 
AnswerRe: Multiple sliders or trackbars Pin
BillWoodruff11-Feb-18 0:23
professionalBillWoodruff11-Feb-18 0:23 
GeneralRe: Multiple sliders or trackbars Pin
Member 1367044211-Feb-18 13:59
Member 1367044211-Feb-18 13:59 
GeneralRe: Multiple sliders or trackbars Pin
BillWoodruff11-Feb-18 17:56
professionalBillWoodruff11-Feb-18 17:56 
GeneralRe: Multiple sliders or trackbars Pin
Member 1367028512-Feb-18 1:54
Member 1367028512-Feb-18 1:54 
QuestionHow to add a discrete transfer function in C# code? Pin
Member 136703089-Feb-18 6:21
Member 136703089-Feb-18 6:21 
AnswerRe: How to add a discrete transfer function in C# code? Pin
OriginalGriff9-Feb-18 6:27
mvaOriginalGriff9-Feb-18 6:27 
Questiongetting same numbers when executing a random number generation method? Pin
auting828-Feb-18 7:47
auting828-Feb-18 7:47 
AnswerRe: getting same numbers when executing a random number generation method? Pin
Richard Deeming8-Feb-18 8:41
mveRichard Deeming8-Feb-18 8:41 
AnswerRe: getting same numbers when executing a random number generation method? Pin
OriginalGriff8-Feb-18 9:03
mvaOriginalGriff8-Feb-18 9:03 

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.