Презентация The study of methods of optimization of the program code at the cost of CPU time онлайн

На нашем сайте вы можете скачать и просмотреть онлайн доклад-презентацию на тему The study of methods of optimization of the program code at the cost of CPU time абсолютно бесплатно. Урок-презентация на эту тему содержит всего 7 слайдов. Все материалы созданы в программе PowerPoint и имеют формат ppt или же pptx. Материалы и темы для презентаций взяты из открытых источников и загружены их авторами, за качество и достоверность информации в них администрация сайта не отвечает, все права принадлежат их создателям. Если вы нашли то, что искали, отблагодарите авторов - поделитесь ссылкой в социальных сетях, а наш сайт добавьте в закладки.
Презентации » Устройства и комплектующие » The study of methods of optimization of the program code at the cost of CPU time



Оцените!
Оцените презентацию от 1 до 5 баллов!
  • Тип файла:
    ppt / pptx (powerpoint)
  • Всего слайдов:
    7 слайдов
  • Для класса:
    1,2,3,4,5,6,7,8,9,10,11
  • Размер файла:
    831.06 kB
  • Просмотров:
    53
  • Скачиваний:
    0
  • Автор:
    неизвестен



Слайды и текст к этой презентации:

№1 слайд
Содержание слайда:

№2 слайд
Process optimization code
Содержание слайда: Process optimization code Optimization - a transformation in which the result of the system remains unchanged, but improve some of its characteristics. The most common goals of optimization when developing the code: reduce the execution time of programs, improve performance, compactification of code, memory consumption, minimizing energy consumption, reducing the number of input / output.

№3 слайд
Constant folding свертывание
Содержание слайда: Constant folding («свертывание констант»)

№4 слайд
Common Sub-Expression
Содержание слайда: Common Sub-Expression Elimination (CSE) (Устранение общих подвыражений) This optimization is the following: if you use the calculation of any expression two or more times, it can be calculated once and then to substitute all uses of its expression.

№5 слайд
Performing arithmetic
Содержание слайда: Performing arithmetic operations on variables of different types Comparison of execution time of commands s = a*0.5 and s = a/2 The aim of the study was to determine which of the basic arithmetic operations on variables of different types are faster. Also need to find out how the performance of an operation depends on the type of the operands.

№6 слайд
Fill the array
Содержание слайда: Fill the array

№7 слайд
Branching statements The aim
Содержание слайда: Branching statements The aim of the study was to verify the herniation of the choice of branching statements (If-then-else statement and multiple-choice Case) on the speed of the program.

Скачать все slide презентации The study of methods of optimization of the program code at the cost of CPU time одним архивом: