Page 101
Page 101
img

Database Programming Languages ; 10th international symposium, DBPL 2005, Trondheim, Norway, August 28-29, 2005, revised selected papers

Constitutes the refereed post-proceedings of the 10th International Workshop on Database Programming Languages, DBPL 2005. This book presents papers organized in topical sections on XML languages, XML and P2P data integration, XML query languages, types and XML, grammars, automata, and tree, as well as dependencies and constraints.

img

Database and XML Technologies ; Vol. 3671 ; 3rd international XML database symposium, XSym 2005, Trondheim, Norway, August 28-29, 2005, Proceedings

Constitutes the proceedings of the Third International XML Database Symposium, XSym 2005, held in Trondheim, Norway in August 2005. The 15 papers are organized in sections on indexing support for the evaluation of XPath and XQuery; benchmarks and algorithms for XQuery and XPath evaluation; algorithms for constraint satisfaction checking, and more.

img

Database and expert systems applications ; 31st International conference, DEXA 2020, Bratislava, Slovakia, September 14–17, 2020, Proceedings, Part I

The double volumes LNCS 12391-12392 constitutes the papers of the 31st International Conference on Database and Expert Systems Applications, DEXA 2020, which will be held online in September 2020. The 38 full papers presented together with 20 short papers plus 1 keynote papers in these volumes were carefully reviewed and selected from a total of 190 submissions.

img

Database and expert systems applications ; 16th international conference, DEXA 2005, Copenhagen, Denmark, August 22-26, 2005, Proceedings

DEXA 2005, the 16th International Conference on Database and Expert Systems Applications, was held at the Copenhagen Business School, Copenhagen, Denmark, from August 22 to 26, 2005. The success of the DEXA series has partly been due to the way in which it has kept abreast of recent developments by spawning specialized workshops and conferences each with its own proceedings. In 2005 the DEXA programme was co-located with the 7th International Conference on Data Warehousing and Knowledge Discovery [DaWaK 2005], the 6th International Conference on Electronic Commerce and Web Technologies [EC-Web 2005], the 4th International Conference on Electronic Government [EGOV 2005], the 2nd International Conference on Trust, Privacy, and Security in Digital Business [TrustBus 2005], the 2nd International Conference on Industrial Applications of Holonic and Multi-agent Systems [HoloMAS 2005], as well as 19 specialized workshops. These proceedings are the result of a considerable amount of hard work.

img

Database : Enterprise, skills and innovation; 22nd British national conference on databases, BNCOD 22, Sunderland, UK, July 5-7, 2005, Proceedings

The British National Conference on Databases (BNCOD) was established in 1980 as a forum for research into the theory and practice of databases. The original conference in the series took place at the University of Aberdeen. To be precise, this conference was in fact entitled ICOD which stood for International Conference on Databases. It was the intention, when the series began, that an ICOD would take place every two years, whilst a BNCOD would run in the years in between. As the record shows ICOD was only held in 1980 and 1983. The more junior conference has managed to acquire a lifetime much longer than that of its senior relative! If truth wereknown,however,BNCOD has,overthe years,growninto ICOD and although the conference is still titled “British National,” it is, in fact, an international conference that takes place on a yearly basis. Proof of this can be obtained simply by looking at the table of contents of these proceeding which clearlyshowthatthe majorityofpaperspresentedatthis year’sconferencecame from contributors whose a?liations are outside the UK. Despitetherangeofpapersono?er,BNCODstillretainsitsuniquelyBritish ?avor. The Programme Committee is drawn from UK academics and the c- ference is always held at a British university (or in earlier years a polytechnic!).

img

Data structures and algorithm : Analysis in C++

An advanced algorithms book that bridges the gap between traditional CS2 and Algorithms Analysis courses. As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop well-constructed, maximally efficient programs using the C++ programming language

img

Data structure and algorithms using C++ : A practical implementation

Intended to flow from the basic concepts of C++ to technicalities of the programming language, its approach and debugging. The chapters of the book flow with the formulation of the problem, it's designing, finding the step-by-step solution procedure along with its compilation, debugging and execution with the output. Keeping in mind the learner’s sentiments and requirements, the exemplary programs are narrated with a simple approach so that it can lead to creation of good programs that not only executes properly to give the output, but also enables the learners to incorporate programming skills in them. The style of writing a program using a programming language is also emphasized by introducing the inclusion of comments wherever necessary to encourage writing more readable and well commented programs. As practice makes perfect, each chapter is also enriched with practice exercise questions so as to build the confidence of writing the programs for learners.

img

Data science in theory and practice : Techniques for big data analytics and complex data sets

Delivers a comprehensive treatment of the mathematical and statistical models useful for analyzing data sets arising in various disciplines, like banking, finance, health care, bioinformatics, security, education, and social services. Written in five parts, the book examines some of the most commonly used and fundamental mathematical and statistical concepts that form the basis of data science. The authors go on to analyze various data transformation techniques useful for extracting information from raw data, long memory behavior, and predictive modeling. Readers will also learn from topics like: Analyses of foundational theoretical subjects, including the history of data science, matrix algebra and random vectors, and multivariate analysis A comprehensive examination of time series forecasting, including the different components of time series and transformations to achieve stationarity Introductions to both the R and Python programming languages, including basic data types and sample manipulations for both languages An exploration of algorithms, including how to write one and how to perform an asymptotic analysis A comprehensive discussion of several techniques for analyzing and predicting complex data sets

img

Data science and analytics ; 5th International conference on recent developments in science, engineering and technology, REDSET 2019, Gurugram, India, November 15–16, 2019, Revised Selected Papers, Part II

This two-volume set (CCIS 1229 and CCIS 1230) constitutes the refereed proceedings of the 5th International Conference on Recent Developments in Science, Engineering and Technology, REDSET 2019, held in Gurugram, India, in November 2019. The 74 revised full papers presented were carefully reviewed and selected from total 353 submissions. The papers are organized in topical sections on data centric programming; next generation computing; social and web analytics; security in data science analytics; big data analytics

img

Data science and analytics ; 5th International conference on recent developments in science, engineering and technology, REDSET 2019, Gurugram, India, November 15–16, 2019, Revised Selected Papers, Part I

This two-volume set (CCIS 1229 and CCIS 1230) constitutes the refereed proceedings of the 5th International Conference on Recent Developments in Science, Engineering and Technology, REDSET 2019, held in Gurugram, India, in November 2019. The 74 revised full papers presented were carefully reviewed and selected from total 353 submissions. The papers are organized in topical sections on data centric programming; next generation computing; social and web analytics; security in data science analytics; big data analytics.

img

Data parallel C++programming accelerated systems using C++ and SYCL

Full of practical advice, detailed explanations, and code examples to illustrate key topics. SYCL enables access to parallel resources in modern accelerated heterogeneous systems. Now, a single C++ application can use any combination of devices–including GPUs, CPUs, FPGAs, and ASICs–that are suitable to the problems at hand. This book teaches data-parallel programming using C++ with SYCL and walks through everything needed to program accelerated systems. The book begins by introducing data parallelism and foundational topics for effective use of SYCL. Later chapters cover advanced topics, including error handling, hardware-specific programming, communication and synchronization, and memory model considerations.

img

Data parallel C++ : Mastering DPC++ for programming of heterogeneous systems using C++ and SYCL

This book teaches data-parallel programming using C++ and the SYCL standard from the Khronos Group and walks through everything needed to use SYCL for programming heterogeneous systems. The book begins by introducing data parallelism and foundational topics for effective use of SYCL and Data Parallel C++ (DPC++), the open source compiler used in this book.

img

Data Monitoring in Clinical Trials : A Case Studies Approach

Randomized clinical trials are the gold standard for establishing many clinical practice guidelines and are central to evidence based medicine. Obtaining the best evidence through clinical trials must be done within the boundaries of rigorous science and ethical principles. One fundamental principle is that trials should not continue longer than necessary to reach their objectives. Therefore, trials must be monitored for recruitment progress, quality of data, adherence to patient care or prevention standards, and early evidence of benefit or harm. Frequently, a group of external experts, independent from the investigators and trial sponsor, is charged with this monitoring responsibility, especially for safety and early benefit. This group is referred to by various names, such as a data monitoring committee or a data and safety monitoring board. This book, through a series of case studies presented by many distinguished clinical trial experts, illustrates the complexity of this monitoring process.No other text has as extensive a collection of cases which provide insight into the many issues, often conflicting, that must be examined before recommendations to continue or discontinue a trial can be made. While depth in statistical methods is not required, some familiarity with statistical design and analysis issues in clinical trials is helpful. The cases cover trials which were terminated early for convincing evidence of benefit, or for harmful effects. Cases with complex issues are also included. This series of cases should provide broad background information for potential monitoring committee members and better prepare them for the challenges that may exist in the trials for which they are responsible.

img

Data Mining : Theory, Methodology, Techniques, and Applications

This volume provides a snapshot of the current state of the art in data mining, presenting it both in terms of technical developments and industrial applications. The collection of chapters is based on works presented at the Australasian Data Mining conferences and industrial forums.

img

Data Manipulation with R

Since its inception, R has become one of the preeminent programs for statistical computing and data analysis. The ready availability of the program, along with a wide variety of packages and the supportive R community make R an excellent choice for almost any kind of computing task related to statistics. However, many users, especially those with experience in other languages, do not take advantage of the full power of R. Because of the nature of R, solutions that make sense in other languages may not be very efficient in R. This book presents a wide array of methods applicable for reading data into R, and efficiently manipulating that data.

img

Data Management in Grid and Peer-to-Peer Systems ; 1st International Conference, Globe 2008, Turin, Italy, September 3, 2008. Proceedings

This book constitutes the refereed proceedings of the First International Conference on Data Management in Grid and Peer-to-Peer Systems, Globe 2008, held in Turin, Italy, in September 2008.

img

Data communications and network technologies

Aims to help readers master the basics of network communications and use Huawei network devices to set up enterprise LANs and WANs, wired networks, and wireless networks, ensure network security for enterprises, and grasp cutting-edge computer network technologies. The content of this book includes: network communication fundamentals, TCP/IP protocol, Huawei VRP operating system, IP addresses and subnetting, static and dynamic routing, Ethernet networking technology, ACL and AAA, network address translation, DHCP server, WLAN, IPv6, WAN PPP and PPPoE protocol, typical networking architecture and design cases of campus networks, SNMP protocol used by network management, operation and maintenance, network time protocol NTP, SND and NFV, programming, and automation.

img

Data augmented design : Embracing new data for sustainable urban planning and design

This book offers an essential introduction to a new urban planning and design methodology called Data Augmented Design (DAD) and its evolution and progresses, highlighting data driven methods, urban planning and design applications and related theories. The authors draw on many kinds of data, including big, open, and conventional data, and discuss cutting-edge technologies that illustrate DAD as a future-oriented design framework in terms of its focus on multi-data, multi-method, multi-stage and multi-scale sustainable urban planning. In four sections and ten chapters, the book presents case studies to address the core concepts of DAD, the first type of applications of DAD that emerged in redevelopment-oriented planning and design, the second type committed to the planning and design for urban expansion, and the future-oriented applications of DAD to advance sustainable technologies and the future structural form of the built environment. The book is geared towards a broad readership, ranging from researchers and students of urban planning, urban design, urban geography, urban economics, and urban sociology, to practitioners in the areas of urban planning and design.​

img

Data and Computer Communications

It is ideal for one/two-semester courses in Computer Networks, Data Communications, and Communications Networks in CS, CIS, and Electrical Engineering departments. This book is also suitable for Product Development personnel, Programmers, Systems Engineers, Network Designers and others involved in the design of data communications and networking products. With a focus on the most current technology and a convenient modular format, this best-selling text offers a clear and comprehensive survey of the entire data and computer communications field. Emphasizing both the fundamental principles as well as the critical role of performance in driving protocol and network design, it explores in detail all the critical technical areas in data communications, wide-area networking, local area networking, and protocol design.

img

Data and applications security XX ; 20th Annual IFIP WG 11.3 Working Conference on data and applications security, Sophia Antipolis, France, July 31-August 2, 2006, Proceedings

For 20 years, the IFIP WG 11. 3 Working Conference on Data and Appli- tions Security (DBSEC) has been a major forum for presenting originalresearch results, practical experiences, and innovative ideas in data and applications - curity.Like the previous conference, the 20th DBSEC has proved to be up to this challenge. DBSEC 2006 received 56 submissions, out of which the program committee selected22 high-qualitypaperscoveringanumber of diverseresearchtopicssuch as access control, privacy, and identity management.

Results Per Page