NonlinearModelPredictiveControl_TheoryandAlgorithms:secondedition
2024/6/28 7:47:24 8.22MB 非线性 模型预测控制
1
CodejockSuiteProforActivex_v18.6.0_x86Allcomponentsmustberegisteredwithregedit.exe
2024/6/27 3:57:23 71.91MB suite active
1
PatrickP´erez的PoissonImageEditing泊淞图像编辑论文原文译文
1
该培训教程分10个章节1FEKO_入门操作练习2FEKO_入门培训_CadFEKO3FEKO_入门培训_EditFEKO4FEKO_入门培训_PostFEKO5_FEKO_入门培训_模块架构关系6_FEKO端口激励方式及算法选择7_FEKO_偶极子天线8_FEKO_单极子天线9_FEKO_螺旋天线仿真10_FEKO_波导缝隙天线
2024/6/25 5:48:53 16.23MB FEKO 教程
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
这是一本编程入门书籍,正如序言所说:Thegoalofthisbookistoteachthereadertothinkrecursively.Andtoreadthisbook,thereadermustbecomfortablereadingEnglish,recognizingnumbers,andcounting.
2024/6/22 2:23:47 4.83MB schemer
1
Nextion字体套件与Nextion字体一起使用的工具的集合。
建物科状态主二进制文件版链接稳定最新贡献者用户特征拉取要求字体生成器.ZIv5/v6支持路线图优先任务新的Nextion字体格式(v5/v6)的反向工程支持抗锯齿和可变宽度字体(v5/v6)优先级较低的任务Nextion编辑器V0.53的Nextion字体格式版本3的反向工程字体查看器字体编辑器字体生成器支持NextionEditor支持的大多数代码页ASCII码ISO-8859-1其他“字体编辑器”工具的屏幕截图示例,预览Arial_40_ascii.zi文件中的$字符。
预览Arial_40_ascii.zi文件的“字体预览”工具的示例屏幕截图。
Nextion.ZI字体格式规范ZI版本3规范可以在以下位置找到关于Nextion字体格式(ZI版本3)的最完整的反向工程规范:ZI版本5规范我最近开始对TJCUSARTHMI编辑器0.55版中使用的新ZI文件格式版本5进行反向工程。
ZI版本5支持可变宽度的
2024/6/21 9:03:05 1.66MB arduino esp8266 csharp electronics
1
ComputerNetworksASystemsApproach,FifthEdition计算机网络系统方法,第五版
2024/6/21 2:56:48 24.65MB Network
1
本工具能够自动生成公共方法中间件验证器模型控制器视图demo的代码及文件。
1、代码基于:ThinkPHP5.1.20+mysql数据库+php72、[模型]模型会根据表来创建,一张表对应一个数据层模型,如果你使用到服务层、逻辑层,也会创建对应的服务层、逻辑层模型根据自己的需求生成。
模型分层是从tp5.0过来的,虽然5.1手册中没有了关于模型分层的介绍,但还是保留了分层,需要自己创建1)服务层模型,带有调用逻辑层的增删改查4个方法2)逻辑层模型,带有调用数据层的常用几个方法3)数据层模型,绑定表和主键,软删除,自动写入时间、一对多,一对一、多对多等关联模型4)当读取到表备注存在“中间表”或“关联表”时,会自动生成中间表模型3、[验证器]选择字段信息后,字段生成相应的验证器代码。
4、[控制器]选择模块后,自动生成控制器文件。
1)控制器带有List、Edit、Add、Del4个方法,逻辑需要自己写2)分层控制器根据需求创建3)资源控制器,创建的方法是对应的7个方法,不是4个5、[视图],目前只有生成表格、表单的代码,生成代码
1
cooledit2.1是一个相当强大的音乐编辑软件,但它的破解一直都比较困难,这个软件安装后无需其他操作即可使用。
2024/6/20 17:12:34 48.63MB cooledit2.1 中文 破解
1
共 1000 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡