In this paper a system is designed and implemented using a Field Programmable Gate Array (FPGA) to move objects from a pick up location to a delivery location. This transportation of objects is done via a vehicle equipped with a robot arm and an FPGA. The path between the two locations is followed by recognizing a black line between them. The black line is sensed by Infrared sensors (IR) located on the front and on the back of the vehicle. The Robot was successfully implemented by programming the Field Programmable Gate Array with the designed system that was described as a state diagram and the robot operated properly.
Abstract: Thorough assessment of the Maxillary,Sinus is very important. Recently 3-dimensional imagewith Cone Beam Computed Tomography (CBCT) is very dependable in Maxillary Sinus diagnosis. The aim of this study is to: shade light on the role of (CBCT) diagnosis of the maxillary sinus anatomical variation and pathological finding among smokers and nonsmokers prior to maxillary sinus lift techniques. Materials and Method: In this study 60 males with age ranged between 20-50 years old, referred for (CBCT) assessment of maxillary sinus in the Specialist Health Center of AL-Sadder city. The scanning were performed using Kodak 9500 (CBCT), the KV was 90, mA10 and scanning time 10 s. Voxel size 0.3mm with( DICOM ) software on a multiplaner re
... Show More|
The problem of research on the study of political debate programs in the Iraqi satellite channels, in the "People decide" program by Afaq channel and " electoral competition " by Fallujah channel), and its importance for the community and researchers in the scientific field, as new programs to enter the Iraqi media after we have been the world media a lot in this area at the academic and practical levels (The field), and seeks to find out what the technical construction of the programs of political debates in Iraqi satellite channels and methods of construction and methods of employment used by the technical elements in the presentation of the programs and The study adopted the surve |
المواقف افي الدول العربية قراءة تحليلية في مواقف لدولية من التغيير (الولايات المتحدة - الاتحاد الاوروبي - روسيا)
Buzurgan oil field suffers from the phenomenon of asphaltene precipitation. The serious negatives of this phenomenon are the decrease in production caused by clogging of the pores and decrease in permeability and wettability of the reservoir rocks, in addition to the blockages that occur in the pipeline transporting crude oil. The presence of laboratories in the Iraqi oil companies helped to conduct the necessary experiments, such as gas chromatography (GC) test to identify the components of crude oil and the percentages of each component, These laboratory results consider the main elements in deriving a new equation called modified colloidal instability index (MCII) equation based on a well-known global equation called colloidal instabi
... Show MoreObjective: To identify barriers to healthcare access, to assess the health literacy levels of the foreign-born Arabic speaking population in Iowa, USA and to measure their prevalence of seeking preventive healthcare services. Methods: A cross-sectional study of native Arabic speaking adults involved a focus group and an anonymous paper-based survey. The focus group and the Andersen Model were used to develop the survey questionnaire. The survey participants were customers at Arabic grocery stores, worshippers at the city mosque and patients at free University Clinic. Chi-square test was used to measure the relationship between the characteristics of survey participants and preventive healthcare services. Thematic analysis was
... Show MoreBuzurgan oil field suffers from the phenomenon of asphaltene precipitation. The serious negatives of this phenomenon are the decrease in production caused by clogging of the pores and decrease in permeability and wettability of the reservoir rocks, in addition to the blockages that occur in the pipeline transporting crude oil. The presence of laboratories in the Iraqi oil companies helped to conduct the necessary experiments, such as gas chromatography (GC) test to identify the components of crude oil and the percentages of each component, These laboratory results consider the main elements in deriving a new equation called modified colloidal instability index (MCII) equation based on a well-known global equation called colloidal in
... Show MoreThe world is currently facing a medical crisis. The epidemic has affected millions of people around the world since its appearance. This situation needs an urgent solution. Most countries have used different solutions to stop the spread of the epidemic. The World Health Organization has imposed some rules that people should adhere. The rules are such, wearing masks, quarantining infected people and social distancing. Social distancing is one of the most important solutions that have given good results to confront the emerging virus. Several systems have been developed that use artificial intelligence and deep learning to track social distancing. In this study, a system based on deep learning has been proposed. The system includes monitor
... Show MoreObjectives To tailor composites of polyethylene–hydroxyapatite to function as a new intracanal post for the restoration of endodontically treated teeth (ETT). Methods Silanated hydroxyapatite (HA) and zirconium dioxide (ZrO2) filled low-density polyethylene (LDPE) composites were fabricated by a melt extrusion process and characterised using infrared spectroscopy (FTIR), differential scanning calorimetry (DSC) and dynamic mechanical analysis (DMA). The flexural strength and modulus were determined in dry state and post ageing in simulated body fluid and fractured surfaces analysed by SEM. The water uptake and radiographic appearance of the experimental composites were also measured and compared with a commercially known endodontic fibre
... Show More
Bank credit is extremely important, as the generated revenues by a main focus of any bank earnings no matter how many and varied sources of revenue other, and without losing the bank and the main role function as an intermediary in financial economics . But at the faltering customers in payment of loans . Therefore , uses a method of financial analysis using ratios as one of the important tools to measure the clients ability to pay , in spite of the need for the Bank analyzed the trend in this regard is focused on three main areas ( liquidity, profitability, and borrowing ) and can be to add another field is the possibility to cover fixed charges of the profits generated. Finally I would like to emphas
A skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.