Re: Program size - Microblaze



CBFalconer wrote:
ghelbig@xxxxxxxxx wrote:
Yannick <yannick.d...@xxxxxxxxx> wrote:
I want to know the average size of the programs for microblaze
That's sort of like asking "How long is a piece of string?"

My guess is that it will be somewhere between several kilobytes
and a couple of megabytes. Give or take.

Which would make the average about 1 megabyte. :-)

Depends on the distribution. A million 7-Kb programs and one 2-Mb program will have an average[1] size of slightly over 7 Kb.

Phil

[1] Well, mean. Mode and median are exactly 7Kb.

--
Philip Potter pgp <at> doc.ic.ac.uk
.



Relevant Pages

  • Re: problem on medians
    ... CBFalconer said: ... I presume you mean "median". ... When n is 1, there is only one value, which is its own median, so ... rjh at the above domain, ...
    (comp.programming)
  • Re: finding the median of a list without sorting
    ... CBFalconer writes: ... I have seen some code which can find median of an odd numbered list ... I fail to see any difference in the median calculations for these. ... Keith Thompson kst-u@xxxxxxx ...
    (comp.programming)