林sirCCIERS中文笔记EIGRPEIGRP.pdfEIGRP五种包.pdf关于EIGRP中用到的时间.pdf关于EIGRP建立邻居的6个过程.pdf关于EIGRP的Metric值.pdf关于认证.pdf等价负载均衡.pdf自动汇总.pdf被动接口.pdf路由的主动状态和被动状态.pdf默认路由.pdfL2ACC&TRUNK&QinQ.pdfBPDU.pdfDTP.pdfEtherChannelPortGroups.pdfMultipleSpanningTreeProtocol.pdfRapidSpanningTreeProtocol.pdfSpanning-Feature.pdfSTP判决.pdfSTP的5种状态.pdfVLANTrunkingProtocol.pdfvlan.pdf交换机接口&互联.pdf交换机的工作原理.pdf以太网.pdf关于2-3层转发.pdfVPCVSS,IRF,VPC,VDC总结.pdfwhite_paper_c11-516396.pdfwhite_paper_c11_589890.pdfWANPPP.pdfPPPOE.pdf帧中继.pdf高级数据链路控制HDLC.pdfOSPFOSPF.pdfOSPF三张表.pdfOSPF之LSA.pdfOSPF包和计时器.pdfOSPF多区域.pdfOSPF杂.pdfOSPF特殊区域.pdfOSPF网络类型.pdfOSPF邻接关系.pdf选路.pdfRIPdistribute.pdfinput-Q.pdfRIPTimer.pdfRIP.pdfRIPv1收发原则.pdfRIPv1收发原则实验.pdfRIPV2的验证.pdfRIP版本.pdfTriggered.pdfvalidate.pdf偏移列表.pdf缺省路由.pdf被动接口.pdf路由汇总.pdf
2024/5/1 14:23:22 16.9MB WOLF CCIE RS
1
RobertSedgewickhasthoroughlyrewrittenandsubstantiallyexpandedandupdatedhispopularworktoprovidecurrentandcomprehensivecoverageofimportantalgorithmsanddatastructures.ChristopherVanWykandSedgewickhavedevelopednewC++implementationsthatbothexpressthemethodsinaconciseanddirectmanner,andalsoprovideprogrammerswiththepracticalmeanstotestthemonrealapplications.Manynewalgorithmsarepresented,andtheexplanationsofeachalgorithmaremuchmoredetailedthaninpreviouseditions.Anewtextdesignanddetailed,innovativefigures,withaccompanyingcommentary,greatlyenhancethepresentation.ThethirdeditionretainsthesuccessfulblendoftheoryandpracticethathasmadeSedgewick'sworkaninvaluableresourceformorethan250,000programmers!Thisparticularbook,Parts1n4,representstheessentialfirsthalfofSedgewick'scompletework.Itprovidesextensivecoverageoffundamentaldatastructuresandalgorithmsforsorting,searching,andrelatedapplications.Althoughthesubstanceofthebookappliestoprogramminginanylanguage,theimplementationsbyVanWykandSedgewickalsoexploitthenaturalmatchbetweenC++classesandADTimplementations.Highlights*Expandedcoverageofarrays,linkedlists,strings,trees,andotherbasicdatastructures*Greateremphasisonabstractdatatypes(ADTs),modularprogramming,object-orientedprogramming,andC++classesthaninpreviouseditions*Over100algorithmsforsorting,selection,priorityqueueADTimplementations,andsymboltableADT(searching)implementations*Newimplementationsofbinomialqueues,multiwayradixsorting,randomizedBSTs,splaytrees,skiplists,multiwaytries,Btrees,extendiblehashing,andmuchmore*Increasedquantitativeinformationaboutthealgorithms,givingyouabasisforcomparingthem*Over1000newexercisestohelpyoulearnthepropertiesofalgorithmsWhetheryouarelearningthealgorithmsforthefirsttimeorwishtohaveup-to-datereferencematerialthatincorporatesnewprogrammingstyleswithclassicandnewalgorithms,youwillfindawealthofusefulinformationinthisbook.
2024/4/24 7:27:29 11.47MB 算法 C++
1
本文档为作者课程实验报告,详尽的分析了网络接入的一瞬间的数据包,使用Ethereal抓包软件,对学习TCP/IP协议很有帮助。
2024/4/15 22:51:57 368KB Ethereal 抓包 分析
1
SharpSCADA-工控网关,轻量级组态软件.===================简介-------------采用技术:开发语言:C#运行环境:.NETFramework数据库:SQLServer功能:-------------*1.轻量级工控网关:支持当前几种主要的工业协议如西门子的Profinet、AB的EtherNetIPs、施耐德的Modbus和OPC。
采用类OPC接口网关。
*2.数据采集、归档、预警及配置工具支持实时数据采集、历史数据归档、变量触发预警,并使用TagConfig工具简单的配置实现。
*3.人机界面(设计时和运行时)*设计时:采用MicrosoftVisualStudio+设计器插件(在VS2010-VS2015社区版测试通过)。
通过继承HMIControlBase接口并书写极少量的代码即可实现复杂的图元组件。
支持图元拖放、组合、连线、变量绑定及编辑功能。
*运行时:MicrosoftVisualStudio编译运行为可执行文件。
环境准备-------------Windows:支持的操作系统:Windows7/8/10/Server2008.NETFramework4.0/4.5/4.6SQLServerExpress2014/2008项目安装-------------下载最新版本,解压后:*1.可直接打开项目工程文件测试源代码:..\SCADA\Program下运行DataExchange.sln(支持VS2010-2015各版本)*2.可运行可执行文件测试:Server端测试:在目录..\SCADA\Program\BatchCoreTest\bin\Debug下运行BatchCoreTest.exeClient端测试:在目录..\SCADA\Program\CoreTest\bin\Debug下运行CoreTest.exe请参考Document文件夹中的教程:《部署流程》和《设计流程》,如有问题可参考《FAQ》文档。
QuickStart-------------*1.还原数据库*2.修改配置文件并复制到C盘根目录下*3.修改数据库内驱动程序的路径*4.运行DEMO具体流程可参看《部署流程》。
开发工具推荐-------------VisualStudio/Blend:做为组态设计器,推荐VS2010,VS2015版本。
项目结构-------------驱动程序目前支持:*已发布:内存数据库ModbusTCP/RTU、OPCDA、SiemensS300/200/1200/1500、Panasonic、OmronUDP*后续发布:DDE、ABEtherNetIP、Mitsubishi文件目录-------------*Database目录[存放数据文件]:db2014.bak文件为SQLServer2014数据备份文件。
db2008.bak文件为SQLServer2008数据备份文件。
test.opf为Kepserver4.5数据文件(可通过该软件还原为变量表)。
两个csv文件为两组变量。
*DataConfig目录[存放配置文件]:host.cfg为主配置文件,第一行为网关服务器名/IP地址。
如在本地测试,按默认lochost即可。
client.xml为客户端配置文件。
server.xml为网关服务配置文件。
*dll目录[存放驱动程序及第三方组件]:如OPCDriver即为OPC通讯组件。
Dynamicdatadisplay:开源归档数据显示组件,http://dynamicdatadisplay.codeplex.com/WPFToolkit:WPF开源扩展工具包,http://wpftoolkit.codeplex.comlibnodave:西门子驱动开源库(https://github.com/netdata/libnodave)*TagConfig目录[存放配置工具]:可方便配置驱动、组、变量、报警、量程等信息。
支持导入导出。
*Program目录[存放源代码]:BatchCoreTest工程为网关服务器测试代码(控制台显示)。
BatchCoreService工程同BatchCoreTest,但可编译为Windos服务。
DataService工程为框架及主要接口组件。
CoreTest工程为样例文件。
包含一系列界面元素。
HMIControl工程为图元组件。
可支持工具栏拖放。
LinkableContr
2024/4/15 14:54:13 46.94MB 开源组态软件
1
ExploratoryDataAnalysisUsingRprovidesaclassroom-testedintroductiontoexploratorydataanalysis(EDA)andintroducestherangeof"interesting"–good,bad,andugly–featuresthatcanbefoundindata,andwhyitisimportanttofindthem.ItalsointroducesthemechanicsofusingRtoexploreandexplaindata.Thebookbeginswithadetailedoverviewofdata,exploratoryanalysis,andR,aswellasgraphicsinR.Itthenexploresworkingwithexternaldata,linearregressionmodels,andcraftingdatastories.ThesecondpartofthebookfocusesondevelopingRprograms,includinggoodprogrammingpracticesandexamples,workingwithtextdata,andgeneralpredictivemodels.Thebookendswithachapteron"keepingitalltogether"thatincludesmanagingtheRinstallation,managingfiles,documenting,andanintroductiontoreproduciblecomputing.Thebookisdesignedforbothadvancedundergraduate,entry-levelgraduatestudents,andworkingprofessionalswithlittletonopriorexposuretodataanalysis,modeling,statistics,orprogramming.itkeepsthetreatmentrelativelynon-mathematical,eventhoughdataanalysisisaninherentlymathematicalsubject.Exercisesareincludedattheendofmostchapters,andaninstructor'ssolutionmanualisavailable.AbouttheAuthor:RonaldK.PearsonholdsthepositionofSeniorDataScientistwithGeoVera,apropertyinsurancecompanyinFairfield,California,andhehaspreviouslyheldsimilarpositionsinavarietyofapplicationareas,includingsoftwaredevelopment,drugsafetydataanalysis,andtheanalysisofindustrialprocessdata.HeholdsaPhDinElectricalEngineeringandComputerSciencefromtheMassachusettsInstituteofTechnologyandhaspublishedconferenceandjournalpapersontopicsrangingfromnonlineardynamicmodelstructureselectiontotheproblemsofdisguisedmissingdatainpredictivemodeling.Dr.Pearsonhasauthoredorco-authoredbooksincludingExploringDatainEngineeri
2024/4/15 6:21:36 4.84MB r语言 数据分析 英文
1
VST_EthernetKRL_22_en.pdf
2024/4/13 13:23:15 3.23MB kuka
1
Whetheryouarelearningthealgorithmsforthefirsttimeorwishtohaveup-to-datereferencematerialthatincorporatesnewprogrammingstyleswithclassicandnewalgorithms,youwillfindawealthofusefulinformationinthisbook.
2024/4/13 9:27:12 9.57MB java 算法
1
BlockchainconceptsandtheHyperledgertechnologiesarehottopics.Hyperledgerisanopensourceprojecttocreateprivateblockchainapplicationsfordifferentdomainsincludingfinance,banking,supplychain,IoTandmuchmore.ThisbookwillbeaneasyreferencetoexploreandbuildblockchainnetworksusingHyperledgerservices.ThisbookwillstartwithexplainingtheblockchainevolutionandthenproceedtoanoverviewoftechnologieslikeEthereum,R3Corda,Coco,andHyperledger.WewilllearnhowtosetupandlaunchHyperledgerFabricinBluemix.WewilllookintothearchitectureandthecomponentsofHyperledgerFabricwhichareusedtobuildprivateblockchainapplications.LaterwewilldelveintohowwecaninteractwithHyperledgerFabricblockchaintobuildprivatenetworksfromscratchcoveringalltherequiredprinciplessuchaschaincode,smartcontracts,cryptocurrenciesandmuchmoreontheHyperledgernetwork.Bytheendofthisbook,youwillbeabletobuildanddeployyourowndecentralizedapplicationsusingHyperledgeraddressingkeypainpointsencounteredinblockchainlifecycle.
2024/3/30 19:03:26 5.61MB Blockchain
1
SASProgramminginthePharmaceuticalIndustry,SecondEditionbyJackShostakEnglish|2014|ISBN:1612906044|308pages|PDF|14MBThiscomprehensiveresourceprovideson-the-jobtrainingforstatisticalprogrammerswhouseSASinthepharmaceuticalindustry.Thisone-stopresourceoffersacompletereviewofwhatentry-tointermediate-levelstatisticalprogrammersneedtoknowinordertohelpwiththeanalysisandreportingofclinicaltrialdatainthepharmaceuticalindustry.SASProgramminginthePharmaceuticalIndustry,SecondEditionbeginswithanintroductiontothepharmaceuticalindustryandtheworkenvironmentofastatisticalprogrammer.Thenitgivesachronologicalexplanationofwhatyouneedtoknowtodothejob.Itincludesinformationonimportingandmassagingdataintoanalysisdatasets,producingclinicaltrialoutput,andexportingdata.ThiseditionhasbeenupdatedforSAS9.4,anditfeaturesnewgraphicsaswellasallnewexamplesusingCDISCSDTMorADaMmodeldatastructures.Whetheryou'reanoviceseekinganintroductiontoSASprogramminginthepharmaceuticalindustryorajunior-levelprogrammerexploringnewapproachestoproblemsolving,thisreal-worldreferenceguideoffersawealthofpracticalsuggestionstohelpyousharpenyourskills.
2024/3/19 12:35:08 13.89MB sas
1
ARCTECHBASIC_v1.3.2.1761_8.3DIAGNOSESAFETY_2.1.0.29_8.28.3EthernetKRL_v2.2.4.108_8.2,8.3EthernetKRL_v2.2.8.155_8.2,8.3ForceTorqueControl_3.1.2.2456_8.3LaserTech_4.0.3.55LoadDataDetermination_v6.2.12_8.1-8.9LoadDataDetermination_v6.2.6.25_8.1,8.2,8.3LoadDataDetermination_v6.2.8.28_8.2,8.3LoadDataDetermination_v7.0.2.58_8.5-8.9Profinet_8.2-8.4从站及8.5主站REMOTESERVICE_v1.1.2RobotSensorInterface_3.3.3.267_8.3,8.4RobotSensorInterface_4.0.9.3190SafeOperation_3.2.4.22_8.3SafeOperation_3.4.6.50_8.5SafeRangeMonitoring_3.2.4.10_8.3SafeRangeMonitoring_3.4.3.36_8.5SafeSingleBrake_1.0.2.9_8.3SeamTechFinding_v2.1.4.82_8.3SERVOGUNTC_4.1.5_8.2,8.3SERVOGUNTC_4.1.7_8.2,8.3ServoGunBasic_1.0.8.5036UserKeyActivator_1.1.12.107_8.2,8.3USERTECH_v3.3.1_8.2,8.3,8.4WorkVisualAddOnVKR_1.1.0.274WristMamesOffset_1.0.1.92_8.2,8.3
1
共 243 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡