Search:

Type: Posts; User: Nasheet

Search: Search took 0.00 seconds.

  1. generate permutations for matrices using 2 variables

    A mathematicians way of studying matrices is
    column downward move
    1 6 3
    2 4 9
    7 8 5


    after 2nd column downward move

    1 8 3
  2. generate permutations for matrices using 2 variables

    A mathematicians way of studying matrices is
    column downward move
    1 6 3
    2 4 9
    7 8 5


    after 2nd column downward move

    1 8 3
  3. Replies
    2
    Views
    1,116

    sorry frnds...i got my mistake......i had to...

    sorry frnds...i got my mistake......i had to select the class library template instead of consoleapplication template in new project window...it works fine now!!!!!
  4. Replies
    2
    Views
    1,116

    how to create a namespace in vb 2008 .net3.5

    i want to create a namespace but after compiling it shows the following error

    Error 1 Program 'D:\Visual Studio 2008\Projects\namespace1\namespace1\obj\Debug\namespace1.exe' does not contain...
  5. i want something from the scratch.

    i want something from the scratch.
  6. c program to convert 1 d char array into 2d array.

    Hello friends,I am a newbie.I wanted to covert a char array separated by a '~' character into 2d char array so i wrote this code.it works well,i want something different and better to do the same....
  7. Replies
    2
    Views
    1,057

    Thanks for your reply.. why in your program you...

    Thanks for your reply..
    why in your program you have taken the size of the array as


    char [res+1]
    it is not legal .i changed it to anything greater than expected.
    Anyways.i got the flaw in my...
  8. Replies
    2
    Views
    1,057

    Problem on repeated permutation

    I was trying to write a program that makes repeated
    permutations of two given variables(a,b) in userdefined number
    n(1<n<1000) of places.
    for example
    1)if user inputs 3,
    then the output must...
  9. Replies
    5
    Views
    1,301

    sry...i din know that

    sry...i din know that
  10. Replies
    5
    Views
    1,301

    There are a couple of ways to do that . ...

    There are a couple of ways to do that
    .



    #include<stdio.h>
    int main(void)
    {
    char aString[]="15.55";
    char *res,*tok=".";
  11. Replies
    2
    Views
    1,770

    Characters are internally treated as ASCII...

    Characters are internally treated as ASCII values,find some appropriate mathematical function to be performed on each character and store the resulting character as encrypted string array
  12. I know I am on the wrong track otherwise why...

    I know I am on the wrong track otherwise why would have i asked for help.You pointed out a couple of loose points in my program but even if i set them all right it wont be enough to make my program...
  13. C program to work with SAM file in windows 7 ?

    I have both Fedora and Windows 7 OS installed on my computer.Now i have set password on my windows 7.I found out that this password was stored in SAM file
    in (C:/windows/system32/config/SAM) ,now it...
Results 1 to 13 of 14