Riya
2014-05-14 18:07:26 UTC
please help me to code in java..
my project is related to cloudsim, where i am also using core java to code.
Its mainly related to virtual machines(vm) and cloudlets/tasks, so each vm
will be given a set of cloudlet and it has to execute.Now i have to find
out how much each vm will cost if i assign particular amount to each one of
them.
I want to create two array which are 2 Dimensional.
1st array should contain "vm id"(1,2,3) and its "mips"(random values viz
50,100,150).
2nd array must have mips from 1st array and it should hold cost ( random
value say 500, 1000, 1500).
Thank you.
pls reply
my project is related to cloudsim, where i am also using core java to code.
Its mainly related to virtual machines(vm) and cloudlets/tasks, so each vm
will be given a set of cloudlet and it has to execute.Now i have to find
out how much each vm will cost if i assign particular amount to each one of
them.
I want to create two array which are 2 Dimensional.
1st array should contain "vm id"(1,2,3) and its "mips"(random values viz
50,100,150).
2nd array must have mips from 1st array and it should hold cost ( random
value say 500, 1000, 1500).
Thank you.
pls reply