官方pointcloudlibrary的发行版包,直接下载会经常失败
2024/3/25 2:52:29 64.05MB pcl pcl1.9
1
Idealforgraduateandseniorundergraduatecoursesincomputerarithmeticandadvanceddigitaldesign,ComputerArithmetic:AlgorithmsandHardwareDesigns,SecondEdition,providesabalanced,comprehensivetreatmentofcomputerarithmetic.Itcoverstopicsinarithmeticunitdesignandcircuitimplementationthatcomplementthearchitecturalandalgorithmicspeeduptechniquesusedinhigh-performancecomputerarchitectureandparallelprocessing.Usingaunifiedandconsistentframework,thetextbeginswithnumberrepresentationandproceedsthroughbasicarithmeticoperations,floating-pointarithmetic,andfunctionevaluationmethods.Laterchapterscoverbroaddesignandimplementationtopics-includingtechniquesforhigh-throughput,low-power,fault-tolerant,andreconfigurablearithmetic.Anappendixprovidesahistoricalviewofthefieldandspeculatesonitsfuture.Anindispensableresourceforinstruction,professionaldevelopment,andresearch,ComputerArithmetic:AlgorithmsandHardwareDesigns,SecondEdition,combinesbroadcoverageoftheunderlyingtheoriesofcomputerarithmeticwithnumerousexamplesofpracticaldesigns,worked-outexamples,andalargecollectionofmeaningfulproblems.Thissecondeditionincludesanewchapteronreconfigurablearithmetic,inordertoaddressthefactthatarithmeticfunctionsareincreasinglybeingimplementedonfield-programmablegatearrays(FPGAs)andFPGA-likeconfigurabledevices.Updatedandthoroughlyrevised,thebookoffersnewandexpandedcoverageofsaturatingaddersandmultipliers,truncatedmultipliers,fusedmultiply-addunits,overlappedquotientdigitselection,bipartiteandmultipartitetables,reversiblelogic,dotnotation,modulararithmetic,Montgomerymodularreduction,divisionbyconstants,IEEEfloating-pointstandardformats,andintervalarithmetic.Features:*Dividedinto28lecture-sizechapters*Emphasizesboththeunderlyingtheoriesofcomputerarithmeticandactua
2024/3/24 20:18:29 8.14MB Computer Arithmetic Algorithms
1
SlidingModesinControlandOptimization(英语)VadimI.Utkin(作者)高清电子版Thebookisdevotedtosystemswithdiscontinuouscontrol.Thestudyofdiscontinuousdynamicsystemsisamultifacetproblemwhichembracesmathematical,controltheoreticandapplicationaspects.Timesandagain,thisproblemhasbeenapproachedbymathematicians,physicistsandengineers,eachprofessiontreatingitfromitsownpositions.Interestingly,theresultsobtainedbyspecialistsindifferentdisciplineshavealmostalwayshadasignificanteffectuponthedevelopmentofthecontroltheory.Itsufficestomentionworksonthetheoryofoscillationsofdiscontinuousnonlinearsystems,mathematicalstudiesinordinarydifferentialequationswithdiscontinuousrighthandpartsorvariationalproblemsinnonclassicstatements.Theunremittinginteresttodiscontinuouscontrolsystemsenhancedbytheireffectiveapplicationtosolutionofproblemsmostdiverseintheirphysicalnatureandfunctionalpurposeis,intheauthor'sopinion,acogentargumentinfavouroftheimportanceofthisareaofstudies.Itseemsausefulefforttoconsider,fromacontroltheoreticviewpoint,themathematicalandapplicationaspectsofthetheoryofdiscontinuousdynamicsystemsanddeterminetheirplacewithinthescopeofthepresent-daycontroltheory.Thefirstattemptwasmadebytheauthorin1975-1976inhiscourseon"TheTheoryofDiscontinuousDynamicSystems"and"TheTheoryofVariableStructureSystems"readtopost-graduatesattheUniversityofIllinois,USA,andthenpresentedin1978-1979attheseminarsheldintheLaboratoryofSystemswithDiscontinousControlattheInstituteofControlSciencesinMoscow.
2024/3/24 0:48:12 5.07MB 滑模控制
1
ThispaperproposesaHybridoptimization,whichcombinesintelligentgeneticalgorithmandnonlinearleastsquaresmethod.TheHybridoptimizationcanachievetheoptimaltuningvalueofADRCcontroller.UnderthecontrolstructureofMaximumPowerPointTracking(MPPT)strategyandActiveDisturbanc
2024/3/23 17:28:31 839KB Hybrid optimization; ADRC control;
1
比较漂亮的实例#include"iconhelper.h"IconHelper*IconHelper::_instance=0;IconHelper::IconHelper(QObject*):QObject(qApp){intfontId=QFontDatabase::addApplicationFont(":/image/fontawesome-webfont.ttf");QStringfontName=QFontDatabase::applicationFontFamilies(fontId).at(0);iconFont=QFont(fontName);}voidIconHelper::SetIcon(QLabel*lab,QCharc,intsize){iconFont.setPointSize(size);lab->setFont(iconFont);lab->setText(c);}voidIconHelper::SetIcon(QPushButton*btn,QCharc,intsize){iconFont.setPointSize(size);btn->setFont(iconFont);btn->setText(c);}
2024/3/21 22:05:38 930KB qss,qt
1
分布式Snapshot和FlinkCheckpointing简介.docx
2024/3/21 13:47:29 205KB Snapshot Checkpointing Flink
1
Peoplelovepong.Theydo.Butwhy?Really.What'stolove?Thereisn'tmuchtothegame:apairofpaddlesmovetwobluntwhitelinesoneithersideofablackscreen,ablockyexcuseforaballbouncesbetweenthem,andifyoumisstheball,youropponentscoresapoint.Thefirstplayertoscorefifteenpointswins.Bigdeal.Yetdespiteitsalmostprimitivesimplicity,Pongcreatesmeaningfulplay.
2024/3/19 16:29:32 8.18MB Game Design
1
压缩包中包含的具体内容:对给定数据中的6个不同场景图像,进行全景图拼接操作,具体要求如下:(1) 寻找关键点,获取关键点的位置和尺度信息(DoG检测子已由KeypointDetect文件夹中的detect_features_DoG.m文件实现;
请参照该算子,自行编写程序实现Harris-Laplacian检测子)。
(2) 在每一幅图像中,对每个关键点提取待拼接图像的SIFT描述子(编辑SIFTDescriptor.m文件实现该操作,运行EvaluateSIFTDescriptor.m文件检查实现结果)。
(3) 比较来自两幅不同图像的SIFT描述子,寻找匹配关键点(编辑SIFTSimpleMatcher.m文件计算两幅图像SIFT描述子间的Euclidean距离,实现该操作,运行EvaluateSIFTMatcher.m文件检查实现结果)。
(4) 基于图像中的匹配关键点,对两幅图像进行配准。
请分别采用最小二乘方法(编辑ComputeAffineMatrix.m文件实现该操作,运行EvaluateAffineMatrix.m文件检查实现结果)和RANSAC方法估计两幅图像间的变换矩阵(编辑RANSACFit.m文件中的ComputeError()函数实现该操作,运行TransformationTester.m文件检查实现结果)。
(5) 基于变换矩阵,对其中一幅图像进行变换处理,将其与另一幅图像进行拼接。
(6) 对同一场景的多幅图像进行上述操作,实现场景的全景图拼接(编辑MultipleStitch.m文件中的makeTransformToReferenceFrame函数实现该操作)。
可以运行StitchTester.m查看拼接结果。
(7) 请比较DoG检测子和Harris-Laplacian检测子的实验结果。
图像拼接的效果对实验数据中的几个场景效果不同,请分析原因。
已经实现这些功能,并且编译运行均不报错!
2024/3/17 0:39:05 19.5MB MATLAB 国科大 图像拼接 图像处理
1
AdvancedOfficePasswordRecovery是一款帮助我们破解office密码的软件,有时候给自己的word文档设置的密码不小心忘记了,或者下载的文档有密码,这个时候你就可以使用AdvancedOfficePasswordRecovery来进行密码破解。
AdvancedOfficePasswordRecovery破解office密码的方式有三种,一种是猜测,一种是暴力破解,一种是字典破解,总之可以帮助你把office的密码给破解出来。
支持的Office文件格式主要如下:MicrosoftWord文档MicrosoftExcel文档MicrosoftAccess数据库MicrosoftOutlook个人存储文件MicrosoftOutlookVBA宏文件MicrosoftMoney数据库MicrosoftSchedule+文件MicrosoftBackup文件MicrosoftMail文件Visio文件MicrosoftPowerPoint演示MicrosoftProject文件MicrosoftPocketExcel文件MicrosoftOneNote文件安装时屏蔽软件联网,界面为英文,安装完后可以语言下选择“中文”,注册后为家庭许可(单机版)
2024/3/14 3:22:16 26.23MB Office Password 查看 破解
1
C#.net实现学生成绩管理系统namespace学生成绩管理系统{partialclassFormlogin{//////必需的设计器变量。
///privateSystem.ComponentModel.IContainercomponents=null;//////清理所有正在使用的资源。
//////如果应释放托管资源,为true;
否则为false。
protectedoverridevoidDispose(booldisposing){if(disposing&&(components!=null)){components.Dispose();}base.Dispose(disposing);}#regionWindows窗体设计器生成的代码//////设计器支持所需的方法-不要///使用代码编辑器修改此方法的内容。
///privatevoidInitializeComponent(){this.labeluser=newSystem.Windows.Forms.Label();this.textBoxuser=newSystem.Windows.Forms.TextBox();this.labelcode=newSystem.Windows.Forms.Label();this.textBoxcode=newSystem.Windows.Forms.TextBox();this.buttonin=newSystem.Windows.Forms.Button();this.buttonout=newSystem.Windows.Forms.Button();this.SuspendLayout();////labeluser//this.labeluser.Font=newSystem.Drawing.Font("宋体",10.5F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.labeluser.Location=newSystem.Drawing.Point(31,50);this.labeluser.Name="labeluser";this.labeluser.Size=newSystem.Drawing.Size(55,26);this.labeluser.TabIndex=0;this.labeluser.Text="用户名";this.labeluser.TextAlign=System.Drawing.ContentAlignment.MiddleCenter;////textBoxuser//this.textBoxuser.Location=newSystem.Drawing.Point(126,55);this.textBoxuser.Name="textBoxuser";this.textBoxuser.Size=newSystem.Drawing.S
2024/3/13 12:24:54 257KB 学生成绩管理系统(C#)
1
共 335 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡