Summary:This article discusses the topic of phraseological units with the names of wild animals in the Russian and Arabic languages in the aspect of their comparative semantic and cultural analysis, since a comparative analysis of the meanings of phraseological units of the Arabic and Russian languages, detection of coincidences and differences in the compared languages, is an important method for studying linguoculturology, since phraseological units represent a reflection of culture in the language
Gymnastics is one of the most interesting games in terms of organizing various world championships and tournaments. Their basic skills and their technical development, especially those with high difficulty levels that rely on basic and complex skills, are the basic skills of gymnastics are the main pillar to be developed and therefore high-difficulty skills will not depend on basic skills, which should reach the stage of the automatic mechanism. Retention) in order to move on to training and developing another skill for the difficulty of movements as well as the smooth flow of performance, ie the degrees of difficulty of each skill specific to your gym and The researcher used the experimental method and The research community determin
... Show MoreThe high bounce activity according to the fosbery way is regarded as of the difficult sports concerning its way of training and perfection due to hard technique of its performance on one hand and because it depends on the player’s ability to overcome body weight resistance against the gravity. In addition to the strong ability to control the body posture when leaving the land and flying over the barrier. This activity needs to high plosion power at the moment of bouncing and this plosion depends on the period of bouncing, so the two researchers aimed to use a mechanical bouncing platform and an electronic one through several training by one foot and both feet in different directions and positions in order to reduce the time of bouncing an
... Show MoreAutorías: Ghassan Adeeb Abdulhasan, Falih Hashim Fenjan, Hussein Jabber Abood. Localización: Revista iberoamericana de psicología del ejercicio y el deporte. Nº. 3, 2022. Artículo de Revista en Dialnet.
In this paper, the density of state (DOS) at Fe metal contact to Titanium dioxide semiconductor (TiO2) has been studied and investigated using quantum consideration approaches. The study and calculations of (DOS) depended on the orientation and driving energies. was a function of TiO2 and Fe materials' refractive index and dielectric constant. Attention has focused on the effect of on the characteristic of (DOS), which increased with the increasing of refractive index and dielectric constant of Fe metal and vice versa. The results of (DOS) and its relation with and values of system have been discussed. As for contact system is increased, (DOS) values increased at first, but the relation is disturbed later and transforms into an inve
... Show MoreIt reveals speech communication whether it is legible audible or visible on a comprehensive formula inhabited open language on the modalities for reporting cases of the source say, making communication cognitive processes, is not to produce arguments as it is about the generation of the content of communication, so the contact of any kind remains practice for the cognitive action by the language in which it operates as a way agreed to their units between the poles of communication circle in the framework of a certain socio-cultural context, and that becomes the basis of the text of the message external referrals, making it feasible for multiple readings in semantic dimensions and deliberative
Design system often generated relationship within the frame work of their concept of interior design a system or more can be created between design relationships within this concept in the structure of its internal space product. Through the division of all to it parts to reveal the hidden places and stages of composition and their relationship and interdependence between them. And then re- composition of all its parts, doth in the deign process at the initial stages or in the processes of treatments that are necessary after the completion of design and circulation. To be able to use other events close to the first events designed for them. In terms of idea logical in fluency and its social, economic, cultural and political dimension. As
... Show MoreThe Political Thinking Regarded as an important element for the formulation of the stat, weather in its formation, the structure of it s entity, its political system and it s governmental instruments .The political thinking can not act without determined strategy, So they intend to work hard to formulate a railed strategy that make them able to determine its directions to general issues.
The Study aimed to solve the problem through the following question:
1- What are the levels of Political Thinking and Strategic Analysis in the financial ministry?
2- What are the relation ship between the dimensions of Political T
... 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.