В этом каталоге представлен полный ассортимент компьютерной литературы на русском языке. Книги по прикладному и веб-программированию, учебники для ВУЗов, книги для менеджеров в IT проектах и многие другие. Например, у нас есть все книги по языку программирования Python.
Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Beeman's algorithm is a method for numerically integrating ordinary differential equations, generally position and velocity, which is closely related to Verlet integration. It produces identical positions to Verlet, but is more accurate in velocities. It is most commonly seen in molecular dynamics simulations.In systems where the forces are a function of velocity in addition to position, the above equations need to be modified into a predictor-corrector form whereby the velocities at time t + t are predicted and the forces calculated, before producing a corrected form of the velocities. Данное...
ISBN: 978-6-1313-2016-3
Издательство:
Книга по требованию
Дата выхода: июль 2011
Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
High Quality Content by WIKIPEDIA articles! The Beep Media Player (BMP) was a free audio player, based on the XMMS multimedia player. The lead developer was Milosz “deadchip” Derezynski. The BMP is mainly a port of XMMS to GTK+ 2 and, as such, integrates better with the look and feel of more recent versions of GNOME, Xfce, and, if using the GTK-QT theme engine for KDE, KDE desktop environments. Like XMMS, BMP looks like Winamp and even supports Winamp and XMMS skins. Данное издание не является оригинальным. Книга печатается по технологии принт-он-деманд после получения заказа.
ISBN: 978-6-1319-5924-0
Издательство:
Книга по требованию
Дата выхода: июль 2011
Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
High Quality Content by WIKIPEDIA articles! In computer networking, BEEP (Blocks Extensible Exchange Protocol) is a framework for creating network application protocols. It is intended to abstract-out the common features that have traditionally been duplicated in each protocol implementation. BEEP (formerly called BXXP) typically runs on top of TCP and allows the exchange of messages called 'frames'. Unlike HTTP (and similar protocols), either end of the connection can send a frame at any time, and 'questions' and 'replies' can be interleaved easily. BEEP also includes facilities for encryption and authentication, and is highly extensible. It was designed by Marshall Rose, who also worked on the POP3, SMTP, and SNMP protocols....
ISBN: 978-6-1324-3386-2
Издательство:
Книга по требованию
Дата выхода: июль 2011
High Quality Content by WIKIPEDIA articles! In computer networking, BEEP (Blocks Extensible Exchange Protocol) is a framework for creating network application protocols. It includes an application protocol kernel for connection-oriented asynchronous interactions, and can be used both for binary and text messages within the context of a single application user identity.
Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Beetle Adventure Racing is a racing game released for the Nintendo 64 developed by Paradigm Entertainment. This is a different kind of racing game as all of the vehicles are Volkswagen New Beetles, which were released the previous year. Paradigm Entertainment, which previously worked on flight-based Pilotwings 64 and AeroFighters Assault on the N64, was able to get heretofore unseen draw distances on the N64. The game was released in Australia as HSV Adventure Racing. This version replaced the Beetles with the Holden Special Vehicles (HSV) brand of Australia performance cars. Данное издание не...
ISBN: 978-6-1348-3499-5
Издательство:
Книга по требованию
Дата выхода: июль 2011
Betrachtet man die Entwicklung des Internets, sind in Webseiten integrierte Kontaktformulare ein beliebtes und wichtiges Medium zur Kontaktaufnahme geworden. Alle bekannten Suchmaschinen, allen voran Google, nutzen ebenfalls ein Formular als Suchmaske... ...Das Problem liegt jedoch in der Tatsache, dass der Nutzer Formularfelder – von denen in vielen Kontaktformularen ein Grossteil Pflichtfelder sind – vollstandig ausfullen muss, bevor er diese zur Weiterverarbeitung abschicken kann. Seit kurzem ubernehmen auch Browser die Funktion, Felder mit bereits bekannten Eingaben aus der Vergangenheit automatisch zu vervollstandigen, was aber nur unter bestimmten Voraussetzungen moglich ist... ...Suchformulare konnten bereits nach der Eingabe...
ISBN: 978-3-6390-8456-6
Издательство:
Книга по требованию
Дата выхода: июль 2011
Frederic P. Miller, Agnes F. Vandome, John McBrewster
Befunge is a stack-based, reflective, esoteric programming language. It differs from conventional languages in that programs are arranged on a two-dimensional grid. "Arrow" instructions direct the control flow to the left, right, up or down, and loops are constructed by sending the control flow in a cycle. Данное издание не является оригинальным. Книга печатается по технологии принт-он-деманд после получения заказа.
ISBN: 978-6-1306-3159-8
Издательство:
Книга по требованию
Дата выхода: июль 2011
ASP.NET is the latest incarnation of Microsoft\'s Active Server Pages (ASP) - a powerful server-based technology, designed to create dynamic and interactive HTML pages for your Web site, or corporate intranet. ASP.NET also constitutes a core element in Microsoft\'s .NET vision, providing web-based access to an immensely powerful new development environment, .NET; in this respect alone, it\'s a great leap ahead of all previous versions of ASP. This book will provide you with a step-by-step introduction to ASP.NET using C#, with plenty of worked examples that will help you to gain a deep understanding of what ASP.NET is all about, and how you can harness it to build powerful web applications. Who is this book for? This book is aimed at...
ISBN: 1-861005-04-0
Издательство:
Wrox Press Ltd
Дата выхода: август 2001
MySQL is the world\'s most popular Open Source Relational Database designed for speed, power, and precision in heavy load use. MySQL AB is the company owned and run by the MySQL founders and main developers. MySQL offers the database programmer with a range of options and capabilities rarely seen in other database servers. MySQL runs under a broad array of operating systems. This book is a complete tutorial on MySQL features and functions and takes you through the whole process from installation and configuration of MySQL to executing commands and basic administration of the database server. We\'ll show you how to integrate MySQL with programming languages for the Web.
ISBN: 1-861006-92-6
Издательство:
Wrox Press Ltd
Дата выхода: февраль 2002
uitable for learning basic programming for Web browsers, Beginning JavaScript is a patient, introductory tutorial on writing scripts successfully. It teaches you how to create client-side scripts (including full coverage of fundamentals like variables and flow control, plus plenty of screen shots.) JavaScript is a good way to learn programming. Its powerful, of course, but the book takes small steps, using scripts that work with string and time data first, and then moving to manipulating browser objects like forms and windows. A running case study for a trivia game helps anchor the steps with a practical (and fun) example. There are plenty of tips on debugging your scripts (including how to use the Microsoft Script Debugger tool), and...
ISBN: 1-861-00406-0
Издательство:
Wrox Press Ltd
Дата выхода: январь 2000
PostgreSQL is rapidly on its way to becoming the most successful open source relational database system. It has had an explosive growth, from its roots in academia, to the Internet, through the efforts of a talented hard-working worldwide development team. The vast array of enterprise businesses migrating to PostgreSQL from proprietary databases are stark evidence for its success to come. This book is a complete tutorial on PostgreSQL features and functions beginning with the basics and building up to the design and construction of databases and integrating them with programming languages for the Web. Here well show you how to make the most of this fully programmable databases powerful features like aggregate, join, transaction,...
ISBN: 1-861005-15-6
Издательство:
Wrox Press Ltd
Дата выхода: декабрь 2009
Sql Server Integration Services with the acronym SSIS is a comprehensive ETL tool that made its debut with SQL Server 2005. It is a tool tightly integrated with the Visual Studio 2005 having all the functionalities that its forerunner DTS (Data Transformation Services) had in SQL Server 2000. This does not mean that it is just an improvement over DTS but a product which is totally different with a vastly improved interface; an extensible architecture; an enlarged tool set; ease of integration with other SQL Server Tools such as Analysis Services; capable of supporting connectivity with third party databases and bringing into a central location many database management tasks.
ISBN: 9781847193315
Издательство:
Packt Publishing
Дата выхода: январь 2007
In dieser Arbeit werden der Nutzen und die technische Realisierbarkeit eines begleitenden automatischen Entwicklungsinformationssystems untersucht. Hierbei wird der gesammte Lifecycle von Software betrachtet, wobei der Softwareentwicklungsprozess als zentrales Elementidentifiziert wird. Als mogliche Quellen fur das Informationssystem werden vorrangig Software-Konfigurations-Management Systeme auf Ihre Eignung hin untersucht. Das Hauptaugenmerk wird dabei darauf gelegt welche Informationen diese uber den Projektverlauf bereitstellen konnen. Einer genaueren und detailierten Untersuchung werden dabei Ticket-, Versioning- und Continuous-Itegration-Systeme unterzogen. Auf Basis der gewonnennen Erkentnisse wird ein Konzept erstellt und mittels...
ISBN: 978-3-8364-8995-9
Издательство:
Книга по требованию
Дата выхода: июль 2011
Generating good signatures for the current anti-spyware toolkits and deploying them in a timely fashion is a demanding task. Even if the signatures are up-to-date, signature based detection techniques usually suffer from the inability to detect novel and unknown threats. We believe that behavior-based approaches are capable of overcoming this drawback. To this end, we implemented TQAna. Our tool is based on taint analysis and function call hooking to provide dynamic analysis that is carried out on an emulated system. Taint analysis, as implemented with TQAna, provides the ability to track data throughout the whole system on hardware level. The observed functions cover most aspects of the Windows operating system, such as network-, and...
ISBN: 978-3-6390-2206-3
Издательство:
Книга по требованию
Дата выхода: июль 2011
In behavior-based robotics, a robot achieves a required task by using various behaviors as the building blocks for that overall task. A robot behavior in turn is a sequence of sensory states and their corresponding motor actions, and extends in time and space. Making a robot able to learn (or develop) meaningful and purposeful behaviors from its own experiences has played one of the most important roles in intelligent robotics, and have been called the hallmark of intelligence. This book presents a learning system for acquiring robot behaviors by mapping sensor information directly to motor actions. It addresses the integration of three learning paradigms, namely unsupervised learning, supervised learning, and reinforcement learning. The...
ISBN: 978-3-8383-8006-3
Издательство:
Книга по требованию
Дата выхода: июль 2011
Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
High Quality Content by WIKIPEDIA articles! In consumer computer products, a beige box is a standard personal computer (or PC). It has come to be used as a term of derision implying conservative or dated aesthetics and unremarkable specifications. The term is derived from the style of many early consumer computers (e.g. Atari 800, Apple II), which were usually beige or similar colors. These colors were presumably chosen to allow the machines to blend inconspicuously into a variety of settings, especially similarly-colored offices. The early Macintosh models were a beige color (specifically Pantone 453). Although Apple switched to a desaturated grey they called “Platinum” in 1987, users began to refer to them as “beige” following...
ISBN: 978-6-1330-7022-6
Издательство:
Книга по требованию
Дата выхода: июль 2011
Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Bejeweled Twist is a puzzle game of the Bejeweled series created and published PopCap Games, released on October 17, 2008.Instead of switching the positions of two gems vertically or horizontally, the cursor in Bejeweled Twist is a circular lens that rotates four gems clockwise on the gameboard. Not every move has to form a line of three, but each time a line is formed during a move, a multiplier chain will increase which will multiply points earned during the game. The multiplier chain will be broken if a move is made which does not line up three or more gems. There are several different modes of gameplay...
ISBN: 978-6-1347-7544-1
Издательство:
Книга по требованию
Дата выхода: июль 2011
Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Bejeweled is a puzzle game by PopCap Games, first developed for browsers in 2001. Three follow-ups to this game have been released. More than 25 million copies of Bejeweled have been sold, and the game has been downloaded more than 150 million times.The game was initially created by PopCap Games as a web-based Flash game called Diamond Mine. It was reportedly successful for PopCap—a company formed in 2000. PopCap created partnerships with established Internet gaming sites such as Microsoft Zone to host Bejeweled as well. The name Bejeweled was suggested by Microsoft, who thought that the original name Diamond...
ISBN: 978-6-1347-7551-9
Издательство:
Книга по требованию
Дата выхода: июль 2011
Frederic P. Miller, Agnes F. Vandome, John McBrewster
High Quality Content by WIKIPEDIA articles! In recent years, the use of biologically inspired methods such as the evolutionary algorithm have been increasingly employed to solve and analyze complex computational problems. BELBIC (Brain Emotional Learning Based Intelligent Controller) is one such controller which adopts the network model developed by Moren and Balkenius to mimic those parts of the brain which are known to produce emotion (namely, the amygdala, orbitofrontal cortex, thalamus and sensory input cortex). Данное издание не является оригинальным. Книга печатается по технологии принт-он-деманд после получения заказа.
ISBN: 978-6-1302-1532-3
Издательство:
Книга по требованию
Дата выхода: июль 2011
High Quality Content by WIKIPEDIA articles! Belchier v Parsons (1754) 96 ER 908 is an English trusts law case, which stands as one of the earliest formulations of the prudent person rule.
Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. BeleniX is an operating system distribution built using the OpenSolaris source base. It can be used as a Live CD as well as installed to hard disk. From the information provided on the BeleniX website, it may appear that currently, BeleniX is compiled only for 32-bit execution (at i586/Pentium op-code based). This is compounded by the lack of clarity on the Belenix site as to whether the BeleniX distribution supports true 64-bit (i.e., x86-64/AMD64) Solaris kernel and userland. However, oblique references from the BeleniX team members have indicated that as of BeleniX 0.7, their live CD contains both 32-bit and...
ISBN: 978-6-1332-7726-7
Издательство:
Книга по требованию
Дата выхода: июль 2011
Frederic P. Miller, Agnes F. Vandome, John McBrewster
Belief propagation is a message passing algorithm for performing inference on graphical models, such as Bayesian networks and Markov random fields. It is an inherently Bayesian procedure, which calculates the marginal distribution for each unobserved node, conditional on any observed nodes. Belief propagation is commonly used in artificial intelligence and information theory and has demonstrated empirical success in numerous applications including low-density parity-check codes, turbo codes, free energy approximation, and satisfiability. Данное издание не является оригинальным. Книга печатается по технологии принт-он-деманд после получения...
ISBN: 978-6-1306-7758-9
Издательство:
Книга по требованию
Дата выхода: июль 2011
Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Belinea is a German manufacturer of PCs, notebooks and computer monitors.The name Belinea was first used as a brand of computer monitors manufactured by Maxdata, which were primarily sold in Europe. The name first appeared in 1991. Belineas are known for their unique appearance with a big blue power button and three grey control buttons. Belinea model numbers are usually two-digit triplets, e.g. "10 20 20" (A 15" CRT model). Belinea monitors were market leader in Germany. Maxdata also manufactured computer units and notebook computers under the Belinea brand. Данное издание не является...
ISBN: 978-6-1346-0927-2
Издательство:
Книга по требованию
Дата выхода: июль 2011