[1] C. Wang, Q. Wang, K. Ren, and W. Lou, "Ensuring data storage security in cloud computing," in Proc. of IWQoS'09, July 2009, pp. 1–9.
[2] M. A. Shah, R. Swaminathan, and M. Baker, "Privacy-preserving audit and extraction of digital contents," Cryptology ePrint Archive, Report 2008/186, 2008.
[3] G. Ateniese, R. D. Pietro, L. V. Mancini, and G. Tsudik, "Scalable and efficient provable data possession," in Proc. of SecureComm'08, 2008, pp. 1–10.
[4] Q. Wang, C. Wang, J. Li, K. Ren, and W. Lou, "Enabling public verifiability and data dynamics for storage security in cloud computing,".
[5] Sun Microsystems, Inc., "Building customer trust in cloud computing with transparent security," Online at https://www.sun.
Texture analysis is used here in the proposed work in order to establish the correlation between the glucose level and texture coefficients. The texture image is stored in jpeg format that is basically the rgb image. The rgb image is converted to gray image and then we analyze the texture by Using a Gray-Level Co-Occurrence Matrix (GLCM).The gray co matrix function creates a gray-level co-occurrence matrix (GLCM) by calculating how often a pixel with the intensity (gray-level) value i occurs in a specific spatial relationship to a pixel with the value j. In the earlier method, infra red light source is used in order to estimate the glucose level in human body as non-invasive method. However, it is observed that IR light source is affected by ambient light noise and results are not repeatable for the same patient under same circumstances. In order to enhance the repeatability of the measurements, LASER light source can be used as LASER light is highly coherent and a reliable reflected pattern can be achieved using the laser array of photodiode or receivers.
Keywords: - Non-invasive Blood Sugar Computation, LASER reflected Image
[1] Steven L. Jacques,1,2,* Ravikant Samatham,2 and Niloy Choudhury, "Rapid spectral analysis for spectral imaging" Biomed Opt Express. 2010 August 2; 1(1): 157–164.
[2] Mark A. Arnold, Ph.D., Lingzhi Liu, Ph.D., and Jonathon T. Olesberg, Ph.D "Selectivity Assessment of Noninvasive Glucose Measurements Based on Analysis of Multivariate Calibration Vectors" J Diabetes Sci Technol. 2007 July; 1(4): 454–462.
[3] Yevgeny Beiderman, Raz Blumenberg,"Bottom of FormDemonstration of remote optical measurement configuration that correlates to glucose concentration in blood", Biomedical Optics Express . 01/2011; 2(4):858-70.
[4] German campetelli "Improvements on Noninvasive Blood Glucose Biosensors Using Wavelets for Quick Fault Detection" Journal of Sensors Volume 2011 (2011), Article ID 368015
[5] Jonas Kottmann,1 Julien M. Rey,1 Joachim Luginbühl,2 Ernst Reichmann,2 "Glucose sensing in human epidermis using mid-infrared photoacoustic detection," Biomed Opt Express. 2012 April 1; 3(4): 667–680
This paper examines the characteristics of corrosion fatigue of a Ni-16Cr alloy workpiece soaked in 4.5%NaCl aqueous solution for a period of one week, followed by corrosion fatigue testing in the same aqueous solution. Corrosion, corrosion fatigue crack initiation mechanisms, crack surface morphology and fractographic analysis are discussed and compared to results from a workpiece fatigued in ambient laboratory air. Experimental results reveal susceptibility to surface pits in the Ni-16Cr alloy workpiece in a 4.5%NaCl aqueous solution, a result that is supported by morphology and fractographic analysis.
Keywords: - Corrosion, corrosion fatigue, crack initiation, intergranular fracture, pits
The development and/or adaptation of computer systems through the resources of computer graphics and languages object-oriented, like C++ and JAVA, has been shown substantially important in building tools to aid the process of teaching and learning as it enables, both the student and the teacher, explore the essential elements of typical engineering problems, such as shape, configuration and structural behavior. The development of these tools requires, in addition to the resources mentioned, the use of data structures and algorithms that allow a sophisticated modeling, perception and solution to these problems. Thus, this paper presents a robust data structure, called Hedcpp, originally written in C++ language, which can be used as a basis for computer programs aimed at engineering education and addressing the physical problem of form as real as possible, as well as assisting the learning lessons and become much more productive and motivating. Some application examples are presented.
Keywords: – data structure; modeling; education; oop; c++
The relational model has dominated the computer industry since the 1980s mainly for storing and retrieving data. Lately, however, relational database has been losing its importance due to its reliance on a strict schema which makes it difficult to add new relationships between the objects. Another important reason of its failure is that as the available data is growing manifolds, it is becoming complicated to work with relational model as joining a large number of tables is not working efficiently. One of the proposed solutions is to transfer to the Graph databases as they aspire to overcome such type of problems. This paper provides a comparative analysis of a graph database Neo4j with the most widespread relational database MySQL.
Keywords: - Flexibility, Maturity, Security, Retrieval, Schema
[1] Chad Vicknair, Michael Macias, Zhendong Zhao, Xiaofei Nan, Yixin Chen, Dawn Wilkins "A Comparison of a Graph Database and a Relational Database", ACM Southeast Regional Conference, 2010
[2] Database Trends and Applications. Available http://www.dbta.com/Articles/Columns/Notes-on-NoSQL/Graph-Databases-and-the-Value-They-Provide-74544.aspx,2012.
[3] M. Kleppmann. Should you go beyond Relational databases ?Available http://carsonified.com/blog/dev/should-you-go-beyond-relational-databadat.
[4] Neo4j Blog, Available http://blog.neo4j.org/2009/04/current-database-debate-and-graph.html.
[5] M. I. Jordan (Ed). (1998),"Learning in Graphical Models". MIT Press.
An Organisational structure is necessary as a framework for organising, planning, coordinating controlling and directing the organisational activities to achieve organisational goals Consequently, the organisational design problems have been formulated as that of minimisingcosts associated with supervision and coordination subject to some constraints with a heuristics as solution procedures. The difficulty of verifying the effectiveness of such heuristics in producing optimal organisation structures has created model acceptability problems. In this study, the concept of organisational work dynamics was used to reformulate supervision-cost function of a business organisation. Using this function, a dynamic programming version of the organisational design problem was defined and an associated algorithm developed. The performance (effectiveness and efficiency) of the algorithm was then compared to that of the existing heuristic. Also compared are the supervision-cost-based designed organisation structures and the existing organisational structure.
Keywords: - Dynamic programming, Cost Reduction, Organizational Design, Organizational structure, Supervision Costs.
Today Generally all the websites having à search box from which data can be effectively extracted. When any query is submitted to databases then it retrieves the information from that database and get extracted but as the number of data is increasing rapidly in database, technique to extract the clean data i.e. non duplicate data has not been simultaneously updated so it becomes very hard to detect duplicate data and extract with clean data in effective manner. When data is uploaded in the database server from different location then it having more chances about duplicate data. User may use same link on same page. Links having some information. When link which having some information is duplicated more than one time then due to this data duplication, memory is wasted, space is wasted and hence performance and computational cost increases. In this paper, we propose a technique as a genetic programming technique which contains the three major operations. Those operations are selection, crossover and mutation. Execution of operations applies the de-duplication function. After removing the duplicate records apply the suggested function. Compare to all previous approaches present approach provides less burden, efficient and accurate results display here. It can provide good evidence based results.
Keywords: - Evolutionary Programming, Precision and Recall, XML, XHTML.
Electrolysis is always carried out using direct current because here the electrodes have definite polarity. Generally low voltage and high current are preferred. For industrial purposes, an optimum voltage of 9-12V and 5-6A is favorable. In most cases metallic electrodes e. g Cu, Fe, Sn, Zn are used according to the requirement. Ionization occurs at anode. Hence no bubbles are observed. Towards A.C the behavior of the solution depends mainly on the electrodes. For most metallic electrodes namely Cu, Zn the solution behaves much like resistance and the energy is wasted in heating of the solution. Sometimes the solution reaches its boiling point. Aluminum (very cheap and commonly found) acts in a very different manner. Here liberation of O2 and H2 is possible just like D.C along with liberation of heat. While high voltage D.C (220V) is totally unsuitable for electrolysis, 220V A.C can produce useful products. Power consumption is also reasonable. So domestic A.C supply can be used to produce useful products like O2, H2, different hydroxides and iodine (I2) solution. In this paper the basic features of electrolysis using A.C have been outlined based on experiments.
Keywords: - A.C; Al; Cu; Capacitor.
© 2019 All Rights Reserved | Design by iosrjen