CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: shivamskn

Search: Search took 0.02 seconds.

  1. Re: Examples of CPU intensive, memory intensive, I/O intensive C code required

    I am not asking u to write down the whole code u can simply tell like the algorithm for Optimal binary search tree is CPU intensive or some other sort is memory intensive.... I am just asking you to...
  2. Examples of CPU intensive, memory intensive, I/O intensive C code required

    Can someone please post c codes which are either memory intensive, cpu intensive or I/O intensive , atleast 1 example of each, And please keep the codes as small as possible....

    Thanks and regards...
  3. Replies
    11
    Views
    11,422

    Re: how to measure power consumed by algorithms

    nah we are actually talking abt power consumed.... the project has got something to do with adaptive systems.... does any1 of u kno wat is the per cycle power consumption of a p4 processor without ht...
  4. Replies
    11
    Views
    11,422

    Re: how to measure power consumed by algorithms

    my college project requires me to do so..... I've to basically run an algorithm on a computer using c/c++ and then the same algorithm is to be executed using an fpga and then I've have to compare the...
  5. Replies
    11
    Views
    11,422

    Re: how to measure power consumed by algorithms

    thanks for replying..... I will actually run the program on the processor to determine the power consumption..... Assuming if I know the number of cpu clock ticks that were taken to execute the...
  6. Replies
    11
    Views
    11,422

    how to measure power consumed by algorithms

    i've to make a program in c/c++ through which we can find out the power consumed by any algorithm(basically a c/c++ program).... here we are assuming we know the specific processor we are working...
  7. Replies
    4
    Views
    5,188

    Re: How can one determine length of an array

    k..... thank u guys
  8. Replies
    4
    Views
    5,188

    How can one determine length of an array

    Suppose if an integer array along with some integer number is passed to a function. Then how can we check whether the length of array and the value of the integer number passed are equal or not.
  9. Replies
    12
    Views
    7,283

    Re: How to do profiling in c++

    yeah u r right.... Mah college forces me 2 use it
  10. Replies
    12
    Views
    7,283

    Re: How to do profiling in c++

    thanks a lot philip..... It did work!!!!!![:D]
  11. Replies
    12
    Views
    7,283

    Re: How to do profiling in c++

    hey salehhamadeh pls reply dude
  12. Replies
    12
    Views
    7,283

    Re: How to do profiling in c++

    k.... I've also downloaded code::blocks......Can u tell me how to proceed further to run the program like which compiler to select etc etc..... Also if u kno a way to do all this in turbo c++ only...
  13. Replies
    12
    Views
    7,283

    Re: How to do profiling in c++

    thanks guys for replying..... Am working on winxp operating system and I use turbo C++. This clock() function will give me the number of cpu clock cycles or the actual time taken to execute?..... And...
  14. Replies
    12
    Views
    7,283

    How to do profiling in c++

    I've to measure the time taken by a c++ program to execute and also the number of clock cycles that were required to do so. Please help fast I've a deadline to meet.

    Thanks in advance
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured