Click here to Skip to main content
15,924,317 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to deserialize the object saved in project1 in another assembly project2? Pin
Giorgi Dalakishvili2-Apr-08 4:01
mentorGiorgi Dalakishvili2-Apr-08 4:01 
Generalproblem width Advantech PCI-1730 digital IO card [modified] Pin
arturw822-Apr-08 1:14
arturw822-Apr-08 1:14 
GeneralRe: problem width Advantech PCI-1730 digital IO card Pin
Dave Kreskowiak2-Apr-08 3:52
mveDave Kreskowiak2-Apr-08 3:52 
GeneralRe: problem width Advantech PCI-1730 digital IO card Pin
arturw822-Apr-08 4:13
arturw822-Apr-08 4:13 
GeneralRe: problem width Advantech PCI-1730 digital IO card Pin
Dave Kreskowiak2-Apr-08 5:00
mveDave Kreskowiak2-Apr-08 5:00 
Generalcrystal reporting with C# Pin
Faysal2-Apr-08 1:12
Faysal2-Apr-08 1:12 
QuestionRe: crystal reporting with C# Pin
Pankaj Garg2-Apr-08 1:18
Pankaj Garg2-Apr-08 1:18 
Generalword Pin
ellllllllie2-Apr-08 1:04
ellllllllie2-Apr-08 1:04 
GeneralRe: word Pin
Pete O'Hanlon2-Apr-08 1:50
mvePete O'Hanlon2-Apr-08 1:50 
GeneralRe: word Pin
ellllllllie2-Apr-08 1:54
ellllllllie2-Apr-08 1:54 
GeneralRe: word Pin
Giorgi Dalakishvili2-Apr-08 4:01
mentorGiorgi Dalakishvili2-Apr-08 4:01 
QuestionSharePoint WebPart TreeView Control Problem Pin
Member 42541792-Apr-08 1:00
Member 42541792-Apr-08 1:00 
Questionexport datatable to .csv format in windows application Pin
sharanabasava2-Apr-08 0:40
sharanabasava2-Apr-08 0:40 
GeneralRe: export datatable to .csv format in windows application Pin
Stu Richardson2-Apr-08 2:09
Stu Richardson2-Apr-08 2:09 
Questionmerging the first line of excel in c# Pin
Pankaj Garg2-Apr-08 0:39
Pankaj Garg2-Apr-08 0:39 
GeneralXml Serialization with C# Pin
RichardContact-12-Apr-08 0:28
RichardContact-12-Apr-08 0:28 
GeneralRe: Xml Serialization with C# Pin
J4amieC2-Apr-08 1:08
J4amieC2-Apr-08 1:08 
QuestionHow do I Clear the contents of my Datagridview Pin
Quinton2-Apr-08 0:25
Quinton2-Apr-08 0:25 
AnswerRe: How do I Clear the contents of my Datagridview Pin
Luc Pattyn2-Apr-08 0:49
sitebuilderLuc Pattyn2-Apr-08 0:49 
GeneralRe: How do I Clear the contents of my Datagridview Pin
Quinton2-Apr-08 2:15
Quinton2-Apr-08 2:15 
QuestionMath Equations Pin
nike_arh1-Apr-08 23:56
nike_arh1-Apr-08 23:56 
GeneralRe: Math Equations Pin
Luc Pattyn2-Apr-08 0:07
sitebuilderLuc Pattyn2-Apr-08 0:07 
Hi,

you can solve a small fraction of all possible equations analytically; e.g. your first
example is a quadratic equation, where x^2 is the unknown. Since the discriminant is
negative, it will have four complex solutions, no real ones.
Your second example can be transformed into a pair of equations in s and c, where
s=sin(x) and c=cos(x), the second equation being s*s + c*c = 1

For plotting purposes you don't really need an analytic solution; you can just somehow
define the range that interests you, and calculate the function for several values inside
that range.

And you can always try and solve an equation of the form f(x)=0 by an iterative
approach, see e.g. Newton-Raphson algorithm.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Math Equations Pin
Russell Jones2-Apr-08 0:39
Russell Jones2-Apr-08 0:39 
Questionwindows application code(exporting datatable to .csv format) Pin
sharanabasava1-Apr-08 23:46
sharanabasava1-Apr-08 23:46 
GeneralRe: windows application code(exporting datatable to .csv format) Pin
Giorgi Dalakishvili1-Apr-08 23:53
mentorGiorgi Dalakishvili1-Apr-08 23:53 

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.