The railways network is one of the huge infrastructure projects. Therefore, dealing with these projects such as analyzing and developing should be done using appropriate tools, i.e. GIS tools. Because, traditional methods will consume resources, time, money and the results maybe not accurate. In this research, the train stations in all of Iraq’s provinces were studied and analyzed using network analysis, which is one of the most powerful techniques within GIS. A free trial copy of ArcGIS®10.2 software was used in this research in order to achieve the aim of this study. The analysis of current train stations has been done depending on the road network, because people used roads to reach those train stations. The data layers for this st
... Show MoreDecision-making in Operations Research is the main point in various studies in our real-life applications. However, these different studies focus on this topic. One drawback some of their studies are restricted and have not addressed the nature of values in terms of imprecise data (ID). This paper thus deals with two contributions. First, decreasing the total costs by classifying subsets of costs. Second, improving the optimality solution by the Hungarian assignment approach. This newly proposed method is called fuzzy sub-Triangular form (FS-TF) under ID. The results obtained are exquisite as compared with previous methods including, robust ranking technique, arithmetic operations, magnitude ranking method and centroid ranking method. This
... Show MoreGas and Downhole Water Sink, Gravity Drainage, GDWS-AGD, Enhance the Recovery of Oil
Image quality has been estimated and predicted using the signal to noise ratio (SNR). The purpose of this study is to investigate the relationships between body mass index (BMI) and SNR measurements in PET imaging using patient studies with liver cancer. Three groups of 59 patients (24 males and 35 females) were divided according to BMI. After intravenous injection of 0.1 mCi of 18F-FDG per kilogram of body weight, PET emission scans were acquired for (1, 1.5, and 3) min/bed position according to the weight of patient. Because liver is an organ of homogenous metabolism, five region of interest (ROI) were made at the same location, five successive slices of the PET/CT scans to determine the mean uptake (signal) values and its standard deviat
... Show MoreBackground: Thermocycling simulates the temperature dynamics in the oral environment. This in vitro study done to measure and compare the effect of thermocycling on the shear bond strength of stainless steel and sapphire brackets bonded to human enamel teeth using light cured orthodontic adhesive and debonded at various time, and to measure adhesive remnant index after debonding. Materials and Methods: one-hundred-twenty extracted upper first premolars for orthodontic reason were used in this study; depending on weather thermocycled or not, the sample was divided into two main groups, then within each group 30 teeth were used for stainless-steel brackets (Bionic®) and for sapphire brackets (Pure®). Both groups were subdivided into three
... Show MoreABSTRACT
This research deals with the two item namely, the monetary policy central Bank of Iraqi and money supply . that contribute in up the problem of the paper that is concerned with the fact that to what extent the effectiveness of monetary policy conducted by the central Bank of Iraqi is valid in controlling money supply as well as the possibility of applying it in practical environment restricted to the scope of financial in stitiutions particularly in research population represented by central Bank of Iraqi .
For the purpose of a practical contribution for monetary and financial institutions . To achieve this , A hypothesis has been carried out and it suggested that the mon
... 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.