计算机专业毕业设计论文(C++)外文文献中英文翻译(Object)
2024/6/27 8:23:40 21KB 外文翻译 c++
1
DistributedSystems(3rd)英文无水印原版pdf第3版pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开本资源转载自网络,如有侵权,请联系上传者或csdn删除查看此书详细信息请在美国亚马逊官网搜索此书Copyright@2017MaartenvanSteenandAndrewS.TanenbaumPublishedbyMaartenvanSteenThisbookwaspreviouslypublishedby:PearsonEducation,IncISBN:978-15-430573-8-6(printedversion)ISBN:978-90-815406-2-9(digitalversion)Edition:3.Version:01(February2017)AllrightstotextandillustrationsarereservedbyMaartenvanSteenandAndrewS.Tanenbaum.Thisworkmaynotbecopied,reproduced,ortranslatedinwholeorpartwithoutwrittenpermissionofthepublisher,exceptforbriefexcerptsinreviewsorscholanyformofinformationstorageadaptationorwhatever,computersoftware,orbysimilarordissimilarmethodsnowknownordevelopedinthefutureisstrictlyforbiddenwithoutwrittenpermissionofthepublisherToMarielle,max,andelkeMVSToSuzanneBarbara,Marvin,Aronnathan,olivia,andmirteASTCONTENTSPreface1Introduction1.1Whatisadistributedsystem?Characteristic1:Collectionofautonomouscomputingelements2Characteristic2:SinglecoherentsystemMiddlewareanddistributedsystems1.2DesigngoalsSupportingresourcesharingMakingdistributiontransparent12Beingscalable15Pitfalls243Typesofdistributedsystems24Highperformancedistributedcomputing25Distributedinformationsystems34Pervasivesystems1.4Summary522Architectures552.1Architecturalstyles56Layeredarchitectures.57Object-basedandservice-orientedarchitectures62Resource-basedarchitectures64Publish-subscribearchitectures2.2MiddlewareorganizationWrappersInterceptors垂番Modifiablemiddleware752.3SystemarchitectureCONTENTSCentralizedorganizations76Decentralizedorganizations:peer-to-peersystemsHybridarchitectures2.4Examplearchitectures94TheNetworkFilesystem94TheWeb982.5Summary3Processes1033.1Threads..104Introductiontothreads104Threadsindistributedsystems1113.2Virtualization116Principleofvirtualizationapplicationofvirtualmachinestodistributedsystems,1223.3Clients124Networkeduserinterfaces124Client-sidesoftwarefordistributiontransparency1273.4Servers128Generaldesignissues129Objectservers133Example:TheApacheWebserver139Serverclusters,,,,,,,1413.5Codemigration152Reasonsformigratingcode152Migrationinheterogeneoussystems1583.6Summary1614Communication4.1Foundations164LayeredProtocols164TypesofCommunication.1724.2Remoteprocedurecall..173Basicrpcoperation174Parameterpassing178RPC-basedapplicationsupport182VariationsonrPc185Example:dCErPc,.1884.3Message-orientedcommunication193Simpletransientmessagingwithsockets.193Advancedtransientmessaging198Message-orientedpersistentcommunication206Example:IBM'sWebSpheremessage-queuingsystem212Example:AdvancedMessageQueuingProtocol(AMQP)....218DS3.01DOWNLOADEDBYTEWIGOMIXMAIL.INFOCONTENTS4.4Multicastcommunication221Application-leveltree-basedmulticasting221Flooding-basedmulticasting225Gossip-baseddatadissemination2294.5Summary2345Naming2375.1Names,identifiersandaddresses2385.2Flatnaming.241Simplesolutions241Home-basedapproaches245Distributedhashtables246Hierarchicalapproaches2515.3Structurednaming256Namespaces.256Nameresolution259Theimplementationofanamespace264Example:TheDomainNameSystem271Example:TheNetworkFileSystem2785.4Attribute-basednaming283Directoryservices283Hierarchicalimplementations:LDAP285Decentralizedimplementations2885.5Summary2946Coordination2976.1Clocksynchronization.298Physicalclocks299Clocksynchronizationalgorithms3026.2Logicalclocks310Lamport'slogicalclocks310Vectorclocks3166.3Mutualexclusion321322acentralizedalgorithm.322adistributedalgorithm323atoken-ringalgorithm.325adecentralizedalgorithm3266.4Electionalgorithms329Thebullyalgorithm.,..330Aringalgorithm332Electionsinwirelessenvironments333Electionsinlarge-scalesystems.3356.5Locationsystems336DOWNLOADEDBYTEWIGOMIXMAIL.INFODS301VIllCONTENTSGPS:GlobalPositioningSystem337WhengPsisnotanoption339Logicalpositioningofnodes3396.6Distributedeventmatching..343Centralizedimplementations3436.7Gossip-basedcoordination349asgregation349Apeer-samplingservice350Gossip-basedoverlayconstruction3526.8Summary3537Consistencyandreplication3557.1Introduction356Reasonsforreplication356Replicationasscalingtechnique3577.2Data-centricconsistencymodels358Continuousconsistency359Consistentorderingofoperations364Eventualconsistency3737.3Client-centricconsistencymodels375MonotonicreadsMonotonicwrites.379Readyourwrite380Writesfollowreads3827.4ReplicamanagementFindingthebestserverlocation383Contentreplicationandplacement..385Contentdistribution..388Managingreplicatedobjects3937.5Consistencyprotocols.396Continuousconsistency..........396Primary-basedprotocols398Replicated-writeprotocolsCache-coherence403Implementingclient-centricconsistency,,...4077.6Example:CachingandreplicationintheWeb4097.7Summar4208Faulttoleran4238.1Introductiontofaulttolerance424Basicconcepts.424Failuodels427Failuremaskingbyredundancy8.2Processresilience432DS3.01DOWNLOADEDBYTEWIGOMIXMAIL.INFO
2024/6/24 6:52:56 36.95MB Distributed Systems
1
免费软件,可自动分析C/C++/Java/Python/C#/Objective-C等项目的源代码并生成流程图和函数调用关系图。
生成的流程图可以和源代码互相定位,有助于分析源代码,是阅读其他人写的代码或者自己很久前写的代码的利器。
2024/6/23 21:57:22 27.2MB python
1
ios应用开发所有实验:1:实现HelloWord。
具体内容:按课堂讲授的内容,设计一个Helloworld类,在命令行下打印"HelloWorld".要求实现一个类方法,两个实例方法。
并使用属性。
2、利用栈实现数学表达式求值具体内容:利用ObjectC和Foundation框架,利用栈实现数值表达式的求值。
(要求不使用NSExpression)。
2:利用ObjectC和Cocoa框架,利用上次实验实现的表达式求值的类来开发一个四则运算器在模拟器中运行3:在上次实验实现的单场景计算器的基础上,利用导航控制器实现高级计算功能,完成所有的高级计算器
2024/6/23 12:18:41 723KB ios
1
论文《DistinctiveImageFeaturesfromScale-InvariantKeypoints》和《ObjectRecognitionfromLocalScale-InvariantFeatures》及SIFT源代码,代码里附有详细注释。
2024/6/22 12:34:56 10.29MB SIFT 代码 论文
1
DataStructuresandOtherObjectsUsingC++(4th)英文无水印pdf第4版pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开本资源转载自网络,如有侵权,请联系上传者或csdn删除本资源转载自网络,如有侵权,请联系上传者或csdn删除
2024/6/22 10:16:38 4.29MB Data Structures Other Objects
1
InATourofC++,SecondEdition,BjarneStroustrup,thecreatorofC++,describeswhatconstitutesmodernC++.Thisconcise,self-containedguidecoversmostmajorlanguagefeaturesandthemajorstandard-librarycomponents—not,ofcourse,ingreatdepth,buttoalevelthatgivesprogrammersameaningfuloverviewofthelanguage,somekeyexamples,andpracticalhelpingettingstarted.StroustruppresentstheC++featuresinthecontextoftheprogrammingstylestheysupport,suchasobject-orientedandgenericprogramming.Histourisremarkablycomprehensive.Coveragebeginswiththebasics,thenrangeswidelythroughmoreadvancedtopics,includingmanythatarenewinC++17,suchasmovesemantics,uniforminitialization,lambdaexpressions,improvedcontainers,randomnumbers,andconcurrency.ThetourevencoverssomeextensionsbeingmadeforC++20,suchasconceptsandmodules,andendswithadiscussionofthedesignandevolutionofC++.Thisguidedoesnotaimtoteachyouhowtoprogram(forthat,seeStroustrup’sProgramming:PrinciplesandPracticeUsingC++,SecondEdition),norwillitbetheonlyresourceyou’llneedforC++mastery(forthat,seeStroustrup’sTheC++ProgrammingLanguage,FourthEdition,andrecommendedonlinesources).If,however,youareaCorC++programmerwantinggreaterfamiliaritywiththecurrentC++language,oraprogrammerversedinanotherlanguagewishingtogainanaccuratepictureofthenatureandbenefitsofmodernC++,youcan’tfindashorterorsimplerintroductionthanthistourprovides.
12.6MB c++17
1
Title:RMachineLearningEssentialsAuthor:MicheleUsuelliLength:218pagesEdition:1Language:EnglishPublisher:PacktPublishingPublicationDate:2014-11-25ISBN-10:178398774XISBN-13:9781783987740GainquickaccesstothemachinelearningconceptsandpracticalapplicationsusingtheRdevelopmentenvironmentAboutThisBookBuildmachinelearningalgorithmsusingthemostpowerfultoolsinRIdentifybusinessproblemsandsolvethembydevelopingeffectivesolutionsHands-ontutorialexplainingtheconceptsthroughlotsofpracticalexamples,tipsandtricksWhoThisBookIsForIfyouwanttolearnhowtodevelopeffectivemachinelearningsolutionstoyourbusinessproblemsinR,thisbookisforyou.Itwouldbehelpfultohaveabitoffamiliaritywithbasicobject-orientedprogrammingconcepts,butnopriorexperienceisrequired.InDetailRMachineLearningEssentialsprovidesyouwithanintroductiontomachinelearningwithR.Machinelearningfindsitsapplicationsinspeechrecognition,search-basedoperations,andartificialintelligence,amongotherthings.Youwillstartoffbygettinganintroductiontowhatmachinelearningis,alongwithsomeexamplestodemonstratetheimportanceinunderstandingthebasicideasofmachinelearning.ThisbookwillthenintroduceyoutoRandyouwillseethatitisaninfluentialprogramminglanguagethataidseffectivemachinelearning.Youwilllearnthethreestepstobuildaneffectivemachinelearningsolution,whichareexploringthedata,buildingthesolution,andvalidatingtheresults.Thebookwilldemonstrateeachstep,highlightingtheirpurposeandexplainingtechniquesrelatedtothem.Bytheendofthisbook,youwillbeabletousethemachinelearningtechniqueseffectively,identifybusinessproblems,andsolvethembyapplyingappropriatesolutions.TableofContentsChapter1.TransformingDataintoActionsChapter2.R–APowerfulToolforDevelopingMachineLearningAlgorith
2024/6/9 17:14:38 2.81MB R Machine Learning
1
特别注意:1.控制板上的大电解电容耐压要在30V以上!2.控制板有2个电源输入,1个接5V输入,另一个接20V2.5A左右的电源(千万别接特别大功率的电源比如4A5A的,电流电位器调不好时容易烧坏芯片或芯片爆)3.总的24V保险丝一定要焊接好,不能用导线直连4.为了真空吸料能稳定放下料,程序里做了一定的延时,如果要去掉延时加快,可以手动改下代码去掉延时,在publicvoidsmt_single_thread(objectinn)函数里
2024/6/5 2:46:24 155.42MB 视觉贴片机
1
包涵以下版本的87个安装包:bind-libs-9.9.4-61.el7.x86_64.rpmbind-libs-lite-9.9.4-61.el7.x86_64.rpmbind-license-9.9.4-61.el7.noarch.rpmbind-utils-9.9.4-61.el7.x86_64.rpmcompat-libcap1-1.10-7.el7.x86_64.rpmcompat-libstdc++-33-3.2.3-72.el7.x86_64.rpmcpp-4.8.5-28.0.1.el7_5.1.x86_64.rpmelfutils-libelf-devel-0.160-1.el7.i686.rpmelfutils-libelf-devel-0.160-1.el7.x86_64.rpmelfutils-libelf-devel-static-0.160-1.el7.i686.rpmelfutils-libelf-devel-static-0.160-1.el7.x86_64.rpmgcc-4.8.5-28.0.1.el7_5.1.x86_64.rpmgcc-c++-4.8.5-28.0.1.el7_5.1.x86_64.rpmglibc-2.17-222.el7.x86_64.rpmglibc-2.17-78.el7.i686.rpmglibc-2.17-78.el7.x86_64.rpmglibc-common-2.17-222.el7.x86_64.rpmglibc-devel-2.17-222.el7.x86_64.rpmglibc-devel-2.17-78.el7.i686.rpmglibc-devel-2.17-78.el7.x86_64.rpmglibc-headers-2.17-222.el7.x86_64.rpmgssproxy-0.7.0-17.el7.x86_64.rpmkernel-container-3.10.0-0.0.0.2.el7.x86_64.rpmkernel-headers-3.10.0-862.9.1.el7.x86_64.rpmkeyutils-1.5.8-3.el7.x86_64.rpmksh-20120801-137.0.1.el7.x86_64.rpmlibaio-devel-0.3.109-13.el7.x86_64.rpmlibbasicobjects-0.1.1-29.el7.x86_64.rpmlibcollection-0.7.0-29.el7.x86_64.rpmlibdmx-1.1.3-3.el7.x86_64.rpmlibevent-2.0.21-4.el7.x86_64.rpmlibgcc-4.8.5-28.0.1.el7_5.1.x86_64.rpmlibgomp-4.8.5-28.0.1.el7_5.1.x86_64.rpmlibICE-1.0.9-9.el7.x86_64.rpmlibini_config-1.3.1-29.el7.x86_64.rpmlibmpc-1.0.1-3.el7.x86_64.rpmlibnfsidmap-0.25-19.el7.x86_64.rpmlibpath_utils-0.2.1-29.el7.x86_64.rpmlibref_array-0.1.5-29.el7.x86_64.rpmlibselinux-2.5-12.0.1.el7.x86_64.rpmlibselinux-python-2.5-12.0.1.el7.x86_64.rpmlibselinux-utils-2.5-12.0.1.el7.x86_64.rpmlibsepol-2.5-8.1.el7.x86_64.rpmlibSM-1.2.2-2.el7.x86_64.rpmlibstdc++-4.8.5-28.0.1.el7_5.1.x86_64.rpmlibstdc++-devel-4.8.5-28.0.1.el7_5.1.x86_64.rpmlibtirpc-0.2.4-0.10.el7.x86_64.rpmlibverto-libevent-0.2.5-4.el7.x86_64.rpmlibX11-1.6.5-1.el7.x86_64.rpmlibX11-common-1.6.5-1.el7.noarch.rpmlibXau-1.0.8-2.1.el7.x86_64.rpmlibxcb-1.12-1.el7.x86_64.rpmlibXext-1.3.3-3.el7.x86_64.rpmlibXi-1.7.9-1.el7.x86_64.rpmlibXinerama-1.1.3-2.1.el7.x86_64.rpmlibXmu-1.1.2-2.el7.x86_64.rpmlibXrandr-1.5.1-2.el7.x86_64.rpmlibXrender-0.9.10-1.el7.x86_64.rpmlibXt-1.1.5-3.el7.x86_64.rpmlibXtst-1.2.3-1.el7.x86_64.rpmlibXv-1.0.11-1.el7.x86_64.rpmlibXxf86dga-1.1.4-2.1.el7.x86_64.rpmlibXxf86misc-1.0.3-7.1.el7.x86_64.rpmlibXxf86vm-1.1.4-1.el7.x86_64.rpmlm_sensors-libs-3.4.0-4.20160601gitf9185e5.el7.x86_64.rpmmailx-12.5-19.el7.x86_64.rpmmpfr-3.1.1-4.el7.x86_64.rpmnet-tools-2.0-0.22.20131004git.el7.x86_64.rpmnfs-utils-1.3.0-0.54.0.1.el7.x86_64.rpmoracle-rdbms-server-11gR2-preinstall-1.0-5.el7.x86_64.rpmpolicycoreutils-2.5-22.0.1.el7.x86_64.rpmpsmisc-22.20-15.el7.x86_64.rpmquota-4.01-17.el7.x86_64.rpmquota-nls-4.01-17.el7.noarch.rpmrpcbind-0.2.0-44.el7.x86_64.rpmselinux-policy-3.13.1-192.0.3.el7_5.4.noarch.rpmselinux-policy-targeted-3.13.1-192.0.3.el7_5.4.noarch.rpmsmartmontools-6.5-1.el7.x86_64.rpmsysstat-10.1.5-13.el7.x86_64.rpmtcp_wrappers-7.6-77.el7.x86_64.rpmunixODBC-2.3.1-10.el7.i686.rpmunixODBC-2.3.1-10.el7.x86_64.rpmunixODBC-devel-2.3.1-10.el7.i686.rpmunixODBC-devel-2.3.1-10.el7.x86_64.rpmunzip-6.0-19.el7.x86_64.rpmxorg-x11-utils-7.5-22.el7.x86_64.rpmxorg-x11-xauth-1.0.9-1.el7.x86_64.rpm安装方法直接输入:rpm-ivh*.rpm--nodeps--force
2024/6/3 21:14:08 74.78MB Oracle11.2.0 64位 Linux 11g
1
共 461 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡