Новые книги

В книге показано, почему в современном мире успешные спортсмены просто обречены заниматься самопиаром. Это помогает им выстраивать спортивную карьеру, а также позволяет найти своё место в жизни после её завершения. Используя игровые методы, предложенные автором книги, вы легко научитесь основным приёмам самопиара. В книгу включены конструкторы биографии, имиджа, легенды и принципы работы в Instagram.

Для спортсменов любого возраста и уровня мастерства, тренеров, спортивных психологов, PR-менеджеров.
Algorithms increasingly run our lives. They find books, movies, jobs, and dates for us, manage our investments, and discover new drugs. More and more, these algorithms work by learning from the trails of data we leave in our newly digital world. Like curious children, they observe us, imitate, and experiment. And in the world’s top research labs and universities, the race is on to invent the ultimate learning algorithm: one capable of discovering any knowledge from data, and doing anything we want, before we even ask.

Machine learning is the automation of discovery-the scientific method on steroids-that enables intelligent robots and computers to program themselves. No field of science today is more important yet more shrouded in mystery. Pedro Domingos, one of the field’s leading lights, lifts the veil for the first time to give us a peek inside the learning machines that power Google, Amazon, and your smartphone. He charts a course through machine learning’s five major schools of thought, showing how they turn ideas from neuroscience, evolution, psychology, physics, and statistics into algorithms ready to serve you. Step by step, he assembles a blueprint for the future universal learner-the Master Algorithm-and discusses what it means for you, and for the future of business, science, and society.

If data-ism is today’s rising philosophy, this book will be its bible. The quest for universal learning is one of the most significant, fascinating, and revolutionary intellectual developments of all time. A groundbreaking book, The Master Algorithm is the essential guide for anyone and everyone wanting to understand not just how the revolution will happen, but how to be at its forefront.

SWFDisplayItem->setDepth

Учебник РНР
НазадВперёд

SWFDisplayItem->setDepth

(unknown)

SWFDisplayItem->setDepth - устанавливает z-порядок.

Описание

void swfdisplayitem->setdepth (float depth)

Предупреждение!

Эта функция - ЭКСПЕРИМЕНТАЛЬНАЯ. Поведение, имя и всё остальное, что задокументировано для данной функции может быть изменено в будущих релизах РНР без предупреждения. Вы можете использовать эту функцию только на свой страх и риск.

swfdisplayitem->rotate() устанавливает z-порядок объекта в depth. Depth имеет по умолчанию порядок, в котором объекты созданы (путём add фигуры/текста в клип) - новый никогда не находится поверх более старого. Если двум объектам задана одна depth/глубина, перемещён может быть только второй.

Объектом может быть swfshape(), swfbutton()-, swftext()- или swfsprite()-объект. Он обязан быть добавлен с использованием swfmovie->add().


Назад Оглавление Вперёд
SWFDisplayItem->scaleTo ВверхSWFDisplayItem->setName