Новые книги

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.
Euphoria (юфо'ри, также рус. эйфори'я, ра'дость) — язык программирования, созданный Робертом Крейгом (Rapid Deployment Software) в Канаде, Торонто. Название Euphoria — это акроним для «End-User Programming with Hierarchical Objects for Robust Interpreted Applications».

Euphoria — интерпретируемый императивный язык высокого уровня общего назначения. C помощью транслятора из исходного кода на Euphoria может быть сгенерирован исходный код на языке Си, который в свою очередь может быть скомпилирован в исполнияемый файл или динамическую библиотеку при помощи таких компиляторов, как GCC, OpenWatcom и др. Программа Euphoria также может быть «связана» с интерпретатором для получения самостоятельного исполняемого файла. Поддерживается несколько GUI-библиотек, включая Win32lib и оберток для wxWidgets, GTK+ и IUP. Euphoria имеет встроенную простую систему баз данных и обертки для работы с другими типам баз данных.

[Материал из Википедии]

msg_set_queue

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

msg_set_queue

(только PHP 4 CVS)

msg_set_queue - устанавливает информацию в структуре данных очереди сообщений.

Описание

bool msg_set_queue (int queue, array data)

msg_set_queue() позволяет изменять значения полей msg_perm.uid, msg_perm.gid, msg_perm.mode и msg_qbytes структуры данных очереди сообщений. Вы специфицируете нужные значения путём установки нужных значений ключей в массиве data.

Изменение структуры данных потребует запуска PHP под тем же пользователем, который создал очередь, владеет очередью (как определено существующими полями msg_perm.xxx), или с запуска привилегиями root.
Привилегии root необходимы для увеличения значений msg_qbytes выше системных ограничений.

См. также msg_remove_queue(), msg_receive(), msg_stat_queue().

Эта функция была введена в PHP 4.3.0 (ещё не выпущен).


Назад Оглавление Вперёд
msg_send Вверхmsg_stat_queue