Greenhouses are provide that produce of vegetable in non times seasons production by controlling the various environmental factors that appropriate atmosphere in temperature and humidity for the growth of plants in the plastic houses and owner plastic.
The objective of this research is to study of the most important natural and human factors affecting the Greenhouses in the province of Baghdad and study geographic distribution for the Greenhouses in the province.
Some properties on curriculum geographical descriptive analytical that used in describe and analysis of data and information that could be available from Directorate of agriculture in Baghdad to 2014. As it turns out that district of Mahmudiya acquired (45.3%) of the total
A geographic information system (GIS) is a very effective management and analysis tool. Geographic locations rely on data. The use of artificial neural networks (ANNs) for the interpretation of natural resource data has been shown to be beneficial. Back-propagation neural networks are one of the most widespread and prevalent designs. The combination of geographic information systems with artificial neural networks provides a method for decreasing the cost of landscape change studies by shortening the time required to evaluate data. Numerous designs and kinds of ANNs have been created; the majority of them are PC-based service domains. Using the ArcGIS Network Analyst add-on, you can locate service regions around any network
... Show MoreThe culturalization of gender action occupies a wide range in culture, thoughts and modern studies as well as in fine arts and the ways of expressing them.
Theater, as one of these arts, plays roles in establishing the fundamental concepts that aims at stating the uncontrollable deed of the social community. It remains one of the most effective and suitable means to confine the uncivilized practices to overcome a certain crisis after gender and cyborg in societies.
The research concentrates on studying the culturalization of gender action in the Iraqi theatrical address because of the effect it has on the modernizing thought in arts and theater literature. It consists of chapter one which deals w
... Show MoreAbstract The Synthesis in good yields of some new 1,8-Naphthyridine derivatives (1-9) and characterized on the basis of IR and 1H NMR spectra data. The compounds (1) and (6) were utilized as a starting material for the preparing of these compounds.
This study is planned with the aim of constructing models that can be used to forecast trip production in the Al-Karada region in Baghdad city incorporating the socioeconomic features, through the use of various statistical approaches to the modeling of trip generation, such as artificial neural network (ANN) and multiple linear regression (MLR). The research region was split into 11 zones to accomplish the study aim. Forms were issued based on the needed sample size of 1,170. Only 1,050 forms with responses were received, giving a response rate of 89.74% for the research region. The collected data were processed using the ANN technique in MATLAB v20. The same database was utilized to
Obesity is an escalating health problem in developing countries. One to ten children worldwide are overweight in a report showed by the International Obesity Task Force. Ghrelin, orexigenic peptide, has 28 amino acids, it is considered the greatest remarkable promotion in the last two decades for understanding the physiological changes of action regulating food intake and hunger. Obestatin is a 23-amino acid peptide nearly connected to ghrelin that secures from substitutio
... Show MoreThe operative system of theatrical performance depends on the construction of the scenographic space, as it constitutes the most aesthetic effect of the recipient, and the body of the theatrical discourse that contains the signs of the show, and it comes as an embodiment of the directing vision of the show director, so most of the world directors resorted to attention to the output treatment to establish the scenographic space, and thus it possesses a contrast in The embodiment of the directing vision according to the stylistic and hermeneutical dimension of the director, so the two researchers found the importance of studying the topic, and the study came under the title (Directing Treatments of the Scenographic Space in the Iraqi Theat
... 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.