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.
As regional development, as a matter of course, poses a number of systemic, scientific and political problems. While the issue of development is primarily at the national level to the limits of World War II in the industrialized world and to the 1960s borders in most Third World countries, the increasing awareness of regional disparities has led to the regional issue Were taken into consideration in the early 1960s and 1970s in most industrialized and developing countries alike. The local issue was only introduced in the early 1980s. The awareness of regional disparities and the fact that the regions do not have the same potential and that some regions have the resources to enable them to develop, grow and develop, unlike other r
... Show MoreThe geomorphological importance of studying the alluvial fan derives from the fact that
in enables us to know the Origin and development of such a phenomenon which cover a vast
area in different regions.
This study tackles the geomorphological development of Badra alluvial fan through
knowing the factors of its origin, development, form and their present area, by using the
climate hydrological In formation besides using topographic Maps and changes detection for
different years (1973 - 2013) from satellite images
The aim of this study is to assess the influence of some risks factors on the fistula development after palatoplasty to improve the outcome of the patients
A total of 48 patients (the males were 22, The females were 26) were included in this study. All the patients were examined weekly for the first month postoperatively to assess any breakdown in the wound by inspection and by asking the parents for any nasal regurgitation during fluids feeding.
Islamic periodicals are defined as: publications issued periodically, and containing articles, research, or studies that convey Islamic thought and culture. Islamic periodicals have a prominent place among other types of sources of documentary and non-documentary Islamic information, because they are characterized by the speed of their issuance and the modernity and diversity of their Islamic information. This study aims to explain the reality of Islamic periodicals published in Iraq, graphically analyze their bibliographic characteristics and emphasize the importance of their issuance, as well as give a historical overview of the issuance and publication of Islamic periodicals in the Arab world and the world, while presenting examples of I
... Show MoreAspect-Oriented Software Development (AOSD) is a technology that helps achieving
better Separation of Concern (SOC) by providing mechanisms to identify all relevant points
in a program at which aspectual adaptations need to take place. This paper introduces a
banking application using of AOSD with security concern in information hiding.
Geographical, economic, historical, environmental and security factors play a role in strengthening the drive towards union, as well as addressing the need to express regional and federal identity. This is a clear example of this tendency. One legal or one political system with the parts of this united personality retaining their privacy and identity, and there is a delegation to the central entity of the union with some of the common powers while retaining some powers for these parts or states, which means the availability of autonomy for the constituent states of the union and this is the most important characteristic of the federal states or federations It is the autonomy of each state or country participating in the union. Accordingly,
... Show MoreThat writing about the Iraqi Museum, within this context that comes second only to the Egyptian Museum , in terms of the establishment , not least his affair in terms of the historical value of the effects that represent the civilization of Iraq and his history of the old , which stretches for thousands of years until it became a landmark and cultural landmarks the city of Baghdad salient .
The motive for the study of the subject of the Iraqi Museum upbringing and development until 1963 , we did not find a study documented by the independent research except for studies that are specialized to study the ancient history of Iraq and its effects was the outcome of efforts exploration missions archaeological that stretched across decades o
This research concluded that after what has been presented an analysis of the topics that the process of measuring the level of development and then the development gap is the need to assess the results to set policy and to formulate plans and goals, and to see the development priorities of the place or a particular sector. The purely economic development led to negative effects on the spatial scale and the most important of these effects arise multidimensional social and urban development gaps as well as the economic dimension. So it must exceed the concept of economic framework, to include all dimensions of development spatially and sectorally to provide correct and clear base for planners and development policies and strategies for de
... Show MoreIt is often needed to have circuits that can display the decimal representation of a binary number and specifically in this paper on a 7-segment display. In this paper a circuit that can display the decimal equivalent of an n-bit binary number is designed and it’s behavior is described using Verilog Hardware Descriptive Language (HDL).
This HDL program is then used to configure an FPGA to implement the designed circuit.