The research discusses two variables are important, orientation marketing and quality of service, and that the purpose of the research is to see whether the telecom companies applied orientation marketing or not and to what extent is keen to apply it to suit the Iraqi environment as it has been applied research in kork Telecom company and Asia Cell Telecom are sectors service job in the business sector in Iraq, The information was obtained through the design of the questionnaire compatible runway Likert, and distribution (92) questionnaire, which (50) for the company Korek Telecom and (42) of the Asia-Cell, research population sample included a number of staff in the departments and units in the two companies, it has been support
... Show MoreCharacterization of the heterogonous reservoir is complex representation and evaluation of petrophysical properties and application of the relationships between porosity-permeability within the framework of hydraulic flow units is used to estimate permeability in un-cored wells. Techniques of flow unit or hydraulic flow unit (HFU) divided the reservoir into zones laterally and vertically which can be managed and control fluid flow within flow unit and considerably is entirely different with other flow units through reservoir. Each flow unit can be distinguished by applying the relationships of flow zone indicator (FZI) method. Supporting the relationship between porosity and permeability by using flow zone indictor is ca
... Show MoreIsobaric Vapor-Liquid-Liquid equilibrium data for the binary systems ethyl acetate + water, toluene + water and the ternary system toluene + ethyl acetate + water were determined by a modified equilibrium still, the still consisted of a boiling and a condensation sections supplied with mixers that helped to correct the composition of the recycled condensed liquid and the boiling temperature readings in the condensation and boiling sections respectively. The VLLE data where predicted and correlated using the Peng-Robinson Equation of State in the vapor phase and one of the activity coefficient models Wilson, NRTL, UNIQUAC and the UNIFAC in the liquid phase and also were correlated using the Peng-Robinson Equation of State in both the vapo
... Show MoreBackground: Non-nutritive sucking habit (NNSH) is the main environmental causative factor that disturbs normal orofacial development. In spite of the harmful effect of pacifier as a NNSH, mothers aware from the other types of NNSH like thumb sucking far more than pacifier use. Open bite is one of the most challenging malocclusions in orthodontics due to the high prevalence of relapse after treatment, so preventing the causative factor of its occurrence is essential at early age of child life. This study aims to assess the impact of two non-nutritive patterns on the development of anterior open bite in primary dentition and to compare which of these habits mostly affect open bite development. Materials and Methods: The sample consisted of
... Show MoreBackground: The skin functions as a barrier to the external environment, damage to this barrier following a burn disrupts the innate immune system and increases susceptibility to bacterial infection. Objective: This study was carried out to determine the bacterial isolates and study their antimicrobial susceptibility in burned wound infections at one burn's hospital in Baghdad.Type of study:Cross-sectional study.Methods: The bacteria were identified at species level by using Analytic Profile Index (API) system and The antimicrobial susceptibility test was performed according to Kirby-Bauer (disk diffusion) technique.Results: Over a period of one year (from October 2014 to October 2015). Out of 848 patients with different degrees of burns
... Show MoreIn this research, a factorial experiment (4*4) was studied, applied in a completely random block design, with a size of observations, where the design of experiments is used to study the effect of transactions on experimental units and thus obtain data representing experiment observations that The difference in the application of these transactions under different environmental and experimental conditions It causes noise that affects the observation value and thus an increase in the mean square error of the experiment, and to reduce this noise, multiple wavelet reduction was used as a filter for the observations by suggesting an improved threshold that takes into account the different transformation levels based on the logarithm of the b
... Show Moreأثبتت الشبكات المحددة بالبرمجيات (SDN) تفوقها في معالجة مشاكل الشبكة العادية مثل قابلية التوسع وخفة الحركة والأمن. تأتي هذه الميزة من SDN بسبب فصل مستوى التحكم عن مستوى البيانات. على الرغم من وجود العديد من الأوراق والدراسات التي تركز على إدارة SDN، والرصد، والتحكم، وتحسين QoS، إلا أن القليل منها يركز على تقديم ما يستخدمونه لتوليد حركة المرور وقياس أداء الشبكة. كما أن المؤلفات تفتقر إلى مقارنات بين الأدوات والأ
... Show MoreCorpus linguistics is a methodology in studying language through corpus-based research. It differs from a traditional approach in studying a language (prescriptive approach) in its insistence on the systematic study of authentic examples of language in use (descriptive approach).A “corpus” is a large body of machine-readable structurally collected naturally occurring linguistic data, either written texts or a transcription of recorded speech, which can be used as a starting-point of linguistic description or as a means of verifying hypotheses about a language. In the past decade, interest has grown tremendously in the use of language corpora for language education. The ways in which corpora have been employed in language pedago
... Show MoreA 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.