الصفحة 14
الصفحة 14
img

Embedded Firmware Solutions : Development Best Practices for the Internet of Things

Embedded Firmware Solutions is the perfect introduction and daily-use field guide--for the thousands of firmware designers, hardware engineers, architects, managers, and developers--to Intel’s new firmware direction (including Quark coverage), showing how to integrate Intel® Architecture designs into their plans. Featuring hands-on examples and exercises using Open Source codebases, like Coreboot and EFI Development Kit (tianocore) and Chromebook, this is the first book that combines a timely and thorough overview of firmware solutions for the rapidly evolving embedded ecosystem with in-depth coverage of requirements and optimization.

img

Embedded computer systems : Architectures, modeling, and simulation ; Vol. 3553 ; 5th International Workshop, SAMOS 2005, Samos, Greece, July 18-20, Proceedings

The SAMOS workshop is an international gathering of highly quali?ed researchers from academia and industry, sharing in a 3-day lively discussion on the quiet and - spiring northern mountainside of the Mediterranean island of Samos. As a tradition, the workshop features workshop presentations in the morning, while after lunch all kinds of informal discussions and nut-cracking gatherings take place. The workshop is unique in the sense that not only solved research problems are presented and discussed but also (partly) unsolved problems and in-depth topical reviews can be unleashed in the sci- ti?c arena. Consequently, the workshop provides the participants with an environment where collaboration rather than competition is fostered. The earlier workshops, SAMOS I–IV (2001–2004), were composed only of invited presentations. Due to increasing expressions of interest in the workshop, the Program Committee of SAMOS V decided to open the workshop for all submissions. As a result the SAMOS workshop gained an immediate popularity; a total of 114 submitted papers were received for evaluation. The papers came from 24 countries and regions: Austria (1), Belgium (2), Brazil (5), Canada (4), China (12), Cyprus (2), Czech Republic (1), Finland (15), France (6), Germany (8), Greece (5), Hong Kong (2), India (2), Iran (1), Korea (24), The Netherlands (7), Pakistan (1), Poland (2), Spain (2), Sweden (2), T- wan (1), Turkey (2), UK (2), and USA (5). We are grateful to all of the authors who submitted papers to the workshop.

img

Elevating video content creation with ai assistance = ارتقاء إنشاء محتوى الفيديو بمساعدة الذكاء الاصطناعي

We developed an AI Assistant equipped with features such as description crafting, title generation, keyword extraction, image captioning, clickbait detection, and sentiment analysis.To achieve these functionalities, we proposed a model for generating video descriptions using ResNet50 as a feature extractor and a LSTM network with an attention mechanism as a sequence generator, achieving a BLEU-1 score of 0.907 and a ROUGE-L score of 0.645. For keyword extraction, we utilized Sentence Transformer to identify strategically relevant keywords from the generated descriptions. For title generation, we fine-tuned the BART model, achieving a ROUGE-L score of 0.45. For clickbait detection, we used SVC classifier with linear kernel and TF-IDF vectorization for feature extraction, resulting in 96% accuracy. Our sentiment analysis model using a CNN-LSTM architecture achieved 80% accuracy in analyzing comments on videos. For image captioning, we employed a feature extractor with a CNN layer followed by an LSTM model, achieving a BLEU-1 score of 0.53. Our platform empowers creators by simplifying complex tasks and offering deeper audience engagement insights, making it a powerful tool in the evolving digital content creation.

img

Elementi di Probabilità e Statistica

The authors' approach to Probability and Statistics is not based on measurement theory, but introduces the concept of probability and random number without using probability spaces. Trying to reduce formalism, the authors elaborate an introduction to probability more usable for students of computer science, engineering, statistics.

img

Electronic house finder

One of the most practical ways to help the Syrian citizens search for suitable and affordable houses is to build an android application for selling, buying and renting houses. This application will ease the process of searching for houses as a whole, and will benefit real estate business owners by enabling them to spread their houses’ offers online. Through exploiting the advantage of the recent wide usage of mobile-based applications by the majority of the Syrian people, we can create an application in which the users are able to post house offers, post specified orders, view posted houses details, and filter their search according to many features (i.e., price and area).

img

Electromagnetic Field Theory for Engineers and Physicists

This established, didactically excellent textbook unifies intuitiveness with extraordinary precision of its terminology and the derivation of concepts. It was developed as manuscript to teach students in electrical engineering, and has served to do so for thousands of students over two decades.

img

Electromagnetic and Optical Pulse Propagation 1 : Spectral Representations in Temporally Dispersive Media

Electromagnetic & Optical Pulse Propagation presents a systematic treatment of the radiation and propagation of transient electromagnetic and optical wave fields through causal, locally linear media which exhibit both temporal dispersion and absorption.

img

Effective and efficient organisations? : Government export promotion in Germany and the UK from an organisational economics perspective

Using organisational economics theory, the author develops a conceptual framework for analysing the effectiveness and efficiency of public services delivery. In applying the framework to case studies of export support organisations in Germany and the UK , the research establishes the causal links between organisational structures and outputs. The decisive variables are knowledge and incentives of the actors, and adaptability of the organisation.

img

E-Commerce and Web Technologies ; Vol. 3590 ; 6th International conference, EC-Web 2005, Copenhagen, Denmark, August 23-26, 2005, Proceedings

We welcome you to the 6th International Conference on E-Commerce and Web Technology (EC-Web 2005) held in Copenhagen, Denmark. It was held in conjunction with DEXA 2005. This conference was organized for the first time in Greenwich, UK, in 2000, and it has been able to attract an increasing number of participants and interest, reflecting the progress made in the field. As in the five previous years, EC-Web 2005 served as a forum that brought together researchers from academia and practitioners from industry to discuss the current state of the art in e-commerce and Web technologies.

img

E-cigarette : A safer choice or a potential killer?

Aims to define the term e-cigarettes, to explain in detail what e-cigarettes are, to explain how e-cigarettes work, to review the range of e-cigarettes that currently exist, to define the term vaping and to examine the impact of e-cigarette usage on human health. The study will add to the current body of knowledge by showing why e-cigarettes are a public health concern due to their impac on human health. In this study, it is revealed that chemical exposure through e-cigarette use can harm an individual's health

img

Drugs quality control (theoretical foundation and practical application) : The coursebook

Presents the basics of drugs quality control in accordance with regulatory documents (pharmacopoeia of Europe, USA, Japan, Russia) and new data from current scientific periodicals, monographs The features of the physical, spectral and chemical quality control of medicines according to the indicators «identification», «tests» and «assay» are described in detail. Part II presents a workbook, which includes questions for the self-control of the material studied and tasks for a laboratory workshop. The Course book contains reference material and samples of pharmacopoeial articles. The Course book is designed for students of the specialty «Pharmacy».

img

Drug residues in animal products

The use of veterinary drugs in food-producing animals has the potential to generate residues in animal derived products (meat, milk, eggs and honey) and poses a health hazard to the consumer. There are many factors influencing the occurrence of residues in animal products such as drug's properties and their pharmacokinetic characteristics, physicochemical or biological processes of animals and their products. The most likely reason for drug residues might be due to improper drug usage and failure to keep the withdrawal period...

img

DOM Scripting : Web Design with JavaScript and the Document Object Model

There are three main technologies married together to create usable, standards-compliant web designs: XHTML for data structure, Cascading Style Sheets for styling your data, and JavaScript for adding dynamic effects and manipulating structure on the fly using the Document Object Model. This book is about the latter of the three. DOM Scripting: Web Design with JavaScript and the Document Object Model gives you everything you need to start using JavaScript and the Document Object Model to enhance your web pages with client-side dynamic effects. Jeremy Keith starts off by giving you a basic crash course in JavaScript and the DOM, then moves on to provide you with several real-world examples built up from scratch, including dynamic image galleries and dynamic menus. Then, he shows you how to manipulate web page style using the CSS DOM, and create markup on the fly.

img

Do Exclusionary Rules Ensure a Fair Trial? : A Comparative Perspective on Evidentiary Rules

This publication discusses exclusionary rules in different criminal justice systems. It is based on the findings of a research project in comparative law with a focus on the question of whether or not a fair trial can be secured through evidence exclusion. Part I explains the legal framework in which exclusionary rules function in six legal systems: Germany, Switzerland, People’s Republic of China, Taiwan, Singapore, and the United States. Part II is dedicated to selected issues identified as crucial for the assessment of exclusionary rules. These chapters highlight the delicate balance of interests required in the exclusion of potentially relevant information from a criminal trial and discusses possible approaches to alleviate the legal hurdles involved.

img

DNA vaccines : Methods and protocols

Details practical procedures on the latest DNA vaccine technology. Chapters guide readers through methods and protocols on DNA vaccine design, the adjuvant influence, production and purification methodologies, delivery systems, and approaches of the influence of DNA vaccines in the immunological response performance and in the cancer immunotherapy. Written in the highly successful Methods in Molecular Biology series format, chapters include introductions to their respective topics, lists of the necessary materials and reagents, step-by-step, readily reproducible laboratory protocols, and tips on troubleshooting and avoiding known pitfalls.

img

DNA Computing ; 7th International Workshop on DNA-Based Computers, DNA7, Tampa, FL, USA, June 10-13, 2001, Revised Papers

Constitutes the post-proceedings of the 7th International Workshop on DNA-Based Computers, held in Florida in 2001. The 26 papers cover experimental tools, theoretical tools, probabilistic computational models, computer simulation and sequence design, algorithms, experimental solutions and more.

img

DNA Computing ; 13th International Meeting on DNA Computing, DNA13, Memphis, TN, USA, June 4-8, 2007, Revised Selected Papers

This book constitutes the thoroughly refereed postproceedings of the 13th International Meeting on DNA Computing, DNA 13, held in Memphis, TN, USA, June 4-8, 2007.

img

Distributed systems : Concurrency and consistency

Explores the gray area of distributed systems and draws a map of weak consistency criteria, identifying several families and demonstrating how these may be implemented into a programming language. Unlike their sequential counterparts, distributed systems are much more difficult to design, and are therefore prone to problems. On a large scale, usability reminiscent of sequential consistency, which would provide the same global view to all users, is very expensive or impossible to achieve.

img

Distributed computing in sensor systems Vol. 4026 ; 2nd IEEE International Conference, DCOSS 2006, San Francisco, CA, USA, June 18-20, 2006, Proceedings

The book constitutes the refereed proceedings of the Second International Conference on Distributed Computing in Sensor Systems, DCOSS 2006, held in San Francisco, California, USA in June 2006. The papers focus on distributed computing issues in large-scale networked sensor systems, including systematic design techniques and tools; they cover topics such as distributed algorithms and applications, programming support and middleware, data aggregation and dissemination, security, information fusion, lifetime maximization, and localization.

img

Distributed computing in sensor systems ; Vol. 3560 ; 1st IEEE International Conference, DCOSS 2005, Marina del Rey, CA, USA, June 30-July 1, 2005, Proceedings

Constitutes the refereed proceedings of the First International Conference on Distributed Computing in Sensor Systems, DCOSS 2005, held in Marina del Rey, California, USA in June/July 2005. The 26 revised full papers presented were carefully reviewed and selected from 85 submissions; also included are the abstracts of 3 invited talks, 2 short papers, 9 invited poster abstracts, and 10 contributed abstracts.The papers address all current aspects of distributed computing issues in large-scale networked sensor systems, including systematic design techniques and tools, algorithms, and applications.

عدد النتائج بكل صفحة