In this work, As60Cu40-xSex thin films were synthesized, and the pulsed laser deposition method was used to study the effected partial replacement of copper with selenium. The electrical characteristics and optical characteristics, as indicated by the absorbance and transmittance as a function of wavelength were calculated. Additionally, the energy gap was computed. The electrical conductivity of the DC in the various conduction zones was calculated by measuring the current and voltage as a function of temperature. Additionally, the mathematical equations are used to compute the energy constants, electron hopping distance, tail width, pre-exponential factor, and density of the energy states in variation zones (densities of the energetic extended states N(Eext), localize N(Eloc) and at the Fermi states N(Ef)). The acquired data also demonstrated that the selenium concentration obviously had an impact on the electrical conduction mechanics, energy states, and the level of randomization.
Aims current research to identify the mistakes coding contained in the reading first grade. Encoding knew that he had failed in Retrieval or identifying information, the researcher diagnosis of mistakes and presented to a group of teachers first grade and they have an appropriate adjustment and using the percentage shows that the agreement on the mistakes ratio and adjusted researcher recommended a set of proposals and recommendations can work out the future for the advancement of scientific level
In this paper, the experiments were carried out in laboratory flotation cell treating solid fines. The effect of variables such as collector oil dosage, pine oil dosage and solid content of the feed slurry have been investigated on the flotation characteristics of low rank coal. Attempts have also been made to develop some empirical Eq. to predict the yield and ash content of concentrate with the operating variables, solids concentration, collector oil dosage, and pine oil dosage, to estimate the recovery at any operating conditions. The calculated results obtained from regression equation by correlating the variables with the yield and ash content of concentrate have been compared to study whether calculated values match closely with th
... Show More
ABSTRACT:
The study aimed to identify the impact of the role of voluntary accounting disclosure in enhancing confidence in the informational content of financial reports. Correlation - Spearman to measure the degree of correlation, as well as the method of simple linear regression analysis, and the study reached several results, including: The level of enhancing the information content in the annual financial reports of the Palestinian banks listed on the Palestine Exchange under study reached the overall average (total) (94.1%), and also Voluntary Accounting Disclosure in Enhancing Confidence in the Informational Content of the List of Change in Ownership Equity of Listed
... Show MoreIn this paper, we made comparison among different parametric ,nonparametric and semiparametric estimators for partial linear regression model users parametric represented by ols and nonparametric methods represented by cubic smoothing spline estimator and Nadaraya-Watson estimator, we study three nonparametric regression models and samples sizes n=40,60,100,variances used σ2=0.5,1,1.5 the results for the first model show that N.W estimator for partial linear regression model(PLM) is the best followed the cubic smoothing spline estimator for (PLM),and the results of the second and the third model show that the best estimator is C.S.S.followed by N.W estimator for (PLM) ,the
... Show MoreBacterial contamination of AL-Habania reservoir was studied during the period from February 2005 to January 2006; samples were collected from four stations (AL-Warrar, AL-Theban regulator, middle of the reservoir and the fourth was towards AL-Razzaza reservoir). Coliform bacteria, faecal Coliforms, Streptococci, and faecal Streptococci were used as parameters of bacterial contamination in waters through calculating the most probable number. Highest count of Coliform bacteria (1500 cell/100ml) was recorded at AL-Razaza during August, and the lowest count was less than (300 cell/100ml) in the rest of the collection stations for all months. Fecal Coliform bacteria ranged between less than 300 cells/100ml in all stations for all months to 700 c
... Show MoreThis research is trying to study the Intellectual political structures of the Open Society according to British Thinker –with Austrian origin- Karl Popper (1902-1994). In First Axe we dealt with the context of Open and Closed society in the Popper's thought. While in the Second Axe we studied the Utopian and graduated Engineering. Finally in the third Axe for the Rationalism, Freedom, Individualism, and the Democracy of Equality.
Background: Dental implant is one of the most important options for teeth replacement. In two stage implant surgery, a few options could be used for uncovering implants, scalpel and laser are both considered as effective methods for this purpose. The Aim of the study: To compare soft tissue laser and scalpel for exposing implant in 2nd stage surgery in terms of the need for anesthesia, duration of procedure and pain level assessment at day 1 and day 7 post operatively using visual analogue scale . Materials and methods: Ten patients who received bilateral implants participated after healing period completed, gingival depth over each implant was recorded and then implant(s) were exposed by either scalpel or laser with determination for th
... 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.