User Profile

Collapse

Profile Sidebar

Collapse
Budiman
Budiman
Last Activity: Mar 6 '07, 09:25 AM
Joined: Nov 13 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Budiman
    started a topic About Sorting
    in C

    About Sorting

    I want to learn about sorting.
    Can you explain about bubble sort, quick sort, selection sort etc.(if posssible give me some simple example program of each sorting)
    And what kind of sorting is the best.
    Thx for all your attention
    See more | Go to post

  • Budiman
    replied to Polynomial number
    in C
    I think yhe program still don't work well.
    Pls help me soon
    See more | Go to post

    Leave a comment:


  • Budiman
    replied to Polynomial number
    in C
    Ok I'll try it first
    See more | Go to post

    Leave a comment:


  • Budiman
    replied to Polynomial number
    in C
    Yes, you correct. but that program still have the mistakes.
    I hope you help me to solve the problem.
    Please tell me where is the wrong part of that program
    See more | Go to post

    Leave a comment:


  • Budiman
    replied to Polynomial number
    in C
    Code:
    #include<stdio.h>
    #include<conio.h>
    #include<math.h>
    
    main()
    {
         int x,y,i,j, total;
         int bilangan[100];
         awal:
         clrscr();
         for(y=0;y<=99;y++)
             bilangan[y]=0;
         printf("Insert polynomial number:");
         for(i=0;;i++)
         {
            scanf("%d",&bilangan[i]);
    ...
    See more | Go to post
    Last edited by horace1; Feb 6 '07, 11:39 AM. Reason: added code tags

    Leave a comment:


  • Budiman
    started a topic Polynomial number
    in C

    Polynomial number

    Hi friends, I need your help in making program in polybomial number.
    The program let us give input:constanta and x
    And the output is: the result
    Let me give the example of the program's output
    "Please input coefficient = 5 4 3 2 1"
    "Please input x value = 3"
    "The result is 547"

    Note: bold number can be changed depends on our input and sorry if my english is bad....
    See more | Go to post

  • Budiman
    started a topic Root problem
    in C

    Root problem

    Can you give me some example in root program.
    I wan to make a program using root but i don't know how to make it in C.
    Thx for your help
    See more | Go to post

  • Budiman
    replied to Need help in Matrix and Invers!!!
    in C
    the matrix only 2x2, don't make it to 3x3 or others
    See more | Go to post

    Leave a comment:


  • Budiman
    started a topic Matrix and invers
    in Java

    Matrix and invers

    Guys can you help me to make a program in matrix and the inverse.
    For example i have variable
    a b
    c d
    And i want to make the inverse from a,b,c,and d.
    Thanks for all your help
    See more | Go to post

  • Budiman
    replied to Matrix and Inverse matrix
    ooo i understand that situation, actually i don;t understandf anything in visual basic but i can understand in C++. My teacher ask me to make program in visual basic.
    First i need your help to teach me alittle bit or you please give me your thinking than i make the program my self
    See more | Go to post

    Leave a comment:


  • Budiman
    replied to Need help in Matrix and Invers!!!
    in C
    Can you please just give me the complete program?
    See more | Go to post

    Leave a comment:


  • Budiman
    replied to C++ program
    in C
    This i have program for ascii files, i hope this program will suitable for you
    #include<constr ea.h>

    void main()
    {
    int i;
    i=1;
    do
    {
    if((i%20==0)||( i==1))
    {
    clrscr();
    cout<<"---ASCII CODE---\n";
    }
    if(i!=26)
    cout<<i<<"="<<c har(i)<<"\n";
    else
    ...
    See more | Go to post

    Leave a comment:


  • Budiman
    replied to Matrix and Inverse matrix
    Sorry i don't understand your question.
    Can you just make the program?
    in 4 variable in matrix i want it to be invers matrix...
    See more | Go to post

    Leave a comment:


  • Budiman
    started a topic Matrix and Inverse matrix

    Matrix and Inverse matrix

    Hello friends, i need help for my assignment.
    For example i give input for a, b, c, d in matrix mode example like
    |a b|
    |c d|
    and i want to convert it to invers from that matrix, i hope you give the answer(if possible with the explanation).
    Thx so much for your help
    See more | Go to post

  • Budiman
    started a topic Need help in Matrix and Invers!!!
    in C

    Need help in Matrix and Invers!!!

    Hello friends, i need help for my assignment.
    For example i give input for a, b, c, d in matrix mode example like
    |a b|
    |c d|
    and i want to convert it to invers from that matrix, i hope you give the answer(if possible with the explanation).
    Thx so much for your help
    See more | Go to post

  • Budiman
    replied to Maximum score in 4 variable
    in C
    oo i Understand it already thx for your help
    See more | Go to post

    Leave a comment:


  • Budiman
    replied to Maximum score in 4 variable
    in C
    Can you give the complete program, if possible can you please explain it.
    i think that program can't work.
    See more | Go to post

    Leave a comment:


  • Budiman
    started a topic Maximum score in 4 variable
    in C

    Maximum score in 4 variable

    Hey Friends, Ineed your help in finishing my assignment.
    I need help where the input number for A, B, C, D.
    The assignmnet is how to decide where is the maximum from those 4 variables.
    I think its easy enough for you all.
    Thx for your attention and your help
    See more | Go to post

  • Budiman
    replied to Prime Number!! Emergency
    in C
    Thx for all your help.
    See more | Go to post

    Leave a comment:


  • Budiman
    started a topic Prime Number!! Emergency
    in C

    Prime Number!! Emergency

    I need help from you all to solve my assignment. I want to display only prime number start from 1 to 100.I hope you guys solve this post fast, its emergency.
    Thanks for your help
    See more | Go to post
No activity results to display
Show More
Working...