Home > Software engineering >  Using a multiprogramming thread mechanism design, calculation of Y=f1 (x), f2 (x) f3 (x)
Using a multiprogramming thread mechanism design, calculation of Y=f1 (x), f2 (x) f3 (x)

Time:09-21

1) I have a design calculation f1 (x), f2 (x), f3 (x);
(2), respectively, with the computing program and multichannel order calculation, and the Y value;
(3) to ensure that the results of the calculation of multiprogramming correctly and can reproduce;
(4) respectively calculated and compared using sequential calculation program and multiprogramming operation, start time and end time, and the calculation of f1 (x), f2 (x), f3 (x) each running the starting time of the calculation and calculation of the end of the time;
(5) respectively calculated and compared using procedures and multichannel order to calculate the rate of CPU and memory usage,

CodePudding user response:

0 f qq_36843650 reference response:
1) I have a design calculation of f1 (x), f2 (x), f3 (x);
(2), respectively, with the computing program and multichannel order calculation, and the Y value;
(3) to ensure that the results of the calculation of multiprogramming correctly and can reproduce;
(4) respectively calculated and compared using sequential calculation program and multiprogramming operation, start time and end time, and the calculation of f1 (x), f2 (x), f3 (x) each running the starting time of the calculation and calculation of the end of the time;
(5) respectively calculated and compared using procedures and multichannel order to calculate the rate of CPU and memory footprint,


Topic is very clear, just begin to do,

CodePudding user response:

"Windows core programming
"WaitForMultipleObjects

CodePudding user response:

The f (x) need to be very complicated to calculate the memory and the holding time
  • Related