User Profile

Collapse

Profile Sidebar

Collapse
mia023
mia023
Last Activity: Mar 30 '09, 04:14 AM
Joined: May 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mia023
    replied to PEANO order
    in C
    I really don't know C++ well nor C the teacher asked us to do it and I read the article and found this code only so I figured it would be of help. I haven't taken Peano order before and therefore I didn't really understand the article well so please can you help me alittle bit at least.
    See more | Go to post

    Leave a comment:


  • mia023
    replied to PEANO order
    in C
    http://www5.in.tum.de/~bader/publikat/matmult.pdf...
    See more | Go to post

    Leave a comment:


  • mia023
    replied to PEANO order
    in C
    could anyone respond as soon as possible because the due date is real soon
    See more | Go to post

    Leave a comment:


  • mia023
    replied to PEANO order
    in C
    this is my code but i think there is a problem in it


    #include <iostream>
    #include <string>
    #include <vector>
    #include <sstream>

    using namespace std;
    // NOTE: CHANGE THESE VARIABLES TO MEET THE REQUIREMENTS OF YOUR TESTCASE!!!!
    #define numRowsA 3
    #define numColumnsA 3
    #define numRowsB numColumnsA
    #define numColumnsB 3
    static double toDouble...
    See more | Go to post

    Leave a comment:


  • mia023
    replied to PEANO order
    in C
    Matrix Multiplication

    I want to write a C++ program regarding matrix multiplication using Peano order can you please help
    See more | Go to post

    Leave a comment:


  • mia023
    replied to PEANO order
    in C
    it isn't working out need some hepl please
    See more | Go to post

    Leave a comment:


  • mia023
    replied to PEANO order
    in C
    you should buy the book or it is free
    See more | Go to post

    Leave a comment:


  • HabibBhutto
    HabibBhutto posted a Visitor Message for mia023
    I have replied in the against of ur Q u may read it may be my suggestion will work for u.. !
    See more | Go to post

  • mia023
    replied to PEANO order
    in C
    actually no i am using C language
    See more | Go to post

    Leave a comment:


  • mia023
    started a topic PEANO order
    in C

    PEANO order

    hello everyone I have a project and just need ideas about it. This is the documentation:

    [FONT=Calibri][SIZE=3][FONT=Calibri][SIZE=3]
    Develop the code for matrix multiplication in Peano[/SIZE][/FONT][/SIZE][/FONT][FONT=Calibri][SIZE=3][FONT=Calibri][SIZE=3]‐[/SIZE][/FONT][/SIZE][/FONT][FONT=Calibri][SIZE=3][FONT=Calibri][SIZE=3]Order and another one in roworder.
    The program should be able to read two matrices from a file,
    ...
    See more | Go to post

  • mia023
    replied to puzzle
    in Java
    Code:
    import java.io.File;
    import java.io.IOException;
    import java.util.Scanner;
    import java.util.Scanner;
    import java.util.Queue;
    import java.util.LinkedList;
    
    // 0 is used to designate an empty cell
    // we've included the files s9 and s16 for testing
    
    public class Sudoku {
        public static int[][] pz=null;
    
           public static int[][] build(String p) {
    ...
    See more | Go to post

    Leave a comment:


  • mia023
    replied to MIPS to C
    in C
    is there any tutorial that you know that can help??
    See more | Go to post

    Leave a comment:


  • mia023
    started a topic MIPS to C
    in C

    MIPS to C

    if i have the following MIPS code:
    sll $t1,$s3,2
    add $t1,$t1,$s6
    lw $t0,0($t1)
    bne $t0,$s5,Exit
    Loop:
    addi $s3,$s3,1
    add $t1,$t1,4
    lw $t0,0($t1)
    beq $t0,$s5,Loop

    Exit:

    how should i write the c code of the following?
    i seriously don't know how to convert from MIPS to C
    See more | Go to post

  • mia023
    started a topic conversion
    in Java

    conversion

    is there any program that convert from java into assembley(ex. MIPS) or vice verca
    See more | Go to post

  • mia023
    started a topic puzzle
    in Java

    puzzle

    hello Can you please help me and tell me what is wrong with my code?

    [code=java]
    import java.io.File;
    import java.io.IOExcep tion;
    import java.util.Scann er;

    // 0 is used to designate an empty cell

    public class Sudoku {
    public static int[][] pz;

    public static int[][] build(String p) {
    try {
    Scanner source = new Scanner(p);...
    See more | Go to post
    Last edited by Nepomuk; Oct 23 '08, 10:26 PM. Reason: Fixed [CODE] tags - this is Java, not PHP and you never closed the tag either

  • mia023
    started a topic computing

    computing

    I have a question:
    What do we mean by model of computing?
    See more | Go to post

  • mia023
    started a topic Error

    Error

    How should I remove you have a security problem box. and what should I do if this message is printed :
    THe memory has been refrenced from this address to another one.
    Finally what do we mean by read only.
    See more | Go to post

  • mia023
    started a topic USB error

    USB error

    Hello I have a flash memory error where I can not open my flash memory every time I double click it gives me Open With screen.How to solve this error?
    See more | Go to post

  • mia023
    started a topic shutdown

    shutdown

    When I turn the computer off the monitor won't shutdown how can I make the monitor turn off??
    See more | Go to post

  • mia023
    started a topic YouTube
    in IIS

    YouTube

    I am trying to watch a video on youtube but I can't see it each time I want to see any video a message will be given that "We're sorry this video is no longer available" I have tried to watch several videos and same message is printed. What should I do and how to fix the problem??
    See more | Go to post
No activity results to display
Show More
Working...