The Arabic pronouns received a lot of attention from the ancient Arab grammarians, so they explained their origins, the different forms of their structure, and the aspects of the Arabs’ use of them, and explained the aspects and reasons for these uses, with what they had of linguistic insight, which guided them to clarify the truth of these pronouns.
And recently, this research seeks new knowledge of the development of the structure of the nominative pronouns (he), (she), (them), (taa), and (waw) between dialects and towards classical Arabic, by analyzing the structure of these pronouns into their components. Its linguistic formulas are traced from the ancient Arabic texts, and by ancient I mean the texts of the era of linguistic citation or what is termed as (the plural linguistic era) defined by grammarians.
And that was after the modern linguistic research developed, and began to seek the help of historical, descriptive and comparative approaches, and abandoned philosophical approaches. This led to new results, which clarified what was obscured by the ancients, and completed what they missed.
The space constitutes a cornerstone of the creativity process since the emergence of arts and literature. Gaston Bachelard has a significant role in highlighting the importance of the place in his book entitled (Poetics of Space). Since then, the space, especially in the TV drama, is no longer a mere background indicating the location or the date of the event. Space inside these series has become an inseparable part of the artistic or dramatic fabric, that the visual scene started to formulate alongside the movement of the individuals in their language or accents that are specified inside the space as an incubator for the décor, clothes, makeup, accessories and lights in addition to the sound and musical effects. The lens angles
... Show MoreCommon walnut (
Ab – initio restricted Hartree - Fock method within the framework of large unit cell (LUC) formalism is used to investigate the electronic structure of Si and Ge nanocrystals. The surface and core properties are investigated. A large unit cell of 8 atoms is used in the present analysis. Cohesive energy, energy gap, conduction and valence band widths are obtained from the electronic structure calculations. The results are compared with available experimental data and theoretical results of other investigators. The calculated lattice constant is found to be slightly larger than the corresponding experimental value because we use only 8 atoms and we compared the results with that of the bulk crystals, nanoclusters are expected to have str
... Show MoreThe study focused on the results of first paleostress from thrust fault slip data on Tertiary age of Hemrin North Structure, North of Iraq. The stress inversion was performed for fault slip data using an improved right dihedral model, and then followed by rotational optimization (Georient Software). The trend of the principal stress axes (σ1, σ2 and σ3) and the ratio of the principal stress differences (R) show the main paleostress field is NE-SW compression regime. As well as using Lisle graph and Mohr diagram to determine the magnitudes of palestress. The values paleostress of the study area were σ1=1430 bars, σ2=632 bars and σ3=166 bar. The large magnitudes of the primary stress axes could be attributed to active tecto
... Show MoreThe aim of the research is to provide an analytical study to promote financial inclusion in Iraq by clarifying the opportunities and challenges of the economic and demographic situation in Iraq, studying the structure of the financial system and introducing non-bank financial institutions operating in Iraq, and using the descriptive approach. Analytical in the study of the phenomenon of research, the research reached a number of conclusions, the most prominent of which were:
- Iraqi society is a young society.
- The majority of the population is 70 percent. They live almost in urban areas.
- The coverage of bank branch networks is concentrated in only four provinces, leaving other provinces outside financial
Abstract
All of us are indispensable for this rule (the most important and important) individuals, whether we were groups of leaders or followers of peoples or countries because the rule provides adequate guarantees for the correct positions and drawing the plan for successful decision-makers matching with the balances of Sharia without incompatibility between religious or worldly interests or legal positions and therefore in the framework of the most important appointment And distinguish it from the important from the interests or the appointment of the most important and distinguish from the important from the evils and through this rule we learn about the scientific and practical solutions t
... Show MoreThe research aims to find out the impact of wages and benefits systems on the performance of employees, which included the research community on a sample of employees in the company, and the sample consisted of (50) employees and an employee, A questionnaire composed as prepared (23) paragraph, use the promised statistically methods in data collected by the questionnaire analysis. The research reached a number of results, the most prominent of which were: There is a correlation between wage systems, benefits and performance of employees, and the presence of the impact of the systems of wages and benefits to the performance of employees. The research was presented a set of recommendations including: increasing the effectiveness of
... Show MoreThis research was conducted to study the histological structure of the eye in the tree frog (Hyla arborea savignyi) and showed that it is composed of the eyeball and the lens and optic nerve. Appeared eyeball is surrounded by three Tunica from the inside to the outside are Tunica Interna, Tunica vasculosa, Tunica fibrosa. The tunica interna consists of the retina that consists of 10 layers are from outer to inner pigment epithelial layer, rods and cones layer, external limiting membrane, outer nuclear layer, outer plexiform layer, inner nuclear layer, inner plexiform layer , ganglion cells layer , nerve fibers layer, internal limiting membrane .The vascular tunic or Uvea consists of the choroid, ciliary body , and iris . The fibrous coat co
... 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.