دانلود رایگان مقالات انگلیسی ISI با ترجمه فارسی

۱۱۳ مطلب با کلمه‌ی کلیدی «دانلود رایگان مقالات انگلیسی رایانش ابری» ثبت شده است

دانلود رایگان مقاله انگلیسی درباره سیستم کشاورزی با رویکرد پیوندی مرکب

عنوان فارسی مقاله:

نمونه سازی سیستم وضوح بالا و مقیاس بزرگ کشاورزی با استفاده از رویکرد پیوندی مرکب از پردازش موازی و محاسباتی


عنوان انگلیسی مقاله:

Large-scale, high-resolution agricultural systems modeling using a hybrid approach combining grid computing and parallel processing


برای دانلود رایگان مقاله انگلیسی نمونه سازی سیستم وضوح بالا و مقیاس بزرگ کشاورزی با استفاده از رویکرد پیوندی مرکب از پردازش موازی و محاسباتی و خرید ترجمه فارسی آن با فرمت ورد اینجا کلیک نمایید

 





ادامه مطلب...
۱۲ تیر ۹۶ ، ۲۰:۳۵ ۰ نظر

دانلود رایگان مقاله انگلیسی درباره دیتابیس مقیاس پذیر

عنوان فارسی مقاله:

معماری (ساختار) هایی برای دیتابیس های مقیاس پذیر در فضای ابری: کاربردها و ویژگی ها


عنوان انگلیسی مقاله:

Architectures for Scalable Databases in Cloud – And Application Specifications

برای دانلود رایگان مقاله انگلیسی معماری (ساختار) هایی برای دیتابیس های مقیاس پذیر در فضای ابری: کاربردها و ویژگی ها و خرید ترجمه فارسی آن با فرمت ورد اینجا کلیک نمایید

 





ادامه مطلب...
۱۱ تیر ۹۶ ، ۲۰:۳۵ ۰ نظر

دانلود رایگان مقاله انگلیسی درباره نرم افزار محیط مجاز


عنوان فارسی مقاله:

طراحی نرم افزار محیط مجازی محاسبات توزیع شده


عنوان انگلیسی مقاله:

The Software Architecture of a Virtual Distributed Computing Environment


برای دانلود رایگان مقاله انگلیسی طراحی نرم افزار محیط مجازی محاسبات توزیع شده و خرید ترجمه فارسی آن با فرمت ورد اینجا کلیک نمایید

 





ادامه مطلب...
۱۸ خرداد ۹۶ ، ۱۸:۳۶ ۰ نظر

دانلود رایگان مقاله انگلیسی محاسبات داده فشرده از سایت ISI

دانلود رایگان مقاله لاتین محاسبات داده  فشرده از سایت الزویر


عنوان فارسی مقاله:

تخصیص منابع چند لایه برای محاسبات داده های فشرده


عنوان انگلیسی مقاله:

Multi-Tier Resource Allocation for Data-Intensive Computing


سال انتشار : 2015

ادامه مطلب...
۲۳ ارديبهشت ۹۶ ، ۱۲:۴۷ ۰ نظر

دانلود رایگان مقاله انگلیسی برنامه نویسی نگاشت کاهش برای برنامه کاربردی ابری مواد ار سایت ISI

دانلود رایگان مقاله لاتین برنامه نویسی نگاشت کاهش برای برنامه کاربردی ابری مواد از سایت الزویر


عنوان فارسی مقاله:

 MaMR: مدل برنامه نویسی نگاشت کاهش با عملکرد بالا برای برنامه های کاربردی ابری مواد


عنوان انگلیسی مقاله:

 MaMR: High-performance MapReduce programming model for material cloud applications


سال انتشار : 2016



برای دانلود رایگان مقاله برنامه نویسی نگاشت کاهش برای برنامه کاربردی ابری مواد اینجا کلیک نمایید.





مقدمه انگلیسی مقاله:

1. Introduction

In recent years, a large number of known and hypotheticalmaterials have been studied, such as batteries, catalysts, and thestable structures of solid materials, so the amount of calculateddata increases exponentially with time [1]. Thus, big data presentsa huge challenge to the computing disciplines.To improve computing speed, a large number of computingtasks in materials science must be moved from traditional HighPerformanceComputing (HPC) to High-Throughput Computing(HTC) and Many-Task Computing (MTC) platforms based on bigdata, such as the widely used cloud computing systems [2] and gridcomputing [3].As is known, cloud computing, which should provide differentlayers of service to users, is constituted by large-scale distributedcomputers and various resources such as CPUs and storage. Meanwhile,different types of services are also offered, such as software[4]. In cloud computing systems, multiple virtual machines (VMs) are run on a single physical computer, for a homogeneousresult [5].It is more convenient to develop and deploy applicationsthrough the cloud computing platform, Therefore, in this paper,we adopt this approach to process large amounts of materialdata. We use cloud computing’s powerful computation and storagecapacity to effectively solve the problem of large-scale materialdata in the process of analytical calculations. To fit the materialhigh-performance computing needs of materials science, differentmodels have been proposed to maximize the performance.Meanwhile, to provide greater flexibility and higher parallelefficiency, the challenges to the programming model should befaced [6]. The MapReduce programming model has been widelyused in large-scale and data-intensive applications, such as Googleand Amazon [7,8]. The other most successful programming modelis Microsoft’s Dryad [9]. Yahoo also has similar infrastructures.Hadoop is an open-source implementation of MapReduce, and ithas already been applied to various fields because of the reliabilityand scalability of the parallel programming framework in theMapReduce model [10]. In Hadoop and MapReduce, the input dataare split into chunks of size 64 M, and each task is allocated to a VM.Therefore, we can take the computation nodes as the local modes.However, traditional programming models cannot adapt tomaterial data calculations, and Hadoop’s frequent reading and writing become the bottleneck of the cloud system. First, in a cloudcomputing system, many computing jobs are running in a singlephysical computer because the data nodes in Hadoop are deployedin virtual machines. How to avoid I/O resource competition andreduce I/O overhead is a big problem in the programming modelsfor cloud computing.



برای دانلود رایگان مقاله برنامه نویسی نگاشت کاهش برای برنامه کاربردی ابری مواد اینجا کلیک نمایید.





کلمات کلیدی:

MaMR: High-performance MapReduce programming model for ... - خانهzoodyab.ir/.../157299-mamr-high-performance-mapreduce-progra...Translate this pageTo enhance the capability of workflow applications in material data processing, we defined a programming model for material cloud applications that supports ...[PDF]Large-Scale Image Classification using High Performance Clusteringdsc.soic.indiana.edu/.../Large-Scale_Image_Classification_using_High_Performance_...by B Zhang - ‎Cited by 1 - ‎Related articlesLarge-Scale Image Classification using High Performance Clustering ... MapReduce computation, leading to the iterative MapReduce programming .... histogram over this vocabulary: given an image, we densely sample patches, compute HOG ...... “PortLand: A Scalable Fault-Tolerant Layer 2 Data Center Network Fabric.”.[PDF]MapReduce for Scientist using FutureGrid - Digital Science Centerdsc.soic.indiana.edu/publications/CCGrid%20tutorial.pdfMapReduce programming model has simplified the implementations of many ... demonstrate Map reduce environments in FG utilizing traditional high-performance ... The tutorial will be available online as part of the FG educational material.Exploring performance models of Hadoop applications on cloud ...ieeexplore.ieee.org/document/7450806/by X Wu - ‎2015 - ‎Cited by 3 - ‎Related articlesAbstract: Hadoop is an open source implementation of the MapReduce programming model, and provides the runtime infrastructure for map and reduce ...A Coarse-Grained Reconfigurable Architecture for Compute-Intensive ...ieeexplore.ieee.org/document/7163277/by S Liang - ‎2016 - ‎Related articlesAlthough processors such as GPGPUs and FPGAs show good performance of speedup, there is still vacancy for a low power, high efficiency and ... a dynamically reconfigurable acceleration to MapReduce-based (MR-based) applications. ... board, and a programming model with compilation flow for CGRA is presented.MapReduce - Wikipediahttps://en.wikipedia.org/wiki/MapReduceMapReduce is a programming model and an associated implementation for processing and generating big data sets with a parallel, distributed algorithm on a ...Big Data Tutorial 1: MapReduce - High Performance Computing at ...https://wikis.nyu.edu/display/NYUHPC/Big+Data+Tutorial+1%3A+MapReduceApr 12, 2017 - HDFS provides high throughput access to application data and is suitable for ... MapReduce is a programming model and an associated ...


۲۰ ارديبهشت ۹۶ ، ۲۰:۴۵ ۰ نظر

دانلود رایگان مقاله انگلیسی درباره عملکرد میانگین هادوپ


عنوان فارسی مقاله:

خصوصیات عملکرد برای تکرار K میانگین هادوپ
عنوان انگلیسی مقاله:

Performance characterization and analysis for Hadoop K-means iteration


برای دانلود رایگان مقاله انگلیسی خصوصیات عملکرد برای تکرار K میانگین هادوپ و خرید ترجمه فارسی آن با فرمت ورد اینجا کلیک نمایید

 





ادامه مطلب...
۱۶ ارديبهشت ۹۶ ، ۲۱:۱۵ ۰ نظر

دانلود رایگان مقاله انگلیسی درباره محاسبات ابری برای شبکه هوشمند


عنوان فارسی مقاله:

یک چارچوب مبتنی بر محاسبات ابری امن برای مدیریت اطلاعاتی داده های حجیم شبکه هوشمند


عنوان انگلیسی مقاله:

A Secure Cloud Computing Based Framework for Big Data Information Management of Smart Grid


برای دانلود رایگان مقاله انگلیسی یک چارچوب مبتنی بر محاسبات ابری امن برای مدیریت اطلاعاتی داده های حجیم شبکه هوشمند و خرید ترجمه فارسی آن با فرمت ورد اینجا کلیک نمایید

 





ادامه مطلب...
۱۳ ارديبهشت ۹۶ ، ۲۰:۴۸ ۰ نظر

دانلود رایگان مقاله انگلیسی درباره جلوگیری از حملات کرم چاله


عنوان فارسی مقاله:

شناسایی و جلوگیری از حملات کرم چاله و سیاه چاله اشتراکی در الگوهای MANET با استفاده از الگوریتمهای مسیریاب مطمئنAODV


عنوان انگلیسی مقاله:

Detecting and Avoiding of Worm Hole Attack and CollaborativeBlackhole attack on MANET using Trusted AODV Routing Algorithm


برای دانلود رایگان مقاله انگلیسی شناسایی و جلوگیری از حملات کرم چاله و سیاه چاله اشتراکی در الگوهای MANET با استفاده از الگوریتمهای مسیریاب مطمئنAODV و خرید ترجمه فارسی آن با فرمت ورد اینجا کلیک نمایید

 





ادامه مطلب...
۱۲ ارديبهشت ۹۶ ، ۲۰:۳۹ ۰ نظر

دانلود رایگان مقاله انگلیسی درباره مسائل امنیتی


عنوان فارسی مقاله:

مسائل امنیتی در مدل سرویس محیط رایانش ابری


عنوان انگلیسی مقاله:

Security Issues In Service Model Of Cloud Computing Environment


برای دانلود رایگان مقاله انگلیسی مسائل امنیتی در مدل سرویس محیط رایانش ابری و خرید ترجمه فارسی آن با فرمت ورد اینجا کلیک نمایید

 





ادامه مطلب...
۱۰ ارديبهشت ۹۶ ، ۲۱:۲۰ ۰ نظر

دانلود رایگان مقاله انگلیسی درباره زمان بندی گردش کار علمی در رایانش ابری و شبکه ای

عنوان فارسی مقاله:

شیوه های بهینه سازی هزینه برای زمان بندی گردش کار علمی در رایانش ابری و شبکه ای: مرور، طبقه بندی و مسائل باز

عنوان انگلیسی مقاله:

Cost optimization approaches for scientific workflow scheduling in cloud and grid computing: A review, classifications, and open issues

ادامه مطلب...
۰۴ ارديبهشت ۹۶ ، ۰۸:۳۱ ۰ نظر