Questions: 1 835

Answers by our Experts: 1 539

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

using
> windowsFormApplication in C# :working with class Matrix<T>-arbitary Numbers:
> *class Matrix<T>
> 1.methods:
> -static Matrix<T> FromArray(T[,]array);
> 2.properties:
> -int Width;
> -int Height;
> -T this[int WIndex,int hIndex];
> -IMathCalculator<T>MathCalculator;
> 3.operations:
> -static Matrix<T> operator + (Matrix<T> m1,Matrix<T> m2);
> -static Matrix<T> operator - (Matrix<T> m1,Matrix<T> m2);
> -static Matrix<T> operator * (Matrix<T> m1,Matrix<T> m2);
> -static Matrix<T> operator / (Matrix<T> m1,Matrix<T> m2);
> - and others.
>
> *class MatrixException:this contains exceptions which can happen in the
> operation with class Matrix<T>;
>
> *class ImathCalculator<T>- this class is for the interface carry out these
> operations under the type T
> Methods:
> -T Add(T n1, T n2);
> -T Sub(T n1, T n2);
> -T Mul(T n1, T n2);
> -and others.
>
> *class complex: IMathCalculator<complex> this structures complex numbers
>
> the program which be able to run series of examples,showing the main aspects
> of working with class Matrix like the minimum for the types double and
> complex and the matrix itself Matrix<T>
How to add from one form string to another form list?
i want a simple C# code for my following question-
"A program to accept a number from user and display all the prime numbers from zero up to the number entered by user"
in which conditional constructs & loops are involved!
thx;0
using a console application , develop an interactive application that can assist a user to learn a multiple table program .
how to create a program that performs the basic operations upon the data list view save, update and cancel. When the program runs for the first time , the update and cancel button to be visible on the interface, When the user double click the student name on the data list view the update and cancel button should become visible and save button disappear to allow the user to carry out those operations on that data.
I have a problem in c# i want suppose i have 3 coloum in sql
1-date
2-name
3-duty center
Now we want when we insert the value like(01/05/2013,Amit,Dehradun) then second record when we insert like (01\05\2013,jai,Dehradun)in this program we want Dehradun do not come in same date for another user because 01\05\2013 also provide mr.amit please send the propercode in c#
I have parts produced and parts rejected options in my app. My client gave me a condition to put:

At any time parts rejected should not be less than the parts produced
and
You should be able to save even if the parts produced is 0*
What do I need to put the condition there to make it successful?

Parts produced/rected those are textbox names

the data in the textboxes we can select it from database
now i have the condition like

if (partProduced <= _runtime.PartsRejected)
{
errorMessage.Append("Parts rejected should not be greater than or equal to parts produced." + Environment.NewLine);
}

this is the condition i have now i need to change it as my client requirement
a GUI program that should perform the basic operations upon the data List-view save, update and cancel using C#
I need to create a logon script that creates two registry keys with the following values for each PC (P+IPAddress) & (S+IPAddress), I created the following .reg file:

HKEY_CURRENT_USER\Serial Numbers
"Printer"="P236"
"Scanner"="S236"

But I have entered these values my self, I need a script that creates a combined value (Letter + The last 3digits of the IP Address of the PC where this script runs).

I highly appreciate it if someone can help me on this.
write two programs for encoding and decoding the text below:
“The quick brown fox jumps over the lazy dog”
LATEST TUTORIALS
APPROVED BY CLIENTS