The article examines metaphors as one of the fundamental means used by D. Rubina when writing the novel “Parsley Syndrome” to form images of dolls as equal heroes of the work. The author of the article continues research related to the work of Dina Ilinichna Rubina, a representative of modern Russian prose.
This research aims at identifying the level of quality of University environment according to the viewpoint of female students taking the College of Sciences for Woman an example, as represented in the college units as registration unit and the unit of students' affairs, the curricula, instructors, study halls, the college library, scientific labs, computer access, stationary and photocopying services, health care center, the unit of artistic, cultural and sportive activity, the canteen, the college gardens, college buildings and equipment and bathrooms. To achieve the objectives of the research, the researcher prepared a questionnaire to identify the viewpoints of female students concerning the extent of the availability of the standards o
... Show MoreBackground and Aim: due to the rapid growth of data communication and multimedia system applications, security becomes a critical issue in the communication and storage of images. This study aims to improve encryption and decryption for various types of images by decreasing time consumption and strengthening security. Methodology: An algorithm is proposed for encrypting images based on the Carlisle Adams and Stafford Tavares CAST block cipher algorithm with 3D and 2D logistic maps. A chaotic function that increases the randomness in the encrypted data and images, thereby breaking the relation sequence through the encryption procedure, is introduced. The time is decreased by using three secure and private S-Boxes rather than using si
... Show MoreIn this paper, a description of a design for new DES block cipher, namely DES64X and DES128X. The goals of this design, a part of its security level, are large implementation flexibility on various operating systems as well as high performances. The high level structure is based on the principle of DES and Feistel schema, and proposes the design of an efficient key-schedule algorithm which will output pseudorandomsequences of subkeys. The main goal is to reach the highest possible flexibility, in terms of round numbers, key size, and block size. A comparison of the proposed systems on 32-bit, 64-bit operating system, using 32-bit and 64-bit Java Virtual Machine (JVM), showed that the latter has much better performance than the former.
... Show MoreThis paper describes the digital chaotic signal with ship map design. The robust digital implementation eliminates the variation tolerance and electronics noise problems common in analog chaotic circuits. Generation of good non-repeatable and nonpredictable random sequences is of increasing importance in security applications. The use of 1-D chaotic signal to mask useful information and to mask it unrecognizable by the receiver is a field of research in full expansion. The piece-wise 1-D map such as ship map is used for this paper. The main advantages of chaos are the increased security of the transmission and ease of generation of a great number of distinct sequences. As consequence, the number of users in the systems can be increased. Rec
... Show MoreThe parasite E.histolytica was first isolated from a stool sample, and then cultivated and maintained in vitro using Locke-egg medium (LEM) and Liver infusion agar medium (LIAM) . Then, the effect of some types of erythrocytes (human and sheep), on the growth and activity of the parasite in the two culture media was investigated. The parasite was able to ingest and lysis erythrocytes of human and sheep that were supplemented to the culture media and such manipulation was able to augment the reproduction rate of the cultivated E. histolytica, however, such consequence was media- and concentration-dependent. The reproduction rate was significantly increased (66.0, 57.5 and 58.6%, respectively) in LEM medium containing human erythrocytes ty
... Show MoreBACKGROUND: Polycystic ovary syndrome(PCOS) is one of the most common endocrine disorder affecting women in reproductive age. No single etiologic factor fully accounts for the spectrum of abnormalities in the polycystic ovary syndrome. Different changes in hormonal, metabolism and the inflammatory markers as squealy of PCOS with adverse effect on the women life. OBJECTIVE: To study the relationship between polycystic ovary syndrome and levels of C-reactive protein, human interleukin and hormonal and metabolic alteration in women with PCOS PATIENTS AND METHODS: Thirty women with Polycystic Ovary syndrome (PCOS) and other thirty women without PCOS were included. Venous blood samples were taken in early follicular phase of menstrual cycle [day
... Show MoreEssential approaches involving photons are among the most common uses of parallel optical computation due to their recent invention, ease of production, and low cost. As a result, most researchers have concentrated their efforts on it. The Basic Arithmetic Unit BAU is built using a three-step approach that uses optical gates with three states to configure the circuitry for addition, subtraction, and multiplication. This is a new optical computing method based on the usage of a radix of (2): a binary number with a signed-digit (BSD) system that includes the numbers -1, 0, and 1. Light with horizontal polarization (LHP) (↔), light with no intensity (LNI) (⥀), and light with vertical polarization (LVP) (↨) is represen
... Show MoreBackground: Fibromyalgia syndrome (FMS) is the
most common rheumatic cause of diffuse pain and
multiple regional musculoskeletal pain and disability.
Objective: is to assess the contribution of serum
lipoprotein (A) in the pathogenesis of FMS patients.
Methods: One hundred twenty two FMS patients
were compared with 60 healthy control individuals
who were age and sex matched. All FMS features and
criteria are applied for patients and controls; patients
with secondary FMS were excluded. Serum
Lipoprotein (A): [Lp(A)], body mass index (BMI), &
s.lipid profile were determined for both groups.
Results: There was a statistical significant difference
between patients &controls in serum lipoprotein
A 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.