Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~2K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for hauda67

for (k=0; k<M; k++) for (i=0; i<N; i++){ c[i][k]=0.0; for(j=0;j<P;j++) c[i][k]+ =a[i][j]*b[j][k]; I have implemented the above sequential matrix-matrix multiplication algorithm, but i'm not sure about implementing a method to display the output to verify that the algorithm works as expected.

Member Avatar for NormR1
0
479
Member Avatar for hauda67

Is it possible to write a method and declare something like [CODE]Node currentNode;[/CODE] to "scan" through each nodes in the list, and saving to file. I guess I can use [CODE]import java.io.*;[/CODE] to declare the necessary file stream variables. Would really appreciate some ideas and tips on how to approach …

Member Avatar for jon.kiparsky
0
143
Member Avatar for kxpatel29

what is it you are having trouble with...any particular line of code? Please clarify.

Member Avatar for Akill10
0
235
Member Avatar for 0157h7

include [CODE]try{ //YOUR CODE,READING FROM INPUT FILE }catch(NullPointerException str){ JOptionPane.showMessageDialog(null,"Error:"+str,"Error", JOptionPane.ERROR_MESSAGE); }[/CODE]

Member Avatar for ztini
0
165
Member Avatar for hauda67

Basically what I would to know is you have a button on one JPanel, and when the user clicks it, they are re-directed to the other JPanel. I would appreciate it if i could have some sort of hint or know about the overall structure of implementing this. Thanks,

Member Avatar for mangopearapples
0
127
Member Avatar for sateal8

this is a simple problem...a [CODE]for(;;)[/CODE] loop is sufficient to allow the user to enter values many times; in this case upto 15.

Member Avatar for sateal8
0
196
Member Avatar for draven07

you can declare a variable such as: [CODE]int count = 3;[/CODE] and then use a for loop to check if user enters incorrect password 3 times.

Member Avatar for draven07
0
62
Member Avatar for hauda67

I am creating a desktop application that will also include a calculator, similar in function to the calculator of the Microsoft Windows OS. I require some assistance in implementing the memory capability such that the user can store a number, recall the number to be used in a calculation or …

Member Avatar for Ezzaral
0
214
Member Avatar for hauda67

I was wandering if I could get some help in refining my code for the following problem: "Write a java program that declares an array alpha of 50 elements of type double. Initialise the array so that the first 25 elements are equal to the square of the index variable …

Member Avatar for hauda67
0
166
Member Avatar for hauda67

I declare the TFileStream as such __fastcall TFileStream(const AnsiString filename, mode); and include the following: #include <vcl.h> But i get the error "E2293 ) expected" What am I doing wrong? Can someone give me a hint or possible solution. P.S. I have tried searching on google with possible keywords but …

Member Avatar for Salem
-1
148

The End.