Preferred Language
Articles
/
jeasiq-2281
Using Genetic Algorithm to Estimate the Parameters of the Gumbel Distribution Function by Simulation
...Show More Authors

In this research, the focus was on estimating the parameters on (min- Gumbel distribution), using the maximum likelihood method and the Bayes method. The genetic algorithmmethod was employed in estimating the parameters of the maximum likelihood method as well as  the Bayes method. The comparison was made using the mean error squares (MSE), where the best  estimator  is the one who has the least mean squared error. It was noted that the best estimator was (BLG_GE).

Crossref
View Publication Preview PDF
Quick Preview PDF
Publication Date
Sun Mar 05 2017
Journal Name
Baghdad Science Journal
Cache Coherence Protocol Design and Simulation Using IES (Invalid Exclusive read/write Shared) State
...Show More Authors

To improve the efficiency of a processor in recent multiprocessor systems to deal with data, cache memories are used to access data instead of main memory which reduces the latency of delay time. In such systems, when installing different caches in different processors in shared memory architecture, the difficulties appear when there is a need to maintain consistency between the cache memories of different processors. So, cache coherency protocol is very important in such kinds of system. MSI, MESI, MOSI, MOESI, etc. are the famous protocols to solve cache coherency problem. We have proposed in this research integrating two states of MESI's cache coherence protocol which are Exclusive and Modified, which responds to a request from reading

... Show More
View Publication Preview PDF
Scopus Crossref
Publication Date
Sun Apr 01 2012
Journal Name
2012 International Conference On Future Communication Networks
Efficient method to find the multiplicative inverse in GF (2<sup>m</sup>) using FPGA by exponentiation to (2<sup>k</sup>)
...Show More Authors

Crossref (1)
Crossref
Publication Date
Sun Apr 01 2012
Journal Name
2012 International Conference On Future Communication Networks
Efficient method to find the multiplicative inverse in GF (2<sup>m</sup>) using FPGA by exponentiation to (2<sup>k</sup>)
...Show More Authors

Multiplicative inverse in GF (2 m ) is a complex step in some important application such as Elliptic Curve Cryptography (ECC) and other applications. It operates by multiplying and squaring operation depending on the number of bits (m) in the field GF (2 m ). In this paper, a fast method is suggested to find inversion in GF (2 m ) using FPGA by reducing the number of multiplication operations in the Fermat's Theorem and transferring the squaring into a fast method to find exponentiation to (2 k ). In the proposed algorithm, the multiplicative inverse in GF(2 m ) is achieved by number of multiplications depending on log 2 (m) and each exponentiation is operates in a single clock cycle by generating a reduction matrix for high power of two ex

... Show More
View Publication
Scopus (1)
Crossref (1)
Scopus Crossref
Publication Date
Thu Jan 01 2009
Journal Name
Iraqi Journal Of Science, Supplement 0f 2009
THE RELATIVE QUANTUM EFFICIENCY OF ANTHRACENE SOLUTION AS A FUNCTION OF LIGHT EXPOSURE DURATION
...Show More Authors

Abstract In this paper the effect of light exposure duration on Anthracene solution in chloroform is studied. It is found that: the Anthracene solution change its color when it is exposed to light, and that its relative quantum efficiency, Φ, decreases as the light exposure duration, t, increases and this govern by following empirical equation:- Φ = 0.7918-0.0762 In (t)

Preview PDF
Publication Date
Wed Mar 10 2021
Journal Name
Baghdad Science Journal
Evaluation of the one electron expectation values for different wave function of Be atom
...Show More Authors

The aim of this work is to evaluate the one- electron expectation value from the radial electronic density function D(r1) for different wave function for the 2S state of Be atom . The wave function used were published in 1960,1974and 1993, respectavily. Using Hartree-Fock wave function as a Slater determinant has used the partitioning technique for the analysis open shell system of Be (1s22s2) state, the analyze Be atom for six-pairs electronic wave function , tow of these are for intra-shells (K,L) and the rest for inter-shells(KL) . The results are obtained numerically by using computer programs (Mathcad).

View Publication Preview PDF
Crossref
Publication Date
Sun Feb 25 2024
Journal Name
Baghdad Science Journal
An Improved Cuckoo Search Algorithm for Maximizing the Coverage Range of Wireless Sensor Networks
...Show More Authors

The issue of increasing the range covered by a wireless sensor network with restricted sensors is addressed utilizing improved CS employing the PSO algorithm and opposition-based learning (ICS-PSO-OBL). At first, the iteration is carried out by updating the old solution dimension by dimension to achieve independent updating across the dimensions in the high-dimensional optimization problem. The PSO operator is then incorporated to lessen the preference random walk stage's imbalance between exploration and exploitation ability. Exceptional individuals are selected from the population using OBL to boost the chance of finding the optimal solution based on the fitness value. The ICS-PSO-OBL is used to maximize coverage in WSN by converting r

... Show More
View Publication Preview PDF
Scopus (2)
Scopus Crossref
Publication Date
Tue Mar 26 2019
Journal Name
Iraqi Journal Of Science
Abundance, Diversity and Distribution of Mollusca in the Gharaf River, Southern Iraq
...Show More Authors

This study is based on samples taken from one of the main branches of Tigris River; Gharaf River, at Kut Barrage in Wasit Governorate, Iraq. It  aimes to study the quantity and quality of the mollusca Invertebrates; furthermore. The study evaluates the molluscan biodiversity of the rivers by using appropriate biodiversity indexes. Thus, the first of its kind study in the evaluation of the diversity of mollusc in Gharaf River assemblage.  Monthly samples were collected randomly from the river mud, for 12 months, from January till December 2016. During the collection process; 5 stations on the river were chosen for sampling with 10(±1) Km distance between each of the stations, including Wasit Governorate. The study showed the

... Show More
View Publication Preview PDF
Publication Date
Wed Feb 08 2023
Journal Name
Iraqi Journal Of Science
Ecology and Geographical Distribution for Six Species of the Genus Echinops L.(compositae) in Iraq
...Show More Authors

This study includes six species related to the genus Echinops L. (composite) grown in Iraq which are listed below: E.armatus Boiss. & Hausskn., E. bicolor Nabelek, E. cephalotes DC., E.haussknechtii Boiss., E. moulensis Rech., E. nitens Bornm., the geographical distribution and ecological preferences' were documented.
It has been also observed that this genus was distributed near waterfalls, vallies, road side, dry limestone, clay soil and hard rocky soil in Different heights. The most separated species was E.armatus and the least separated one was E.haussknechtii, the species was listed in diagram and distributed on a map.

View Publication Preview PDF
Publication Date
Sat Jan 01 2011
Journal Name
Journal Of Engineering
Simulation Model for the Assessment of Direct and Indirect Georeferencing Techniques in Analytical Photogrammetry
...Show More Authors

B Saleem, H Alwan, L Khalid, Journal of Engineering, 2011 - Cited by 2

View Publication
Publication Date
Mon Apr 17 2017
Journal Name
Ibn Al-haitham Journal For Pure And Applied Sciences
Simulation Expirment for Proofing the Theoretical Assumption of Time Complexity for Binary Search Tree
...Show More Authors

      It is frequently asserted that an advantage of a binary search tree implementation of a set over linked list implementation is that for reasonably well balanced binary search trees the average search time (to discover whether or not a particular element is present in the set) is O(log N) to the base 2 where N is the number of element in the set (the size of the tree).  This paper presents an experiment for measuring and comparing the obtained binary search tree time with the expected time (theoretical), this experiment proved the correctness of the hypothesis, the experiment is carried out using a program in turbo Pascal with recursion technique implementation and a statistical method  to prove th

... Show More
View Publication Preview PDF