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
1、首先说明这个资源是可以使用的,目前时间2018年3月9日,亲测可用;
2、这个资源会被360等杀毒软件报毒误删,但是是安全的,如果需要使用,建议在虚拟机中或者将该软件加入信任列表中;
3、软件自带的攻击的效果不是很明显,强烈建议选择【发送】按钮自己组装arp欺骗报文,调整好发送频率可以导致被攻击方断网。
2024/4/21 1:26:50 1.11MB Arp攻防
1
用VC6写的多线程局域网主机扫描程序,基于ARP扫描的原理,利用IP助手API函数SendARP()实现(所需文件都在工程目录下),也具有简单端口扫描的功能(已注释掉,需要的朋友可以自己简单修改即可应用)。
2024/4/19 8:20:31 128KB VC 多线程 ARP 主机扫描
1
资料简介:CST培训教程(哈工大),微波仿真软件,很好的入门资料格式:RARPDF其他:*资源分1分,如果评论资源的话,会返还2分,欢迎评论。
我这样设置的原因是:希望您下载资源之后,能够评论一下,也好让我知道上传资源的情况。
*大家的评论,我都会一个一个看的,也正是因为评论里面的支持,让我花费时间来上传一些自己的资料。
只是平时不常登录,大家的问题也就不能及时回复,也就算了。
*相信一句话:山水有相逢!
2024/4/17 18:09:27 7.34MB CST
1
cefsdk已经编译支持mp3,aac,mp4直接nuget使用版本3325含debug和release,x64和x86我也有分享,已经测试通过,可以直接在cefsharp示例中测试。
自己编译的,除了添加mp3,mp4,aac等支持外,无任何修改。
2024/4/17 9:08:31 38.55MB cef sdk cefsharp 支持mp3和mp4
1
ARP防火墙防止内网ARP攻击,效果很不错的,简单易用。
2024/4/15 15:34:20 645KB ARP
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
压缩包内包含matlab代码和论文,根据论文提供的算法,计算太阳位置,包括方位角和高度角。
输入:位置(当地经度、纬度和海拔高度)、时间(年、月、日、时、分、秒,以及所在时区)输出:太阳方位角和高度角代码中给出了输入的格式样例,且论文非常详细。
2024/4/14 8:13:33 1.24MB 方位角 高度角
1
这是一本非常经典的非线性规划教材(NonlinearProgrammingbyDimitriP.Bertsekas)第二版,分享给大家(ThisisaveryclassicaltextbooksaboutnonlinearprogrammingbyDimitriP.Bertsekas.Ihopeitshelpful)
2024/4/1 21:30:54 2.5MB 最优化
1
共 414 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡