There are many methods of searching large amount of data to find one particular piece of information. Such as find name of person in record of mobile. Certain methods of organizing data make the search process more efficient the objective of these methods is to find the element with least cost (least time). Binary search algorithm is faster than sequential and other commonly used search algorithms. This research develops binary search algorithm by using new structure called Triple, structure in this structure data are represented as triple. It consists of three locations (1-Top, 2-Left, and 3-Right) Binary search algorithm divide the search interval in half, this process makes the maximum number of comparisons (Average case complexity of Search) is O(log2 n) (pronounce this "big-Oh-n" or "the order of magnitude"), if we search in a list consists of (N) elements. In this research the number of comparison is reduced to triple by using Triple structure, this process makes the maximum number of comparisons is O(log2 (n)/3+1) if we search key in list consist of (N) elements.
New derivative molecular absorption spectrophotometric methods have been developed for the determination of Al (III) , Mn (II) , individually and binary mixtures . The aim of this model of study is to obtain analytical results characterized by adequate standard of analytical figures of merits through application of derivative Spectrophotometry (dnA/d?n). The two metals acetyl acetonates are chemically stable and are widely used as catalysts . Where Interferences are probable due to very close or nearby peaks or Summits, the Zero – Crossing derivative measurement technique is used to avoid interfering effects between two metals pairs.
The estimation of the parameters of linear regression is based on the usual Least Square method, as this method is based on the estimation of several basic assumptions. Therefore, the accuracy of estimating the parameters of the model depends on the validity of these hypotheses. The most successful technique was the robust estimation method which is minimizing maximum likelihood estimator (MM-estimator) that proved its efficiency in this purpose. However, the use of the model becomes unrealistic and one of these assumptions is the uniformity of the variance and the normal distribution of the error. These assumptions are not achievable in the case of studying a specific problem that may include complex data of more than one model. To
... Show MoreThe issue of peace, renunciation of violence, and acceptance of the other is one of the vital issues that rose to the top of the list of priorities at the end of the last century and the beginning of the new millennium of the conscience of the Iraqi people by spreading the culture of peace. In this context, we seek during this research to identify the concept of the culture of peace and its impact on sustainable development, and to draw a set of results and suggestions to consolidate this culture in our Iraqi society as an obligation of sustainable development.
The objective of this research is to study the effect of human capital dimensions (knowledge, skills, abilities, value) and his management dimensions (leadership practices, employess engagement, access knowledge, workforce optimization, learning capacity) with the Office of the Inspector General's staff - the Iraqi Ministry of Culture, has depended questionnaire as a tool in data and information related to research collection, as distributed to a sample of (63) individuals were distributed in positions (director, director of the Division of employees) the search data analysis using ready-statistical program (spss) the researcher used hypothesis testing and correlation c
... Show MoreThe present work has been characterized by higher order modes in the cavities of the Gyrotron; they are capable of producing RF plasma by developments of it. It uses for fusion systems. We choose the TE31,8 mode in our study. The main problem of gyrotron is the device of the thermal cavity loading. The problem of the thermal loading is solved when any parasitic modes suppress, absence of desired modes; the thermal loading is increased when the high power tube of gyrotron operation is unstable. The mathematical interaction model contains equations that describe the electron motion and the field profiles of the transferred electric modes of the resonator, these are interacting with electrons based
... Show MoreUrban Development refers to many topics such as: increased population density, city size, and individual’s production, distribution of technology and the growth of commercial, industrial and service professions. Such development is linked to the coordination of social and cultural trends in order to achieve social progress and economical prosperity. Knowledge as a topic now is known as intellectual capital wich led to upgrae the concept of urban development to be extended into many fields of knowledge, for example, cultural, social and human development to move the level of community culture into a new better standard.
The research adopted the urban transformation based on knowledge as an important factor in gr
... Show MoreIn this paper, we will present proposed enhance process of image compression by using RLE algorithm. This proposed yield to decrease the size of compressing image, but the original method used primarily for compressing a binary images [1].Which will yield increasing the size of an original image mostly when used for color images. The test of an enhanced algorithm is performed on sample consists of ten BMP 24-bit true color images, building an application by using visual basic 6.0 to show the size after and before compression process and computing the compression ratio for RLE and for the enhanced RLE algorithm.