Бази даних

Наукова електронна бібліотека - результати пошуку

Mozilla Firefox Для швидкої роботи та реалізації всіх функціональних можливостей пошукової системи використовуйте браузер
"Mozilla Firefox"

Вид пошуку
у знайденому
Сортувати знайдені документи за:
авторомназвоюроком видання
Формат представлення знайдених документів:
повнийстислий
 Знайдено в інших БД:Віртуальна довідка (3)Автореферати дисертацій (52)Реферативна база даних (167)Книжкові видання та компакт-диски (79)Журнали та продовжувані видання (72)
Пошуковий запит: (<.>K=FERDINANDE$<.>+<.>K=LOT$<.>)
Загальна кількість знайдених документів : 47
Представлено документи з 1 до 20
...

   Тип видання:   навчальний посібник   
1.

Емельянова, Наталья Захаровна.
Основы построения автоматизированных информационных систем [Електронний ресурс] : учебное пособие / Н. З. Емельянова, Т. Л. Партыка. - М. : ФОРУМ : ИНФРА-М, 2007. - 416 с.. - (Профессиональное образование)

Рубрики:

  Повний текст доступний у читальних залах НБУВ


В учебном пособии рассматриваются классификация и структура автоматизированных информационных систем (АИС), а также информационных ресурсов и технологий, связанные с ними понятия и определения, роль предметной области. Значительное внимание уделяется стратегиям проектирования АИС. В качестве примеров рассмотрены базовые классы: документальные АИС, фактографические, экспертные системы и гипертекстовые АИС, а также соответствующие конкретные системы: АИС по законодательству (банк данных ЮРИУС), офисные информационные системы (пакет Lotus Notes), АИС электронной коммерции (АРМ дилера Российской торговой системы), автоматизированные библиотечные системы (продукт TinLib) и др. Для студентов специальностей «Информационные системы/прикладная информатика (по областям применения)», «Программное обеспечение вычислительной техники и автоматизированных систем», а также для широкого круга специалистов в области информатизации.



Кл.слова:
база даних

   Тип видання:   навчальний посібник   
2.

Дунаев, С. Б.
Технологии Интернет-программирования [Електронний ресурс] / С. Б. Дунаев. - СПб. : БХВ-Петербург, 2001. - 480 с.

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Книга представляет собой практическое руководство и подробный путеводитель по самым современным и бурно развивающимся Интернет-технологиям и программным средствам.Современная программа – это не монолитный кусок кода, как раньше, а скорее всего – управляемый сценарий, приводящий в действие множество информационных объектов, существующих в виде апплетов, скриптлетов, сервлетов, XML-конструкций, JSP- и ASP-страниц и т.д. Приведенные примеры демонстрируют, как надо правильно применять две ведущие технологии Интернета: JavaBeans/CORBA и ActiveX/DCOM. Используются два основных языка программирования Visual Basic и Java, хотя имеются примеры и на C++, Pascal, LotusScript. Активно обсуждается связь Java и XML.



Кл.слова:
Visual Basic -- Java

   Тип видання:   життєпис   
3.
 


Дорофеев, Владислав Юрьевич.
Принцип Касперского. Телохранитель Интернета [Електронний ресурс] / В. Д. Дорофеев, Т. П. Костылева. - М. : Эксмо, 2011. - 332 с.. - (Библиотека Коммерсантъ)

Рубрики:

Географічні рубрики:
  

  Повний текст доступний у читальних залах НБУВ


Почти 300 миллионов пользователей Интернета сегодня защищают свои компьютеры с помощью антивирусных продуктов и технологий "Лаборатории Касперского". 80 крупнейших мировых IТ-корпораций находятся под защитой бренда Kaspersky. Среди них -- Microsoft, Intel, Safenet, Check Point, IBM/Lotus, Clearswift, D-Link, Juniper, LANDesk, Netasq, ZyXEL, Cisco, Aladdin, Novell, Linux и др. Таков итог более чем двадцатилетних усилий и целеустремленного труда команды единомышленников во главе с Евгением Касперским. В офисах его транснациональной корпорации со штаб-квартирой в Москве говорят на 18 языках мира. Представительства компании расположены в 29 странах. Самый известный в мире гражданин IT-России, профессиональный криптограф и шифровальщик, выпускник элитной разведшколы, путешественник, либерал, умелый лидер, ведущий мировой эксперт в области информационной безопасности и просто удачливый человек Евгений Касперский всегда хотел быть лучшим в своем деле. Ему, команде и компании, носящей его имя, это удалось. Как? Об этом наша книга.



Кл.слова:
бізнес -- гроші -- успіх -- комп’ютерні технології -- захист -- Інтернет -- хакер -- антивірус

   Тип видання:   методичний посібник   
4.


Writing Bug-Free C Code [Electronic resource]. - [S. l. : s. n.]
Переклад назви: Писання безпомилкового коду на C

Рубрики:

  Повний текст доступний у читальних залах НБУВ


This book describes an alternate class methodology that provides complete data hiding and fault-tolerant run-time type checking of objects in C programs. With it, you will produce code that contains fewer bugs. The class methodology helps to prevent bugs by making it easier to write C code. It does this by eliminating data structures (class declarations) from include files, which makes a project easier to understand (because there is not as much global information), which makes it easier to write C code, which helps to eliminate bugs. This class methodology, which uses private class declarations, is different from C++, which uses public class declarations. The class methodology helps detect bugs by providing for both compile-time and run-time type checking of pointers (handles) to class objects. This run-time type checking catches a lot of bugs for you since invalid object handles (the cause of a lot of bugs) are automatically detected and reported.



Кл.слова:
програмування -- програмний код

   Тип видання:   науково-популярне видання   
5.
 


Weiwei, Zhang.
The China wave [Electronic resource] : rise of a civilizational state / Zhang Weiwei. - New Jersey : World Century Publishing Corporation, 2012. - 200 p
Переклад назви: Китайська хвиля: зростання цивілізаційного стану

Рубрики:

Географічні рубрики:

  Повний текст доступний у читальних залах НБУВ


This book is dedicated to all those who have contributed to China’s dramaticrise, which haschanged the lot of one-fifth of mankind forever, and to the visionary architect of this rise, China’s late leader Deng Xiaoping, whom I had the privilege to serve as an English interpreter in the mid- 1980s and whose many ideas have inspired me to write this book. I owe an intellectual debt to many individuals and it is impossible to mention all of them, but I should thank those individuals, some of whom are also personal friends, who shared their perspectives with me on various issues discussed in the book. These individuals include Li Junru of the Central Party School; Eric Li, Jin Zhongwei and Sha Ye of the Chunqiu Institute; Shi Zhengfu, Chen Ping, Jiang Yihua and Xiao Sijian of Fudan University; Pan Wei of Beijing University; Zhang Wenmu of Beihang University; Wang Shaoguang of the University of Hong Kong; Wang Wen of the Global Times; Ji Guibao of the Wenhui Daily; Francis Fukuyama of Standard University; and Robert Kuhn, the author of How China’s Leaders Think. I would like to express my special gratitude to K. K. Phua, Ho Yi Kai, Dong Lixi and their colleagues at World Scientific and World Century for their invaluable professional support in editing and publishingthis book in English. My heartfelt thanks also go to Chen Xin, Hu Dawei, Shi Hongjun a nd Cai Xin of Shanghai Century Publishing for their dedicated professional assistance in editing and publishing the Chinese edition of the book. I should also thank Pan Xiaoli and H. B. Teng for their linguistic counsel, especially for Xiaoli’s original proposal on the book’s English title. I am most grateful to my wife Hui-Hui and my son Marco Yi-Zhou for their kind understanding and unfailing support. I am alone, however, responsible for any errors that may appear in this book.



Кл.слова:
синологія -- Китай -- трансформації суспільства -- економіка -- культура

   Тип видання:   підручник   
6.

Wallingford, T.
VoIP hacks [Electronic resource] / T. Wallingford. - Sebastopol : O'Reilly, 2005. - 326 p.
Переклад назви: Щілини VoIP

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Voice over Internet Protocol (VoIP) is gaining a lot of attention these days, as more companies and individuals switch from standard telephone service to phone service via the Internet. The reason is simple: A single network to carry voice and data is easier to scale, maintain, and administer. As an added bonus, it's also cheaper, because VoIP is free of the endless government regulations and tariffs imposed upon phone companies. VoIP is simply overflowing with hack potential, and VoIP Hacks is the practical guide from O'Reilly that presents these possibilities to you. It provides dozens of hands-on projects for building a VoIP network, showing you how to tweak and customize a multitude of exciting things to get the job done. Along the way, you'll also learn which standards and practices work best for your particular environment.



Кл.слова:
система зв'язку -- IP-телефонія

   Тип видання:   навчальний посібник   
7.


Teach Yourself COBOL in 21 days [Electronic resource]. - 2th. ed.. - [S. l. : s. n.]
Переклад назви: Самовчитель COBOL за 21 день

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Teach Yourself COBOL in 21 Days went through many versions before it was right for the job. Several adventurous volunteers agreed to learn COBOL from scratch by doing each lesson as I completed it, and I installed revisions based on their feedback. For the second edition, each day's text incorporated suggestions from the first edition users and then underwent multiple revisions to ensure that it could be easily understood and that the correct gradient approach was used. Concepts are introduced slowly and repeated many times. The first edition included four Bonus Day lessons. This new edition has been extended to include two additional Bonus Day lessons, with emphasis on the year 2000 problem. In many cases, it is difficult to illustrate a programming point by using a full program. The point being highlighted gets lost against the background of all the other things going on in the program. The answer to this is to write short programs just to show how something works. The problem with this approach is that some examples are silly or trivial programs. One of my more determined volunteers frequently showed up at my desk looking perplexed and asking, "I understand what the program is doing, but why would anyone ever want a program like this?" The answer always is, "No one would; the example is only to illustrate how that part of the language works." I have revised each chapter and added specific comments indicating which examples aren't "real" programs. If I've missed any of these, and you see a program that seems to do something silly, irrelevant, or useless, be tolerant. Review the program as an example of how the language works and not as a program that you might use for some purpose. Lots of code is used. COBOL experience comes from writing, reading, and understanding lots of code. Sometimes one point is illustrated by repeating a whole program with only that one point changed.



Кл.слова:
мова програмування

   Тип видання:   навчальний посібник   
8.


Teach Yourself ActiveX in 21 Days [Electronic resource]. - [S. l. : s. n.]
Переклад назви: Самовчитель ActiveX за 21 день

Рубрики:

  Повний текст доступний у читальних залах НБУВ


When I was first asked to do this book, a lot of folks on the team thought ActiveX was some kind of programming language like C++, HTML or JavaStuff. In fact, it's all of them and none of them. ActiveX is a technology—a way of using a computer's environment to communicate over the Web efficiently and reliably. HTML, C++ Visual Basic, DirectX, and many other tools can be used to take advantage of ActiveX technologies. "Why would I want to use ActiveX?" is the question I hear the most. I've got all kinds of answers—a different one for each individual. "To have a professional Web presence." "So people won't have to be techies to use your site." "So everyone's machine can work with your pages." The $40 answer is that it allows you to use OLE over the Web. This means that you can use your Web browser as a front end for your word processor, spreadsheet, database, chat, news, mail, and other applications. With ActiveX, you don't need to have 10 zillion applications installed on your machine. Moreover, you don't need to know how to use 10 zillion applications. When the Web browser tries to load an ActiveX document and you don't have the software required to load it, your Web browser will contact the software distributor over the Net, grab the stuff you need, and install it onto your local machine. If you never use that software again, it will be automatically deleted, freeing up valuable system resources for other uses. After browsing some of the book titles available for computer programming, I found very few like this one. That is because ActiveX is a unique concept in programming. It addresses the issues of networking by relying on standards that have been cussed and discussed by the many standards organizations out there. Microsoft has said that it will release the ActiveX technologies to an independent standards body for continued maintenance, but in fact, most of it is already in public hands.



Кл.слова:
програмне забезпечення

   Тип видання:   науково-популярне видання   
9.

Snell, Rupert.
Beginner's hindi script [Electronic resource] / Rupert Snell. - New York : McGraw-Hill, 2003. - 173 p
Переклад назви: Писемність гінді для початківців

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Master Hindi script with this straightforward guide from Teach Yourself - the No. 1 brand in language learning. Read and write Hindi script is a clear step-by-step guide to the written language, with plenty of examples from real-life texts to show how it works in context and lots of exercises to reinforce your learning. This new edition has an easy-to-read page design. Now fully updated to make your language learning experience fun and interactive. You can still rely on the benefits of a top language teacher and our years of teaching experience, but now with added learning features within the course and online. Learn effortlessly with new, easy-to-read page design and interactive features: NOT GOT MUCH TIME? One, five and ten-minute introductions to key principles to get you started. AUTHOR INSIGHTS Lots of instant help with common problems and quick tips for success, based on the author's many years of experience. USEFUL VOCABULARY Easy to find and learn, to build a solid foundation for speaking. TEST YOURSELF Tests in the book and online to keep track of your progress. EXTEND YOUR KNOWLEDGE Extra online articles at: www.teachyourself.com to give you a richer understanding of the culture and history of Hindi speakers. TRY THIS Innovative exercises illustrate what you've learnt and how to use it.



Кл.слова:
графіка мови -- накреслення -- гінді

   Тип видання:   методичний посібник   
10.


Slackware Linux Unleashed [Electronic resource]. - [S. l. : s. n.]

Рубрики:

  Повний текст доступний у читальних залах НБУВ


This third edition of Linux Unleashed is the result of the demand for Linux, and for our books, for which we are grateful. Along with our Red Hat Linux Unleashed and my Linux System Administrator's Survival Guide, we have managed to cover most aspects of the Linux market with books aimed squarely at the reader. As with the first two editions, we have had a lot of help from the fine editors at Sams, and from technical reviewers from the Linux community. Thanks to Grace Buechlein for her fine efforts to get this edition in on time and into production. Thanks to Dean Miller and the rest of the editorial and production staff at Sams for whipping it into shape. The result of all this effort is hopefully a book even better than the previous edition, with more information aimed at you, our reader. Personally, my thanks to Kamran for once again working well with me to produce another book. If all my collaborations were as friendly and easy as this, I'd be a happy writer indeed. To my parents, thanks for understanding the need to stay in front of the computer and not make the trips to visit as often as I would have liked. Thanks to Bill, Phyllis, Roy, Mark, and Guy for providing welcome diversions, companionship, and support through the many long nights spent at the console. And finally, thanks to Yvonne, who knows writing is important to me and lets me get on with the job.



Кл.слова:
операційна система

   Тип видання:   навчальний посібник   
11.

Shimonski, R.
SAMS Teach Yourself Unix in 10 Minutes [Electronic resource] / R. Shimonski. - Indianopolis : Sams Publishing, 2005. - 256 p.
Переклад назви: Самовчитель Unix за 10 хвилин

Рубрики:

  Повний текст доступний у читальних залах НБУВ


If you're in need of a quick, concise tutorial to learn Unix and get on your way, this is it. Sams Teach Yourself UNIX in 10 Minutes, Second Edition will help you quickly and easily learn UNIX essentials and review UNIX features and functions. You will master components of UNIX programming through clear, concise learning modules and step-by-step instructions without having to wade through a lot of fluff and theory. You will learn to: Get onto the system and use the command line Move about the file system Create, move, rename and delete files and directories Slice and dice command pipe data Use the vi Editor Print in the UNIX environment And more! Whatever your expertise level, Sams Teach Yourself UNIX in 10 Minutes will get you up and running with UNIX in no time.



Кл.слова:
операційна система

   Тип видання:   науково-популярне видання   
12.
 


Scobbie, Irene.
Historical dictionary of Sweden [Electronic resource] / I. Scobbie. - 2nd ed.. - Lanham : Scarecrow Press, 2006. - 358 p.. - (Historical dictionaries of Europe ; no. 48)
Переклад назви: Історичний словник Швеції

  Повний текст доступний у читальних залах НБУВ


Just like people, countries change. This applies most emphatically to Sweden. Once warlike and expansive, it has become neutral and if anything contented with its lot. Once terribly poor and backward, it has become uncommonly rich and advanced. Once conservative and dominated by the nobility and men in general, it has become a prolific source of social experiments with particular stress on equality. This has put Sweden in the forefront in many sectors, indeed, so much so that the Swedish “miracle” was widely admired and emulated. Yet, even now that the limitations and failings are more evident, it remains a country from which much can be learned. These changes obviously took decades and sometimes centuries, so they can only be correctly appreciated by observing the longer trends. That is just one reason why this Historical Dictionary of Sweden is so useful. And it is even more useful in its second updated and greatly expanded edition. For, it does take a long view, and it does show us where Sweden is coming from. But it also looks very carefully at the present situation, the problems as well as the achievements. The entries thus cover kings and nobles but also politicians, economists, businessmen, scientists, and cultural figures. Others describe the major institutions, political parties, trade unions, and newspapers or the educational system and literature. The flow of events can be grasped more readily thanks to a handy chronology. Those wanting to learn more about any particular aspect can consult a substantial and well-structured bibliography.



Кл.слова:
Скандинавія -- історія -- культура

   Тип видання:   науково-популярне видання   
13.

Schneier, B.
Beyond Fear [Electronic resource] : thinking Sensibly About Security in an Uncertain World / B. Schneier. - New York : Copernicus Books, 2003. - 295 p.
Переклад назви: Крім страху: роздуми про безпеку в невизначеному світі

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Many of us, especially since 9/11, have become personally concerned about issues of security, and this is no surprise. Security is near the top of government and corporate agendas around the globe. Security-related stories appear on the front page everyday. How well though, do any of us truly understand what achieving real security involves? In Beyond Fear, Bruce Schneier invites us to take a critical look at not just the threats to our security, but the ways in which we're encouraged to think about security by law enforcement agencies, businesses of all shapes and sizes, and our national governments and militaries. Schneier believes we all can and should be better security consumers, and that the trade-offs we make in the name of security - in terms of cash outlays, taxes, inconvenience, and diminished freedoms - should be part of an ongoing negotiation in our personal, professional, and civic lives, and the subject of an open and informed national discussion. With a well-deserved reputation for original and sometimes iconoclastic thought, Schneier has a lot to say that is provocative, counter-intuitive, and just plain good sense. He explains in detail, for example, why we need to design security systems that don't just work well, but fail well, and why secrecy on the part of government often undermines security. He also believes, for instance, that national ID cards are an exceptionally bad idea: technically unsound, and even destructive of security. And, contrary to a lot of current nay-sayers, he thinks online shopping is fundamentally safe, and that many of the new airline security measure (though by no means all) are actually quite effective. A skeptic of much that's promised by highly touted technologies like biometrics, Schneier is also a refreshingly positive, problem-solving force in the often self-dramatizing and fear-mongering world of security pundits. Schneier helps the reader to understand the issues at stake, and how to best come to one's own conclusions, including the vast infrastructure we already have in place, and the vaster systems--some useful, others useless or worse--that we're being asked to submit to and pay for. Bruce Schneier is the author of seven books, including Applied Cryptography (which Wired called "the one book the National Security Agency wanted never to be published") and Secrets and Lies (described in Fortune as "startlingly lively...¦[a] jewel box of little surprises you can actually use."). He is also Founder and Chief Technology Officer of Counterpane Internet Security, Inc., and publishes Crypto-Gram, one of the most widely read newsletters in the field of online security.



Кл.слова:
безпека

   Тип видання:   навчальний посібник   
14.
 


Ramonienė, Meilutė.
Colloquial Lithuanian [Electronic resource] : the complete course for beginners / M. Ramonienė, I. Press. - 2nd ed.. - Abingdon : Routledge, 2011. - 815 p.
Переклад назви: Розмовна литовська мова: повний курс для початківців

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Colloquial Lithuanian is easy to use and completely up-to-date! Specially written by experienced teachers for self-study or class use, the course offers a step-by-step approach to written and spoken Lithuanian. No prior knowledge of the language is required. What makes Colloquial Lithuanian your best choice in personal language learning? Interactive – lots of exercises for regular practice. Clear – concise grammar notes. Practical – useful vocabulary and pronunciation guide. Complete – including answer key and reference section. By the end of this rewarding course, you will be able to communicate confidently and effectively in Lithuanian in a broad range of everyday situations.



Кл.слова:
литовська мова -- переклад -- вимова

   Тип видання:   науково-популярне видання   
15.
 



Professional Windows 8 Programming [Electronic resource] : application development with C# and XAML / Nick Lecrenski [etc.]. - Indianapolis : John Wiley & Sons, Inc., 2013. - 508 p
Переклад назви: Професійне програмування у Windows 8: розробка додатків з C # і XAML

Рубрики:

  Повний текст доступний у читальних залах НБУВ


When you author a book and you get to the process of writing any acknowledgments it is a very good day. It means you are finally at the end of a very long journey that has many ups and downs. From late nights working through coding issues, to scouring the web for any new information on the topics you are trying to write about, getting here requires a lot of help. First and foremost, I want to thank Maureen Spears for once again leading me through this journey and keeping me sane when deadlines were missed or things just didn’t work the way I wanted them to. I also need to thank Mary James for keeping all of us on track and taking care of the various project management details of which there were many, given the number of authors involved. Finally, I want to thank Paul Reese who initiated this entire process quite some time ago and got the entire ball rolling!



Кл.слова:
програмне забезпечення -- мова програмування

   Тип видання:   наукове видання   
16.

Pringle, H.
Celebrity sells [Electronic resource] / H. Pringle. - Chichester : John Wiley & Sons, 2004. - 311 p.
Переклад назви: Знаменитість продає

Рубрики:

  Повний текст доступний у читальних залах НБУВ


Have you ever asked for an autograph? Been a music fan? Liked watching well-known personalities on TV? Had a favorite movie star? Enjoyed reading about the rich and famous? If your answer is ‘yes’ to any or all of the above, then it’s pretty likely you’ve bought a product endorsed by a celebrity. This fascinating book reveals how ‘celebrity sells’ and is a great read for anyone interested in advertising media, communication and brands. There are lots of ‘how to’ advice, examples good and bad, new insights, ballpark costs and hard evidence of success, plus interviews with top creative talents such as David Abbott, John Hegarty, Peter Souter and John Webster.



Кл.слова:
реклама -- ЗМІ -- відома людина

   Тип видання:   науково-популярне видання   
17.

O’Sullivan, Dan.
Wikipedia [Electronic resource] : a new community of practice? / Dan O’Sullivan. - Farnham : Ashgate, 2009. - 200 p
Переклад назви: Вікіпедія: нова практична спільнота?

Рубрики:

  Повний текст доступний у читальних залах НБУВ


These days we look to Wikipedia for the truth. A neat illustration of this occurred not long before I sent up the manuscript of this book to the publishers. A pparently Gordon Brownhad claimed in a speech that he had much in common with the artist Titian, who did his best work in his dotage and reached the age of 90. A few days later, at 12.34 p.m. on 12 February 2009, someone at Conservative Central Office altered the Wikipedia article on Titian so as to reduce his age at death. This allowed David Cameron to go on the offensive at prime minister’s question time the same day. ‘The prime minister never gets his facts right,’ said Cameron. ‘You told us the other day you were like Titian aged 90. The fact is Titian died at 86.’ Two simple, yet potentially significant, propositions lie behind the themes of this book. The first, which I suppose as a historian I have always had in the back of my mind, is that the new – novel institutions, original ideas – usually turns out to be a lot older than we thought. The second, to which I have more recently come, is that, in cultural matters at least, working with one’s peers can get one further than trying to go it alone. I attempt here to illustrate and combine these two points of view by looking at certain historical group projects, and comparing them with another project that was born in the present century – Wikipedia. What sparked off my interest in these particular ‘communities of practice’ in history and on the Internet was the fact that I have myself for several years been a member of just such a community. In our village there is a flourishing archaeology/local history group whose members share the fruits of their efforts and collaborate in joint publications much as wikipedians do, though admittedly the international dimension is somewhat lacking. Recently we too have set up a ‘wiki’ site, www.greatayton.wikidot.com, to which anyone in the group may make a contribution. From these experiences it has been brought home to me that sharing and participation, while immensely enjoyable in themselves, are also just as efficient and productive a way to operate as is the more usual path of the solitary researcher. I want to thank Simon and Tom O’Sullivan and Janus Olsen for reading drafts of the book and making numerous useful suggestions. I should also like to thank my wife Hazel for her patience and moral support during the writing of it.



Кл.слова:
інформація -- енциклопедія -- віртуальна спільнота -- соціальне співробітництво

   Тип видання:   довідник   
18.
 



Music in the USA [Electronic resource] : a Documentary Companion / ed. J. Tick, P. Beaudoin. - New York : Oxford University Press, 2008. - 881 p
Переклад назви: Музика в США: документальний путівник

  Повний текст доступний у читальних залах НБУВ


Music in the USA: A Documentary Companion charts a path through American music and musical life using as guides the words of composers, performers, writers and the rest of us ordinary folks who sing, dance, and listen. The anthology of primary sources contains about 160 selections from 1540 to 2000. Sometimes the sources are classics in the literature around American music, for example, the Preface to the Bay Psalm Book, excerpts from Slave Songs of the United States, and Charles Ives extolling Emerson. But many other selections offer uncommon sources, including a satirical story about a Yankee music teacher; various columns from 19th-century German American newspapers; the memoirs of a 19th-century diva; Lottie Joplin remembering her husband Scott; a little-known reflection of Copland about Stravinsky; an interview with Muddy Waters from the Chicago Defender; a letter from Woody Guthrie on the "spunkfire" attitude of a folk song; a press release from the Country Music Association; and the Congressional testimony around "Napster." "Sidebar" entries occasionally bring a topic or an idea into the present, acknowledging the extent to which revivals of many kinds of music play a role in American contemporary culture. This book focuses on the connections between theory and practice to enrich our understanding of the diversity of American musical experiences. Designed especially to accompany college courses which survey American music as a whole, the book is also relevant to courses in American history and American Studies.



Кл.слова:
культура -- історія -- композитор -- виконавець

   Тип видання:   підручник   
19.

Lott, J.
Flash 8 cookbook [Electronic resource] / J. Lott. - Sebastopol : O'Reilly, 2006. - 354 p.

Рубрики:

  Повний текст доступний у читальних залах НБУВ


This practical, nuts-and-bolts toolkit puts theory into practice with ready-made answers to common Flash development questions. It's the perfect resource for Flash developers, as well as designers who are ready to start doing development work.



Кл.слова:
анімація -- Macromedia Flash

   Тип видання:   підручник   
20.

Lotia, M.
Modern IC data & substitution manual [Electronic resource] / M. Lotia. - 1st. ed.. - Singapore : Tech Publications PTE Ltd., 1996. - 547 p
Переклад назви: Сучасні дані IC і керівництво заміни

Рубрики:

  Повний текст доступний у читальних залах НБУВ




Кл.слова:
електроніка -- детектор
...
 

Всі права захищені © Національна бібліотека України імені В. І. Вернадського