Exemplo n.º 1
0
        private void Initialize128BitCpu()
        {
            var ram                   = new Ram(16);
            var videoCard             = new ColorfulVideoCard();
            var cpuSquareNumberFinder = new Cpu128BitsSquareNumberFinder();

            this.cpuWith128Bits = new Cpu(InitialTestsCpuCores, Initial128BitCpu, ram, videoCard, cpuSquareNumberFinder);
        }
Exemplo n.º 2
0
 private void Initialize128BitCpu()
 {
     var ram = new Ram(16);
     var videoCard = new ColorfulVideoCard();
     var cpuSquareNumberFinder = new Cpu128BitsSquareNumberFinder();
     this.cpuWith128Bits = new Cpu(InitialTestsCpuCores, Initial128BitCpu, ram, videoCard, cpuSquareNumberFinder);
 }