Research Article Distributional Fractal Creating Algorithm in Parallel Environment

Size: px
Start display at page:

Download "Research Article Distributional Fractal Creating Algorithm in Parallel Environment"

Transcription

1 Hindawi Publishing Corporation International Journal of Distributed Sensor Networks Volume 213, Article ID 28177, 8 pages Research Article Distributional Fractal Creating Algorithm in Parallel Environment Shuai Liu, 1,2 Weina Fu, 1,3 Huimin Deng, 1 Caihe Lan, 1 and Jiantao Zhou 1 1 College of Computer Science, Inner Mongolia University, Hohhot 112, China 2 School of Physical Science and Technology, Inner Mongolia University, Hohhot 112, China 3 Department of Computer Science and Technology, Hohhot University of Nationalities, Hohhot 112, China Correspondence should be addressed to Shuai Liu; cs liushuai@imu.edu.cn Received 3 June 213; Revised 9 August 213; Accepted 19 August 213 Academic Editor: Yong Jin Copyright 213 Shuai Liu et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Nowadays, the fractal is used widely everywhere. Then, its creating time becomes an important study area for complex iteration functions because the escape-time algorithm (ETA), which is the most used algorithm in fractal creating, performs not so well in this condition. In this paper, in order to solve this problem, we improve ETA into the parallel environment and reach well performance. At first, we provide a separation method of ETA to reform it into a SIMC-MC2 grid. Secondly, we prove its correctness and compute the complexity of this novel parallel algorithm. Meantime, we separate an improved ETA which we have presented into the same parallel environment and compute its complexity. Additionally, theoretical and experimental results show the characteristics of this novel algorithm. Finally, the computational result shows that a novel environment is needed to decrease large manual allocation strategies, which block the improved benefit. 1. Introduction Since Mandelbrot presented the Mandelbrot set (M set), which is the dictionary of all Julia sets [1], the fractal has been soon used everywhere for 3 years. Nowadays, thinking and algorithms, which are generated by fractal, have been used in manysciencedomains.today,twoalgorithmsaregeneralized and used when fractals are created[2]. One is the escape-time algorithm (ETA), and the other is the iterated function system (IFS). Although IFS is a fast algorithm, it can be only used in fractals with a certain iteration strategy. However, admittedly, a lot of fractal iteration functions are uncertain in practical applications. So the ETA becomes the most universal and effective algorithm in creating fractal where the iteration functions are complex. In order to decrease the creating time of ETA, we reform ETA into the parallel environment to improve its speed and effectiveness in this paper. At first, we should show the ETA by Algorithm 1 [2]. In this way, we know that ETA is such an algorithm that uses the escape threshold and the max iteration number to create fractals. Then, it colors all points in the displayed area with different colors. These colors are different with different iteration times under a given color strategy. Finally, if m z > M, thepointz is convergent, and if m z M,thepointz is divergent. Earlier on, to solve some defects of ETA, we have presented an improved algorithm (IA) to remedy the following two defects [3]. Defect a. The convergent points have to perform max iterations. Defect b. When the iteration midresults are in the computed regions, ETA wastes existing computations. Although IA remedies these two defects of ETA, its performance is also not so well when the iterated function is more complex and the displayed area is larger. For example, we use two iteration functions to create fractals with IA: one is in [4, 5], and the other is the one we created in [6]. We have thesetworesults,andweshowthemintables1 and 2. We can see that the fractal creating times enlarge greatly when weenlargethedisplayedareaandcomputemorepoints.from thebolddataintables1 and 2,wecanseethatthesedataareso

2 2 International Journal of Distributed Sensor Networks Table 1: Runtimes of the two functions with ETA. Iteration functions f(z) = (1/2)z3 sin2 (πz/2) f(z) = (1/2)(z3 sin2 (πz/2) + sin 2 (πz/2)) Displayed area/points number ( 1, 1) ( 1, 1)/ Displayed area/points number ( 2, 2) ( 2, 2)/ Displayed area/points number ( 4, 4) ( 4, 4)/ Table 2: Runtimes of the two functions with IA. Iteration functions f(z) = (1/2)z3 sin2 (πz/2) f(z) = (1/2)(z3 sin2 (πz/2) + sin 2 (πz/2)) Displayed area/points number ( 1, 1) ( 1, 1)/ Displayed area/points number ( 2, 2) ( 2, 2)/ Displayed area/points number ( 4, 4) ( 4, 4)/ large that we cannot wait for a so long time for these fractals inpractice.then,weknowthattherearemoreimagesthat need more points to compute. So we have to reach a novel method to solve them. We analyze these large runtimes in Tables 1 and 2, and we find that the phenomenon of these results is due to the large extra space, which stores the midresult of IA by an n n matrix (n nis the computational points number). So the extra matrix becomes too large to compute when we enlarge the computational points (the displayed area). In order to consider a novel method to decrease computational complexity, we admit that the parallel environment isasuitablewaytosolvethisproblem[7, 8]. Furthermore, it is more suitable in fractals [9]. This is because many fractals have highlighted characteristics and fit into parallel environments. For example, symmetrical characteristics are owned by many generalized Mandelbrot sets [1, 11], Julia sets [12], and other fractals [13]. So, in this paper, we separate and improve ETA and IA into parallel environments with a separation method at first. Moreover, we prove their correctness and compute their complexity. Then, we use some well-known generation method in the experiment. Finally, we discuss the experiment result by our conclusion. The remainder of this paper is organized as follows. We present a separation method of both ETA and IA in Section 2. Moreover, we have their parallel experimental results and analyses in Section 3. Finally, Section 4 summarizes the mainresultsofthispaperandpresentsthefollowingstudy objectives. 2. Separation Method of ETA and IA In order to reform ETA and IA into parallel environments, our separation method can be given by 4 steps. Step 1 (dividing computations into tasks). In this step, we divide computations into a class of tasks. The strategy makes all processes busy as far as possible without much supervisory cost.inthisway,parallelstructureisconstructed. Step 2 (distributing tasks among processes). The objective of this step is to load balance between processes in task distribution. The balanced load contains computation, input/output, data access and communication, and so forth Step 3 (applying coordination, communication, and synchronization of data). Coordination decreases the cost of communication and synchronization. Moreover, in order to increase locality of data access, this strategy must finish those tasks earlier, which depends many tasks. Step 4 (mapping processes into processors). From Steps 1 3, we get a complete parallel algorithm which can control mappings from processes into processors. Otherwise, this work is executed by OS. Of course, this mapping is for a certain system or environment. So,inordertorunETAandIAinparallelenvironments, we should distribute them in parallel forms. In this paper, we use the SIMC environment to distribute them and the separation method of ETA and IA. We show the separation method in Algorithms 2 and 3. To simplify without loss of solution, we divide the displayed area into p(n) parts by horizontal lines. After these two separation methods are presented, we process our experiment by constructing a parallel environment with the same 9 PCs (personal computers). In our experiment, one PC is a primary node, and other 8 PCs are task nodes. Then, all subresults are connected to the primary node as the final result.

3 International Journal of Distributed Sensor Networks 3 Step 1. Assuming N astheescapethresholdnumber,m as the max iteration number, m z =as the iteration number of point z and N z =zas records of f n (z). Step 2. For all points z in complex plane, While m z Mand N z <N Let m z =m z +1. N z =f(n z ). Step 3. Color all points z with color strategy of m z. Algorithm finished. Algorithm 1: The escape time algorithm. Primary node For all task nodes Send group message (x start, x end, y start i, y end i, f)toith task nodes; --y start i =y start +(i 1) int[(y end y start )/p(n)] --y end i =y start i x start, x end, y start i, y end i areallpixelnumbers(positiveinteger), f is iterated function/mapping While all task nodes send its result Connect all sub-images and display it; Finished; Task nodes If primary node send message (x start, x end, y start i, y end i, f) Use ETA to create sub-image by compute all points in this area with iterated function f; Send sub-image to primary node; Finished; Algorithm 2: Separation method of ETA. In our experiment, in order to decrease communicational cost, we find that the communications are mostly between the task nodes; that is, there is no need for the primary node. 3. Parallel Experiment and Analysis 3.1. Parallel Parameters. At first, we have some parallel evaluating indicators of a parallel algorithm. In the following evaluating indicators, n is the scale of the problem: (a) running time t(n) = t r +t c,wheret r is routing time of data by network or memorizer and t c is the computing time of arithmetic and logic in processors; (b) numberofprocessorsp(n), which obeys the exponential distribution by defining p(n) = n 1 e (<e<1); (c) parallel cost c(n) = t(n) p(n), whichiscalledthe best cost when the time complexity of executing cost is same between the existing parallel algorithm and the worst serial algorithm. (d) speedup ratio SR(n) = WS(n)/WP(n),whereWS(n) is the worst time cost with the best serial algorithm and WP(n) is the worst time cost of the parallel algorithm with the same problem; easily saying that 1 SR(n) p(n) and that the parallel algorithm is better when SR(n) is larger; (e) parallel efficiency PE(n) = SR(n)/p(n), which is used to measure utilization efficiency of processors in a parallel algorithm; (f) parallel flexibility measures, which is the relation between n and PE(n) by a steady p(n), callingan algorithm flexible when PE(n) increases linearly by n Experiments with T(z) and B(z). Then, we execute fractals of (1) and(2) as our experiments. The creating fractals are given in Figures 1 and 2. In our experiments, we left the primary node free for computations, and we only granted it with the authority, which is the connection with another 8 worker nodes. The connection is done under the SIMC strategy with ETA and the MIMC strategy with IA. This is because ETA needs fewer communications. In ETA, the primary node only sends the computational area to the task nodes. Meantime, the task nodes do not have any other communications. In this way, ETA can be executed with single instruction. On the contrary, IA needs many communications by the worker nodes. So we use multiple instructions in it. We have the running time of every fractal image, which are created by (1)and(2) in Tables 3 and 4 with the different

4 4 International Journal of Distributed Sensor Networks Primary node For all task nodes Send group message (x start, x end, y start i, y end i, f)toith task nodes; --y start i =y start +(i 1) int[(y end y start )/p(n)] --y end i =y start i+1 1 While all task nodes send its result Connect all sub-images and display it; Finished; Task nodes If primary node send message (x start, x end, y start i, y end i, f) UseIAtocreatesub-imagebycomputeallpointsin this area with iterated function f; { Δx + iδy = f(x + iy); While Δy (y start i,y end i )andm x+iy <M; f(x + iy) = f(δx + iδy), m x+iy =m x+iy +m Δx+iΔy ; If Δy (y start i,y end i ) and m x+iy <M; Send message (Δx, Δy, i, Need) to jth node; --j =int[δy/(y end i y start i +1)] If receive message (x, y, j, Need) Send message (Δx, Δy, m Δx+iΔy )tojthnode; --Δx + iδy = f(x + iy) If receive message (Δx, Δy, m Δx+iΔy ) f(x + iy) = f(δx + iδy), m x+iy =m x+iy +m Δx+iΔy If m x+iy >N m x+iy =N; } Send sub-image to primary node; Finished; Algorithm 3: Separation method of IA. algorithms ETA and IA. Every running time contains both serial time and parallel time: f 1 (z) = 1 2 z3 sin 2 (πz/2), (1) f 2 (z) = 1 (πz/2) + sin 2 πz 2 (z3sin2 ). (2) 2 We compare the running times of ETA and IA with iteration functions (1) and (2). Then, we compute the evaluating indicatorsofthesetwoalgorithms.weusep(n) = 8 as the constant. So we only discuss c(n), SR(n), PE(n), andpf (parallel flexibility) in our paper. We know that c(n) = t(n) p(n) and p(n) = 9. Sowe have Figure 3 to show their costs individually. Moreover, we show SR(n) in Figure4 using the times WS(n) and WP(n) in experiments. Then, we need not compute PE(n) because it is only a constant coefficient different from the SR(n). Finally, we use Figure 5 to present parallel flexibility with equation SR(n)/n. Then, with these results, we have that the speedup ratio of ETA is better than that of the IA (in Figure 4), and that of the running time of IA is smaller than that of the ETA (in Figure 3). Admittedly, the upper bound of the speedup is p(n) = 9. It is to say that parallel ETA still has space in speedup ratio. Contrarily, the speedup ratio of IA is lower because there are too many communications between worker nodes in parallel IA. However, it reduces t r,butitincreases t c. Then, we have to say that speedup ratio is smaller when worker nodes are more. Moreover, from Figures 4 and 5, wecanseethatthetwo absolute flexibilities of the two algorithms are not so well. Especially, flexibility of IA is worse. But this does not this mean that their complexities are nearly linear. So the two relative flexibilities of the two algorithms are well. Finally, the created fractals are the same as in Figures 1 and 2. So we do not present them with additional figures Experiments with Generalized M Sets. After the experiments with T(z) and B(z), which are two iteration functions about the generalized 3x+1functions, we reach the final experiment of the generalized Mandelbrot sets with exponent k (k-m set). Similarly, in order to validate effectiveness of the novel algorithm, we process a k-msetwithk = 2.47 in serial ETA (SA), serial IA (SIA), parallel ETA (PA), and parallel IA (PIA). The fractal image of k-msetisgiveninfigure 6. Then, we use Figure 7 to present the eight subresults of the k-m set. It also validates the correctness of PIA.

5 International Journal of Distributed Sensor Networks 5 (a) ( 1, 1) ( 1, 1) with (b) ( 2, 2) ( 2, 2) with (c) ( 4, 4) ( 4, 4) with Figure 1: Fractals of (1). (a) ( 1, 1) ( 1, 1) with (b) ( 2, 2) ( 2, 2) with (c) ( 4, 4) ( 4, 4) with Figure 2: Fractals of (2) Time (s) Speedup ratio (SR(n)) Serial Parallel Eq. (1) Eq. (2) ETA IA Figure 3: Running time to compare between ETA and IA with these two iteration functions into these two environments. Eq. (1) Eq. (2) ETA IA Figure 4: Speedup ratio to compare between ETA and IA with these two iteration functions.

6 6 International Journal of Distributed Sensor Networks Table 3: Running time of ETA. Iteration functions f(z) = (1/2)z3 sin2 (πz/2) f(z) = (1/2)(z3 sin2 (πz/2) + sin 2 (πz/2)) Displayed area/points number ( 1, 1) ( 1, 1)/64 64 Serial Parallel Displayed area/points number ( 2, 2) ( 2, 2)/ Serial Parallel Displayed area/points number ( 4, 4) ( 4, 4)/ Serial Parallel Table 4: Running time of IA. Iteration functions f(z) = (1/2)z3 sin2 (πz/2) f(z) = (1/2)(z3 sin2 (πz/2) + sin 2 (πz/2)) Displayed area/points number ( 1, 1) ( 1, 1)/64 64 Serial Parallel Displayed area/points number ( 2, 2) ( 2, 2)/ Serial Parallel Displayed area/points number ( 4, 4) ( 4, 4)/ Serial Parallel In fact, the k-m set is a fast creating fractal. In this way, we do not present the creating time for these four methods (SA, SIA, PA, and PIA) because they are mixed and hard to discuss. In this paper, we only compute SR = WS(SA)/WP(PA) and flexibility = SR/n of them. We present them in Figures 8 and 9.InFigure 8,wepresentSRofthek-Mset,and,inFigure 9, we present the flexibility of the k-mset. In Figures 8 and 9,wealsousen = 64 64, , and In Figures 8 and 9, wealsousec(n) = t(n) p(n) and p(n) = 9 with any n. SowehaveSR 1 (n) = WS(SA)/WP(PA) = c(sa)/c(pa) and SR 2 (n) = WS(SIA)/WP(PIA) = c(sia)/c(pia) in Figure4 by using the cost time instead of WS and WP in experimental results. Then, we use Figure 9 to present parallel flexibility with equation SR(n)/n. Then,withtheseresults,wealsohavethatspeedupratio of ETA is better than that of IA (in Figure 8). Then, we find that the SR of the k-m setissmallerthanthoseoft(z) and B(z). This is because the creating time of the k-msetissmall. Meantime, the distributional time comes to a larger ratio. So SRs are decreasing. But we also find that the SR of IA is larger. This is because of the local attractiveness of the k-m set. Moreover, it is similar that the speedup ratio of IA is lower than that of ETA. This is also because there are too many communications between worker nodes in PIA. Moreover, from Figure 8, we compute flexibilities of the two algorthims, and we find that both of them are not so well. Then, we can also find that two relative flexibilities of the two algorithms are well. 4. Conclusion We constructed a parallel environment to run the distribution fractal creating algorithms ETA and IA by static task distribution strategy. Then, we compared these two parallel algorithms by some parallel evaluating indicators. Although there were many communication redundancies in IA, experiment results show that both ETA and IA can increase their speed and efficiency with a better environment. The next step is to avoid communication redundancies, sowewilltransplantetaandiaintoacloudenvironment. We will process this transformation since we have computed a universal computational complexity of fractal creating methods by iteration conditions. It is a new way

7 International Journal of Distributed Sensor Networks 7 Flexibility (SR(n)/n) Speedup ratio (SR) Figure 5: Flexibility to compare between ETA and IA with these two iteration functions into these two environments. (a) (b) (c) (d) (e) (f) (g) (h) Figure 7: Subfractal image of the k-msetwithk = Figure 6: Fractal image of the k-m set with k = touseinnermechanisminthecloudenvironmenttoavoid outer communication. Furthermore, we will present a special novel algorithm for the generalized Mandelbrot sets with rational number exponent when we have its structural characteristics. Acknowledgments This work is supported by grants from the Program of Higher-Level Talents of Inner Mongolia University (nos and ), National Natural Science Foundation of China (nos and ), the key Project of Chinese Ministry of Education (no ), the inner Mongolia Science Foundation for Distinguished Young Scholars (212JQ3) and Scientific projects of higher school of Inner Mongolia(no.NJZY134).Theauthorswouldliketothank ETA IA Figure 8: Speedup ratio to compare between ETA and IA with the k-mset,wherek = 2.47.

8 8 International Journal of Distributed Sensor Networks Flexibility (SR(n)/n) [1] S. Liu, X. Cheng, C. Lan et al., Study in fractals of generalized M-set with rational number exponent, Applied Mathematics and Computation,vol.22,pp ,213. [11] I. Andreadis and T. E. Karakasidis, On numerical approximations of the area of the generalized mandelbrot sets, Applied Mathematics and Computation,vol.219,no.23,pp , 213. [12] Y. Sun, X. Zhao, and K. Hou, Calculation of julia sets by equipotential point algorithm, International Journal of Bifurcation and Chaos,vol.23,no.1,213. [13]R.D.D.Díaz, L. H. Encinas, and J. M. Masqué, A fractal sets attached to homogeneous quadratic maps in two variables, Physica D,vol.245,no.1,pp.8 18, ETA IA Figure 9: Flexibility to compare between ETA and IA with the k-m set, where k = the anonymous reviewers for their helpful comments in reviewing this paper. References [1] B. B. Mandelbrot, The Fractal Geometry of Nature, W. H. Freeman, San Fransisco, Calif, USA, [2] J. Falconer, Fractal Geometry: Mathematical Foundations and Applications, John Wiley & Sons, New York, NY, USA, 2nd edition, 23. [3]S.Liu,X.Che,andZ.Wang, Improvementofescapetime algorithm by no- escape-point, Journal of Computers,vol.6,no. 8, pp , 211. [4] J. P. Dumont and C. A. Reiter, Visualizing generalized 3x+1 function dynamics, Computers and Graphics (Pergamon), vol. 25,no.5,pp ,21. [5] S.Liu,X.-J.Che,andZ.-X.Wang, Existencedomainanalysis and numerical algorithm of fixed point for generalized 3x+1 function Tx, Acta Electronica Sinica, vol. 39, no. 1, pp , 211. [6] S. Liu and Z. Wang, Fixed point and fractal images for a generalized approximate 3x+1 function, JournalofComputer- Aided Design and Computer Graphics, vol.21,no.12,pp , 29. [7] Q. Wu, M. Zhang, R. Zheng et al., A Qos-satisfied prediction model for cloud-service composition based on a hidden markov model, Mathematical Problems in Engineering,vol.213,Article ID 38783, 7 pages, 213. [8] C. B. Guure and N. A. Ibrahim, Bayesian analysis of the survival function and failure rate of weibull distribution with censored data, Mathematical Problems in Engineering,vol.212, Article ID , 18 pages, 212. [9] M.Liu,S.Liu,W.Fuetal., Distributionalescapetimealgorithm based on generalized fractal sets in cloud environment, Chinese Journal of Electronics.Inpress.

A Generalized Mandelbrot Set Based On Distance Ratio

A Generalized Mandelbrot Set Based On Distance Ratio A Generalized Mandelbrot Set Based On Distance Ratio Xizhe Zhang College of Computer Science and Technology, Jilin University No.2699, Qianjin street 3002, Changchun, Jilin, China zxzok@63.com Tianyang

More information

FSRM Feedback Algorithm based on Learning Theory

FSRM Feedback Algorithm based on Learning Theory Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 699-703 699 FSRM Feedback Algorithm based on Learning Theory Open Access Zhang Shui-Li *, Dong

More information

Research Article A Two-Level Cache for Distributed Information Retrieval in Search Engines

Research Article A Two-Level Cache for Distributed Information Retrieval in Search Engines The Scientific World Journal Volume 2013, Article ID 596724, 6 pages http://dx.doi.org/10.1155/2013/596724 Research Article A Two-Level Cache for Distributed Information Retrieval in Search Engines Weizhe

More information

manufacturing process.

manufacturing process. Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 203-207 203 Open Access Identifying Method for Key Quality Characteristics in Series-Parallel

More information

Open Access Research on the Prediction Model of Material Cost Based on Data Mining

Open Access Research on the Prediction Model of Material Cost Based on Data Mining Send Orders for Reprints to reprints@benthamscience.ae 1062 The Open Mechanical Engineering Journal, 2015, 9, 1062-1066 Open Access Research on the Prediction Model of Material Cost Based on Data Mining

More information

A new fractal algorithm to model discrete sequences

A new fractal algorithm to model discrete sequences A new fractal algorithm to model discrete sequences Zhai Ming-Yue( 翟明岳 ) a) Heidi Kuzuma b) and James W. Rector b)c) a) School of EE Engineering North China Electric Power University Beijing 102206 China

More information

Research Article Improvements in Geometry-Based Secret Image Sharing Approach with Steganography

Research Article Improvements in Geometry-Based Secret Image Sharing Approach with Steganography Hindawi Publishing Corporation Mathematical Problems in Engineering Volume 2009, Article ID 187874, 11 pages doi:10.1155/2009/187874 Research Article Improvements in Geometry-Based Secret Image Sharing

More information

The Study of Intelligent Scheduling Algorithm in the Vehicle ECU based on CAN Bus

The Study of Intelligent Scheduling Algorithm in the Vehicle ECU based on CAN Bus Send Orders for Reprints to reprints@benthamscience.ae The Open Cybernetics & Systemics Journal, 2015, 9, 1461-1465 1461 Open Access The Study of Intelligent Scheduling Algorithm in the Vehicle ECU based

More information

Research Article Polygon Morphing and Its Application in Orebody Modeling

Research Article Polygon Morphing and Its Application in Orebody Modeling Mathematical Problems in Engineering Volume 212, Article ID 732365, 9 pages doi:1.1155/212/732365 Research Article Polygon Morphing and Its Application in Orebody Modeling Hacer İlhan and Haşmet Gürçay

More information

Research Article Prediction Model of Coating Growth Rate for Varied Dip-Angle Spraying Based on Gaussian Sum Model

Research Article Prediction Model of Coating Growth Rate for Varied Dip-Angle Spraying Based on Gaussian Sum Model Mathematical Problems in Engineering Volume 16, Article ID 93647, 7 pages http://dx.doi.org/.1155/16/93647 Research Article Prediction Model of Coating Growth Rate for Varied Dip-Angle Spraying Based on

More information

Research Article Modeling and Simulation Based on the Hybrid System of Leasing Equipment Optimal Allocation

Research Article Modeling and Simulation Based on the Hybrid System of Leasing Equipment Optimal Allocation Discrete Dynamics in Nature and Society Volume 215, Article ID 459381, 5 pages http://dxdoiorg/11155/215/459381 Research Article Modeling and Simulation Based on the Hybrid System of Leasing Equipment

More information

A Personalized Cloud Services Recommendation Based on Cooperative Relationship between Services

A Personalized Cloud Services Recommendation Based on Cooperative Relationship between Services Journal of Software Engineering and Applications, 2013, 6, 623-629 Published Online December 2013 (http://www.scirp.org/ournal/sea) http://dx.doi.org/10.4236/sea.2013.612074 623 A Personalized Cloud Services

More information

Research on Evaluation Method of Product Style Semantics Based on Neural Network

Research on Evaluation Method of Product Style Semantics Based on Neural Network Research Journal of Applied Sciences, Engineering and Technology 6(23): 4330-4335, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 28, 2012 Accepted:

More information

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid Demin Wang 2, Hong Zhu 1, and Xin Liu 2 1 College of Computer Science and Technology, Jilin University, Changchun

More information

A Cumulative Averaging Method for Piecewise Polynomial Approximation to Discrete Data

A Cumulative Averaging Method for Piecewise Polynomial Approximation to Discrete Data Applied Mathematical Sciences, Vol. 1, 16, no. 7, 331-343 HIKARI Ltd, www.m-hiari.com http://dx.doi.org/1.1988/ams.16.5177 A Cumulative Averaging Method for Piecewise Polynomial Approximation to Discrete

More information

An Improved Algorithm for Image Fractal Dimension

An Improved Algorithm for Image Fractal Dimension Proceedings of the 8th International Symposium on Spatial Accuracy Assessment in Natural Resources and Environmental Sciences Shanghai, P. R. China, June 25-27, 2008, pp. 196-200 An Improved Algorithm

More information

Tendency Mining in Dynamic Association Rules Based on SVM Classifier

Tendency Mining in Dynamic Association Rules Based on SVM Classifier Send Orders for Reprints to reprints@benthamscienceae The Open Mechanical Engineering Journal, 2014, 8, 303-307 303 Open Access Tendency Mining in Dynamic Association Rules Based on SVM Classifier Zhonglin

More information

Intuitionistic Fuzzy Petri Nets for Knowledge Representation and Reasoning

Intuitionistic Fuzzy Petri Nets for Knowledge Representation and Reasoning Intuitionistic Fuzzy Petri Nets for Knowledge Representation and Reasoning Meng Fei-xiang 1 Lei Ying-jie 1 Zhang Bo 1 Shen Xiao-yong 1 Zhao Jing-yu 2 1 Air and Missile Defense College Air Force Engineering

More information

A Novel Algorithm to Estimate the Reliability of Hybrid Computer Communication Networks

A Novel Algorithm to Estimate the Reliability of Hybrid Computer Communication Networks Journal of Signal and Information Processing, 013, 4, 394-399 Published Online November 013 (http://www.scirp.org/journal/jsip) http://dx.doi.org/10.436/jsip.013.44050 A Novel Algorithm to Estimate the

More information

ZigBee Routing Algorithm Based on Energy Optimization

ZigBee Routing Algorithm Based on Energy Optimization Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com ZigBee Routing Algorithm Based on Energy Optimization Wangang Wang, Yong Peng, Yongyu Peng Chongqing City Management College, No. 151 Daxuecheng

More information

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding

Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding e Scientific World Journal, Article ID 746260, 8 pages http://dx.doi.org/10.1155/2014/746260 Research Article Path Planning Using a Hybrid Evolutionary Algorithm Based on Tree Structure Encoding Ming-Yi

More information

COMPUTER ANALYSIS OF FRACTAL SETS

COMPUTER ANALYSIS OF FRACTAL SETS Proceedings of the Czech Japanese Seminar in Applied Mathematics 2006 Czech Technical University in Prague, September 14-17, 2006 pp. 1 8 COMPUTER ANALYSIS OF FRACTAL SETS PETR PAUŠ1 Abstract. This article

More information

Research Article Optimization of Access Threshold for Cognitive Radio Networks with Prioritized Secondary Users

Research Article Optimization of Access Threshold for Cognitive Radio Networks with Prioritized Secondary Users Mobile Information Systems Volume 2016, Article ID 3297938, 8 pages http://dx.doi.org/10.1155/2016/3297938 Research Article Optimization of Access Threshold for Cognitive Radio Networks with Prioritized

More information

A TECHNOLOGY-ENHANCED FRACTAL/CHAOS COURSE. Taeil Yi University of Texas at Brownsville 80 Fort Brown Brownsville, TX

A TECHNOLOGY-ENHANCED FRACTAL/CHAOS COURSE. Taeil Yi University of Texas at Brownsville 80 Fort Brown Brownsville, TX A TECHNOLOGY-ENHANCED FRACTAL/CHAOS COURSE Taeil Yi University of Texas at Brownsville 80 Fort Brown Brownsville, TX 78520 tyi@utb.edu Abstract Easy construction of fractal figures is the most valuable

More information

A Novel Field-source Reverse Transform for Image Structure Representation and Analysis

A Novel Field-source Reverse Transform for Image Structure Representation and Analysis A Novel Field-source Reverse Transform for Image Structure Representation and Analysis X. D. ZHUANG 1,2 and N. E. MASTORAKIS 1,3 1. WSEAS Headquarters, Agiou Ioannou Theologou 17-23, 15773, Zografou, Athens,

More information

Research Article A Family of Even-Point Ternary Approximating Schemes

Research Article A Family of Even-Point Ternary Approximating Schemes International Scholarly Research Network ISRN Applied Mathematics Volume, Article ID 97, pages doi:.5//97 Research Article A Family of Even-Point Ternary Approximating Schemes Abdul Ghaffar and Ghulam

More information

An Algorithm for Generating New Mandelbrot and Julia Sets

An Algorithm for Generating New Mandelbrot and Julia Sets An Algorithm for Generating New Mandelbrot and Julia Sets R. P. Pant 1 R. K. Bisht 1* 1. Department of Mathematics, D. S. B. Campus, Kumaun University, Nainital-263002, India * E-mail of the corresponding

More information

Network Scheduling Model of Cloud Computing

Network Scheduling Model of Cloud Computing , pp.84-88 http://dx.doi.org/10.14257/astl.2015.111.17 Network Scheduling Model of Cloud Computing Ke Lu 1,Junxia Meng 2 1 Department of international education, Jiaozuo University, Jiaozuo, 454003,China

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

Efficient Second-Order Iterative Methods for IR Drop Analysis in Power Grid

Efficient Second-Order Iterative Methods for IR Drop Analysis in Power Grid Efficient Second-Order Iterative Methods for IR Drop Analysis in Power Grid Yu Zhong Martin D. F. Wong Dept. of Electrical and Computer Engineering Dept. of Electrical and Computer Engineering Univ. of

More information

Conditional Volatility Estimation by. Conditional Quantile Autoregression

Conditional Volatility Estimation by. Conditional Quantile Autoregression International Journal of Mathematical Analysis Vol. 8, 2014, no. 41, 2033-2046 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ijma.2014.47210 Conditional Volatility Estimation by Conditional Quantile

More information

Research on Community Structure in Bus Transport Networks

Research on Community Structure in Bus Transport Networks Commun. Theor. Phys. (Beijing, China) 52 (2009) pp. 1025 1030 c Chinese Physical Society and IOP Publishing Ltd Vol. 52, No. 6, December 15, 2009 Research on Community Structure in Bus Transport Networks

More information

Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving Multi-documents

Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving Multi-documents Send Orders for Reprints to reprints@benthamscience.ae 676 The Open Automation and Control Systems Journal, 2014, 6, 676-683 Open Access The Three-dimensional Coding Based on the Cone for XML Under Weaving

More information

Application of Redundant Backup Technology in Network Security

Application of Redundant Backup Technology in Network Security 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Application of Redundant Backup Technology in Network Security Shuwen Deng1, Siping Hu*, 1, Dianhua Wang1, Limin

More information

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks

Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.9, September 2017 139 Nodes Energy Conserving Algorithms to prevent Partitioning in Wireless Sensor Networks MINA MAHDAVI

More information

Robot Path Planning Method Based on Improved Genetic Algorithm

Robot Path Planning Method Based on Improved Genetic Algorithm Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Robot Path Planning Method Based on Improved Genetic Algorithm 1 Mingyang Jiang, 2 Xiaojing Fan, 1 Zhili Pei, 1 Jingqing

More information

A Novel Fractal Monocular and Stereo Video Codec based on MCP and DCP

A Novel Fractal Monocular and Stereo Video Codec based on MCP and DCP A ovel Fractal Monocular and Stereo Video Codec based on MCP and DCP Shiping Zhu a, Zaikuo Wang a, Kamel Belloulata b a Department of Measurement Control and Information Technology, School of Instrumentation

More information

Image Restoration by Revised Bayesian-Based Iterative Method

Image Restoration by Revised Bayesian-Based Iterative Method ADVCOMP 2011 : The Fifth International Conference on Advanced Engineering Computing and Applications in Sciences Image Restoration by Revised Bayesian-Based Iterative Method Sigeru Omatu, Hideo Araki Osaka

More information

Parallel Algorithms for the Third Extension of the Sieve of Eratosthenes. Todd A. Whittaker Ohio State University

Parallel Algorithms for the Third Extension of the Sieve of Eratosthenes. Todd A. Whittaker Ohio State University Parallel Algorithms for the Third Extension of the Sieve of Eratosthenes Todd A. Whittaker Ohio State University whittake@cis.ohio-state.edu Kathy J. Liszka The University of Akron liszka@computer.org

More information

Graph Sampling Approach for Reducing. Computational Complexity of. Large-Scale Social Network

Graph Sampling Approach for Reducing. Computational Complexity of. Large-Scale Social Network Journal of Innovative Technology and Education, Vol. 3, 216, no. 1, 131-137 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.12988/jite.216.6828 Graph Sampling Approach for Reducing Computational Complexity

More information

Research Article Obtaining an Initial Solution for Facility Layout Problem

Research Article Obtaining an Initial Solution for Facility Layout Problem Industrial Mathematics Volume 01, Article ID 101, 10 pages http://dx.doi.org/10.11/01/101 Research Article Obtaining an Initial Solution for Facility Layout Problem Ali Shoja Sangchooli and Mohammad Reza

More information

Parallel Evaluation of Hopfield Neural Networks

Parallel Evaluation of Hopfield Neural Networks Parallel Evaluation of Hopfield Neural Networks Antoine Eiche, Daniel Chillet, Sebastien Pillement and Olivier Sentieys University of Rennes I / IRISA / INRIA 6 rue de Kerampont, BP 818 2232 LANNION,FRANCE

More information

Generation of 3D Fractal Images for Mandelbrot and Julia Sets

Generation of 3D Fractal Images for Mandelbrot and Julia Sets 178 Generation of 3D Fractal Images for Mandelbrot and Julia Sets Bulusu Rama #, Jibitesh Mishra * # Department of Computer Science and Engineering, MLR Institute of Technology Hyderabad, India 1 rama_bulusu@yahoo.com

More information

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence

A Network Intrusion Detection System Architecture Based on Snort and. Computational Intelligence 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 206) A Network Intrusion Detection System Architecture Based on Snort and Computational Intelligence Tao Liu, a, Da

More information

DynamicStructuralAnalysisofGreatFiveAxisTurningMillingComplexCNCMachine

DynamicStructuralAnalysisofGreatFiveAxisTurningMillingComplexCNCMachine Global Journal of Researches in Engineering: Mechanical and Mechanics Engineering Volume 17 Issue 2 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Flexible Calibration of a Portable Structured Light System through Surface Plane

Flexible Calibration of a Portable Structured Light System through Surface Plane Vol. 34, No. 11 ACTA AUTOMATICA SINICA November, 2008 Flexible Calibration of a Portable Structured Light System through Surface Plane GAO Wei 1 WANG Liang 1 HU Zhan-Yi 1 Abstract For a portable structured

More information

Open Access Apriori Algorithm Research Based on Map-Reduce in Cloud Computing Environments

Open Access Apriori Algorithm Research Based on Map-Reduce in Cloud Computing Environments Send Orders for Reprints to reprints@benthamscience.ae 368 The Open Automation and Control Systems Journal, 2014, 6, 368-373 Open Access Apriori Algorithm Research Based on Map-Reduce in Cloud Computing

More information

Simulation for the Polygonal Coil Magnetic Field

Simulation for the Polygonal Coil Magnetic Field Progress in Applied Mathematics Vol. 6, No., 013, pp. [43-49] DOI: 10.3968/j.pam.19558013060.9005 ISSN 195-51X [Print] ISSN 195-58 [Online] www.cscanada.net www.cscanada.org Simulation for the Polygonal

More information

Second Triangular Hermite Spline Curves and Its Application

Second Triangular Hermite Spline Curves and Its Application Progress in Applied Mathematics Vol. 4, No. 1, 1, pp. [3 36] DOI: 1.3968/j.pam.19558141.1533 ISSN 195-51X [Print] ISSN 195-58 [Online] www.cscanada.net www.cscanada.org Second Triangular Hermite Spline

More information

Fault Diagnosis of Wind Turbine Based on ELMD and FCM

Fault Diagnosis of Wind Turbine Based on ELMD and FCM Send Orders for Reprints to reprints@benthamscience.ae 76 The Open Mechanical Engineering Journal, 24, 8, 76-72 Fault Diagnosis of Wind Turbine Based on ELMD and FCM Open Access Xianjin Luo * and Xiumei

More information

Fractals. Investigating task farms and load imbalance

Fractals. Investigating task farms and load imbalance Fractals Investigating task farms and load imbalance Reusing this material This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 4.0 International License. http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_us

More information

Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems

Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems 4 The Open Cybernetics and Systemics Journal, 008,, 4-9 Revision of a Floating-Point Genetic Algorithm GENOCOP V for Nonlinear Programming Problems K. Kato *, M. Sakawa and H. Katagiri Department of Artificial

More information

G 2 Interpolation for Polar Surfaces

G 2 Interpolation for Polar Surfaces 1 G 2 Interpolation for Polar Surfaces Jianzhong Wang 1, Fuhua Cheng 2,3 1 University of Kentucky, jwangf@uky.edu 2 University of Kentucky, cheng@cs.uky.edu 3 National Tsinhua University ABSTRACT In this

More information

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-"&"3 -"(' ( +-" " " % '.+ % ' -0(+$,

A *69>H>N6 #DJGC6A DG C<>C::G>C<,8>:C8:H /DA 'D 2:6G, ()-&3 -(' ( +-   % '.+ % ' -0(+$, The structure is a very important aspect in neural network design, it is not only impossible to determine an optimal structure for a given problem, it is even impossible to prove that a given structure

More information

Deduction and Logic Implementation of the Fractal Scan Algorithm

Deduction and Logic Implementation of the Fractal Scan Algorithm Deduction and Logic Implementation of the Fractal Scan Algorithm Zhangjin Chen, Feng Ran, Zheming Jin Microelectronic R&D center, Shanghai University Shanghai, China and Meihua Xu School of Mechatronical

More information

PARALLELIZATION OF THE NELDER-MEAD SIMPLEX ALGORITHM

PARALLELIZATION OF THE NELDER-MEAD SIMPLEX ALGORITHM PARALLELIZATION OF THE NELDER-MEAD SIMPLEX ALGORITHM Scott Wu Montgomery Blair High School Silver Spring, Maryland Paul Kienzle Center for Neutron Research, National Institute of Standards and Technology

More information

Fractal Interpolation Representation of A Class of Quadratic Functions

Fractal Interpolation Representation of A Class of Quadratic Functions ISSN 1749-3889 (print, 1749-3897 (online International Journal of Nonlinear Science Vol.24(2017 No.3, pp.175-179 Fractal Interpolation Representation of A Class of Quadratic Functions Chengbin Shen, Zhigang

More information

Research Article Field Geometric Calibration Method for Line Structured Light Sensor Using Single Circular Target

Research Article Field Geometric Calibration Method for Line Structured Light Sensor Using Single Circular Target Hindawi Scientific Programming Volume 2017, Article ID 1526706, 8 pages https://doi.org/10.1155/2017/1526706 Research Article Field Geometric Calibration Method for Line Structured Light Sensor Using Single

More information

Optimization on TEEN routing protocol in cognitive wireless sensor network

Optimization on TEEN routing protocol in cognitive wireless sensor network Ge et al. EURASIP Journal on Wireless Communications and Networking (2018) 2018:27 DOI 10.1186/s13638-018-1039-z RESEARCH Optimization on TEEN routing protocol in cognitive wireless sensor network Yanhong

More information

Research Article An Improved Topology-Potential-Based Community Detection Algorithm for Complex Network

Research Article An Improved Topology-Potential-Based Community Detection Algorithm for Complex Network e Scientific World Journal, Article ID 121609, 7 pages http://dx.doi.org/10.1155/2014/121609 Research Article An Improved Topology-Potential-Based Community Detection Algorithm for Complex Network Zhixiao

More information

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion

Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Research on Clearance of Aerial Remote Sensing Images Based on Image Fusion Institute of Oceanographic Instrumentation, Shandong Academy of Sciences Qingdao, 266061, China E-mail:gyygyy1234@163.com Zhigang

More information

Adaptive osculatory rational interpolation for image processing

Adaptive osculatory rational interpolation for image processing Journal of Computational and Applied Mathematics 195 (2006) 46 53 www.elsevier.com/locate/cam Adaptive osculatory rational interpolation for image processing Min Hu a, Jieqing Tan b, a College of Computer

More information

Research Article Regressive Structures for Computation of DST-II and Its Inverse

Research Article Regressive Structures for Computation of DST-II and Its Inverse International Scholarly Research etwork ISR Electronics Volume 01 Article ID 537469 4 pages doi:10.540/01/537469 Research Article Regressive Structures for Computation of DST-II and Its Inverse Priyanka

More information

Flow Field Analysis of Turbine Blade Modeling Based on CFX-Blade Gen

Flow Field Analysis of Turbine Blade Modeling Based on CFX-Blade Gen Flow Field Analysis of Turbine Blade Modeling Based on CFX-Blade Gen Liguang Wang 1, 2, a, *, Zhijun Li 1, 2, b, Yu Wang 1, 2, c, Baolin Liu 1, 2, Qin Zhou 1, 2 1 School of Engineering and Technology,

More information

Application of Wang-Yu Algorithm in the Geometric Constraint Problem

Application of Wang-Yu Algorithm in the Geometric Constraint Problem Application of Wang-u Algorithm in the Geometric Constraint Problem 1 Department of Computer Science and Technology, Jilin University Changchun, 130012, China E-mail: liwh@jlu.edu.cn Mingyu Sun 2 Department

More information

THE GRAPH OF FRACTAL DIMENSIONS OF JULIA SETS Bünyamin Demir 1, Yunus Özdemir2, Mustafa Saltan 3. Anadolu University Eskişehir, TURKEY

THE GRAPH OF FRACTAL DIMENSIONS OF JULIA SETS Bünyamin Demir 1, Yunus Özdemir2, Mustafa Saltan 3. Anadolu University Eskişehir, TURKEY International Journal of Pure and Applied Mathematics Volume 70 No. 3 2011, 401-409 THE GRAPH OF FRACTAL DIMENSIONS OF JULIA SETS Bünyamin Demir 1, Yunus Özdemir2, Mustafa Saltan 3 1,2,3 Department of

More information

Supplementary Information. Design of Hierarchical Structures for Synchronized Deformations

Supplementary Information. Design of Hierarchical Structures for Synchronized Deformations Supplementary Information Design of Hierarchical Structures for Synchronized Deformations Hamed Seifi 1, Anooshe Rezaee Javan 1, Arash Ghaedizadeh 1, Jianhu Shen 1, Shanqing Xu 1, and Yi Min Xie 1,2,*

More information

Research Article Block-Matching Translational and Rotational Motion Compensated Prediction Using Interpolated Reference Frame

Research Article Block-Matching Translational and Rotational Motion Compensated Prediction Using Interpolated Reference Frame Hindawi Publishing Corporation EURASIP Journal on Advances in Signal Processing Volume 2010, Article ID 385631, 9 pages doi:10.1155/2010/385631 Research Article Block-Matching Translational and Rotational

More information

Parallelizing a Monte Carlo simulation of the Ising model in 3D

Parallelizing a Monte Carlo simulation of the Ising model in 3D Parallelizing a Monte Carlo simulation of the Ising model in 3D Morten Diesen, Erik Waltersson 2nd November 24 Contents 1 Introduction 2 2 Description of the Physical Model 2 3 Programs 3 3.1 Outline of

More information

Study on Improving the Quality of Reconstructed NURBS Surfaces

Study on Improving the Quality of Reconstructed NURBS Surfaces Study on Improving the Quality of Reconstructed NURBS Surfaces Shufeng jiang, Shigang Wang, Yong Yan School of Mechatronic Engineering, Qiqihar University, Qiqihar 161006, China Abstract In aspect of surface

More information

An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm

An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm Journal of Universal Computer Science, vol. 13, no. 10 (2007), 1449-1461 submitted: 12/6/06, accepted: 24/10/06, appeared: 28/10/07 J.UCS An Approach to Polygonal Approximation of Digital CurvesBasedonDiscreteParticleSwarmAlgorithm

More information

Fractals exercise. Investigating task farms and load imbalance

Fractals exercise. Investigating task farms and load imbalance Fractals exercise Investigating task farms and load imbalance Reusing this material This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 4.0 International License. http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_us

More information

Research Article Multichannel Broadcast Based on Home Channel for Cognitive Radio Sensor Networks

Research Article Multichannel Broadcast Based on Home Channel for Cognitive Radio Sensor Networks e Scientific World Journal, Article ID 72521, 6 pages http://dx.doi.org/1.1155/214/72521 Research Article Multichannel Broadcast Based on Home Channel for Cognitive Radio Sensor Networks Fanzi Zeng, 1

More information

An Efficient Method for Solving the Direct Kinematics of Parallel Manipulators Following a Trajectory

An Efficient Method for Solving the Direct Kinematics of Parallel Manipulators Following a Trajectory An Efficient Method for Solving the Direct Kinematics of Parallel Manipulators Following a Trajectory Roshdy Foaad Abo-Shanab Kafr Elsheikh University/Department of Mechanical Engineering, Kafr Elsheikh,

More information

Image Segmentation Based on. Modified Tsallis Entropy

Image Segmentation Based on. Modified Tsallis Entropy Contemporary Engineering Sciences, Vol. 7, 2014, no. 11, 523-529 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4439 Image Segmentation Based on Modified Tsallis Entropy V. Vaithiyanathan

More information

Security Flaws of Cheng et al. s Biometric-based Remote User Authentication Scheme Using Quadratic Residues

Security Flaws of Cheng et al. s Biometric-based Remote User Authentication Scheme Using Quadratic Residues Contemporary Engineering Sciences, Vol. 7, 2014, no. 26, 1467-1473 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.49118 Security Flaws of Cheng et al. s Biometric-based Remote User Authentication

More information

FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP

FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP Dynamics of Continuous, Discrete and Impulsive Systems Series B: Applications & Algorithms 14 (2007) 103-111 Copyright c 2007 Watam Press FUZZY C-MEANS ALGORITHM BASED ON PRETREATMENT OF SIMILARITY RELATIONTP

More information

Metamorphic Animation of Plant-like Fractal Images Based on a Family of Transitional IFS Code Sets Approach

Metamorphic Animation of Plant-like Fractal Images Based on a Family of Transitional IFS Code Sets Approach Metamorphic Animation of Plant-like Fractal Images Based on a Family of Transitional IFS Code Sets Approach Tedjo Darmanto STMIK AMIK Bandung tedjodarmanto@gmail.com Iping Supriana Suwardi STEI ITB iping@informatika.org

More information

A Novel Image Transform Based on Potential field Source Reverse for Image Analysis

A Novel Image Transform Based on Potential field Source Reverse for Image Analysis A Novel Image Transform Based on Potential field Source Reverse for Image Analysis X. D. ZHUANG 1,2 and N. E. MASTORAKIS 1,3 1. WSEAS Headquarters, Agiou Ioannou Theologou 17-23, 15773, Zografou, Athens,

More information

Research Article Quadratic Error Metric Mesh Simplification Algorithm Based on Discrete Curvature

Research Article Quadratic Error Metric Mesh Simplification Algorithm Based on Discrete Curvature Mathematical Problems in Engineering Volume 2015, Article ID 428917, 7 pages http://dx.doi.org/10.1155/2015/428917 Research Article Quadratic Error Metric Mesh Simplification Algorithm Based on Discrete

More information

A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations

A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations Title A PMU-Based Three-Step Controlled Separation with Transient Stability Considerations Author(s) Wang, C; Hou, Y Citation The IEEE Power and Energy Society (PES) General Meeting, Washington, USA, 27-31

More information

A Growth Measuring Approach for Maize Based on Computer Vision

A Growth Measuring Approach for Maize Based on Computer Vision A Growth Measuring Approach for Maize Based on Computer Vision Chuanyu Wang 1,2, Boxiang Xiao 1,2,*, Xinyu Guo 1,2, and Sheng Wu 1,2 1 Beijing Research Center for Information Technology in Agriculture,

More information

EFFICIENT ATTRIBUTE REDUCTION ALGORITHM

EFFICIENT ATTRIBUTE REDUCTION ALGORITHM EFFICIENT ATTRIBUTE REDUCTION ALGORITHM Zhongzhi Shi, Shaohui Liu, Zheng Zheng Institute Of Computing Technology,Chinese Academy of Sciences, Beijing, China Abstract: Key words: Efficiency of algorithms

More information

Research Article Average Bandwidth Allocation Model of WFQ

Research Article Average Bandwidth Allocation Model of WFQ Modelling and Simulation in Engineering Volume 2012, Article ID 301012, 7 pages doi:10.1155/2012/301012 Research Article Average Bandwidth Allocation Model of WFQ TomášBaloghandMartinMedvecký Institute

More information

Temperature Calculation of Pellet Rotary Kiln Based on Texture

Temperature Calculation of Pellet Rotary Kiln Based on Texture Intelligent Control and Automation, 2017, 8, 67-74 http://www.scirp.org/journal/ica ISSN Online: 2153-0661 ISSN Print: 2153-0653 Temperature Calculation of Pellet Rotary Kiln Based on Texture Chunli Lin,

More information

Connected Liar s Domination in Graphs: Complexity and Algorithm 1

Connected Liar s Domination in Graphs: Complexity and Algorithm 1 Applied Mathematical Sciences, Vol. 12, 2018, no. 10, 489-494 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.8344 Connected Liar s Domination in Graphs: Complexity and Algorithm 1 Chengye

More information

A New Evaluation Method of Node Importance in Directed Weighted Complex Networks

A New Evaluation Method of Node Importance in Directed Weighted Complex Networks Journal of Systems Science and Information Aug., 2017, Vol. 5, No. 4, pp. 367 375 DOI: 10.21078/JSSI-2017-367-09 A New Evaluation Method of Node Importance in Directed Weighted Complex Networks Yu WANG

More information

Computational efficiency analysis of Wu et al. s fast modular multi-exponentiation algorithm

Computational efficiency analysis of Wu et al. s fast modular multi-exponentiation algorithm Applied Mathematics and Computation 190 (2007) 1848 1854 www.elsevier.com/locate/amc Computational efficiency analysis of Wu et al. s fast modular multi-exponentiation algorithm Da-Zhi Sun a, *, Jin-Peng

More information

College and Career Readiness Practice Workbooks. Series Crosswalks. Math. Science. Social Studies Reading

College and Career Readiness Practice Workbooks. Series Crosswalks. Math. Science. Social Studies Reading Social Studies Reading Science Writing Math College and Career Readiness Practice Workbooks Series Crosswalks Introduction McGraw-Hill Education s College and Career Readiness Practice Workbooks align

More information

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research)

International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

JULIA-FRACTALS ON TI-92

JULIA-FRACTALS ON TI-92 JULIA-FRACTALS ON TI-92 Regis Ockerman Introduction In an article (*) colleague J. De Moor described how we can, as an exercise on complex numbers, draw Julia fractals. There was also an accompanying programme

More information

A Modified Image Segmentation Method Using Active Contour Model

A Modified Image Segmentation Method Using Active Contour Model nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 015) A Modified Image Segmentation Method Using Active Contour Model Shiping Zhu 1, a, Ruidong Gao 1, b 1 Department

More information

Controllability of Complex Power Networks

Controllability of Complex Power Networks Network and Communication Technologies; Vol. 3, No. 1; 018 ISSN 197-064X E-ISSN 197-0658 Published by Canadian Center of Science and Education Controllability of Complex Power Networks Guohua Zhang 1,

More information

Design Optimization of Building Structures Using a Metamodeling Method

Design Optimization of Building Structures Using a Metamodeling Method Proceedings of the 3 rd International Conference on Civil, Structural and Transportation Engineering (ICCSTE'18) Niagara Falls, Canada June 10 12, 2018 Paper No. 137 DOI: 10.11159/iccste18.137 Design Optimization

More information

High Capacity Reversible Watermarking Scheme for 2D Vector Maps

High Capacity Reversible Watermarking Scheme for 2D Vector Maps Scheme for 2D Vector Maps 1 Information Management Department, China National Petroleum Corporation, Beijing, 100007, China E-mail: jxw@petrochina.com.cn Mei Feng Research Institute of Petroleum Exploration

More information

Research Article Delay Analysis of Networked Control Systems Based on 100 M Switched Ethernet

Research Article Delay Analysis of Networked Control Systems Based on 100 M Switched Ethernet Hindawi Publishing Corporation e Scientific World Journal Volume 2014, Article ID 751491, 7 pages http://dx.doi.org/10.1155/2014/751491 Research Article Delay Analysis of Networked Control Systems Based

More information

Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network

Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Research on Ad Hoc-based Routing Algorithm for Wireless Body Sensor Network Hui Cheng, Zhongyang Sun, * Xiaobing Zhang,

More information

Synthesis of Planar Mechanisms, Part IX: Path Generation using 6 Bar 2 Sliders Mechanism

Synthesis of Planar Mechanisms, Part IX: Path Generation using 6 Bar 2 Sliders Mechanism International Journal of Computer Techniques - Volume 2 Issue 6, Nov- Dec 2015 RESEARCH ARTICLE Synthesis of Planar Mechanisms, Part IX: Path Generation using 6 Bar 2 Sliders Mechanism Galal Ali Hassaan

More information

Clustering-Based Distributed Precomputation for Quality-of-Service Routing*

Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Clustering-Based Distributed Precomputation for Quality-of-Service Routing* Yong Cui and Jianping Wu Department of Computer Science, Tsinghua University, Beijing, P.R.China, 100084 cy@csnet1.cs.tsinghua.edu.cn,

More information

On Jeśmanowicz Conjecture Concerning Pythagorean Triples

On Jeśmanowicz Conjecture Concerning Pythagorean Triples Journal of Mathematical Research with Applications Mar., 2015, Vol. 35, No. 2, pp. 143 148 DOI:10.3770/j.issn:2095-2651.2015.02.004 Http://jmre.dlut.edu.cn On Jeśmanowicz Conjecture Concerning Pythagorean

More information