Inputs:[AorV]EitherAorVwhereAisaNxNadjacencymatrix,whereA(I,J)isnonzeroifandonlyifanedgeconnectspointItopointJNOTE:WorksforbothsymmetricandasymmetricAVisaNx2(orNx3)matrixofx,y,(z)coordinates[xyCorE]EitherxyorCorE(orE3)wherexyisaNx2(orNx3)matrixofx,y,(z)coordinates(equivalenttoV)NOTE:onlyvalidwithAasthefirstinputCisaNxNcost(perhapsdistance)matrix,whereC(I,J)containsthevalueofthecosttomovefrompointItopointJNOTE:onlyvalidwithAasthefirstinputEisaPx2matrixcontainingalistofedgeconnectionsNOTE:onlyvalidwithVasthefirstinputE3isaPx3matrixcontainingalistofedgeconnectionsinthefirsttwocolumnsandedgeweightsinthethirdcolumnNOTE:onlyvalidwithVasthefirstinput[SID](optional)1xLvectorofstartingpoints.Ifunspecified,thealgorithmwillcalculatetheminimalpathfromallNpointstothefinishpoint(s)(automaticallysetsSID=1:N)[FID](optional)1xMvectoroffinishpoints.Ifunspecified,thealgorithmwillcalculatetheminimalpathfromthestartingpoint(s)toallNpoints(automaticallysetsFID=1:N)Outputs:[costs]isanLxMmatrixofminimumcostvaluesfortheminimalpaths[paths]isanLxMcellcontainingtheshortestpatharrays[showWaitbar](optional)ascalarlogicalthatinitializesawaitbarifnonzeroNote:Iftheinputsare[A,xy]or[V,E],thecostisassumedtobe(andiscalculatedas)thepointtopointEuclideandistanceIftheinputsare[A,C]or[V,E3],thecostisobtainedfromeithertheCmatrixorfromtheedgeweightsinthe3rdcolumnofE3Example:%Calculatethe(allpairs)shortestdistancesandpathsusing[A,C]inputsn=7;A=zeros(n);xy=10*rand(n,2)tri=delaunay(xy(:,1),xy(:,2));I=tri(:);J=tri(:,[231]);J=J(:);IJ=I+n*(J-1);A(IJ)=1a=(1:n);b=a(ones(n,1),:);C=round(reshape(sqrt(sum((xy(b,:)-
2024/8/21 4:46:22 4KB 路由WSN
1
WeJapa实习NotesApp这是一个纯基于Nodejs的note应用程序restapi构建,未使用任何快速框架。
该应用程序连接到Atlas上的mongodb数据库新笔记创建的邮递员屏幕截图列出所有笔记的邮递员屏幕截图邮递员按ID读取单个笔记的屏幕截图邮递员按工作类别对笔记进行排序的屏幕截图邮递员按个人类别对笔记进行排序的屏幕截图邮递员按学习类别对笔记进行排序的屏幕截图邮递员按其他类别对笔记进行排序的屏幕截图邮递员分类笔记目录的屏幕截图
2024/7/28 14:28:11 1.15MB JavaScript
1
写在前面,此教程专为菜鸟们写的,高手可以略过,这里还要感谢Kamijou.Otaku大侠,我这里是用了他给的附件刷的,国行版和港行版都可行。
一、确保安装了三星驱动:可以用以下方法:在电脑安装豌豆荚并打开,把note连接电脑,豌豆荚会自动识别并安装驱动,不用管它,直到电脑完成,并在豌豆荚能够识别你的note8000或note8010.下图是豌豆荚左上角的显示:二、确保odin3的运行环境:Winxp要安装Microsoft.NETFramework2.0(不需要装3.5或4.0,不是版本越高越好);
win7貌似不需要安装了。
需要安装的可以自己百度。
三、刷内核:1把CWM-SuperSU-v0.94.zip放到note的根目录,然后关机如图位置:2按住“音量键-、电源键”停留几秒以后,这时候你会看到有个警告标志,再按一下“音量键+”进入挖煤界面,3插上数据线打开odin3v1.85.exe,直接PDA选择“HighOnAndroidCWMRecoveryGTN8000.tar”。
按start开始,完成后会自动重启。
4开机以后再次关机,拔掉数据线。
四、解Root:4-1:按住“音量键+、电源键”进入恢复模式(注意进入挖煤模式和恢复模式的区别)。
4-2:此时,音量键上下移动光标,电源键代表确认键。
进入恢复模式后可看到“-rebootsystemnow-installzipfromsdcard-wipedata/factoryreset-wipecachepartition-backupandrestore-mountesandstorage-advanced”七个选项,选择第二行的“-installzipfromsdcard”进入,又看到:“-choosezipfromsdcard-apply/sdcard/update.zip-togglesignatureverification-choosezipfromexternalsdcard-++++goback++++"五个选项,选择第一个或第四个(取决于你的文件存放在内置卡里还是扩展卡里,我这里是存在内置卡里,所以选第一个)进入sdcard根目录选择-CWM-SuperSU-v0.94.zip。
4-3:选YES4-4:刷好后选GoBack4-5:选rebootsystemnow重启就OK!检查自己平板里面是否多了个SuperSU的程序说明已经ROOT了。
这是刷机后的界面(港行版),第二行右边第二个图标就是了:
2024/7/26 16:22:37 6.58MB 三星 n8000/n8010 Root 详细
1
//Summary:角度精度的转换//Parameters:// dAngle - 角度,单位度(°)// nPrecision - 精度,1:度、2:分、3:秒//Returns:成功返回转换后的角度字符串,否则返回空//Note:转换结果带四舍五入例:角度值0.5°转换结果0°30′0″角度值0.56789°转换结果0°34′4″角度值360.5123°转换结果360°30′44″
2024/7/23 10:31:03 2KB 角度 单位 度分秒
1
把cs229的所有纸质资料整理成一本书,总共300多页,包括note课后习题和补充资料详见http://cs229.stanford.edu/syllabus.html
2024/5/5 3:42:21 6.19MB 机器学习
1
小米note维修原理图PCB位置图(PDF格式),是维修图,有PCB位置图,是PDF格式的,可用来维修手机,学习手机原理等。
有些图纸有些页可能有残缺。
2024/4/28 18:01:16 9.79MB 手机
1
此文件包为控制ros中小海龟的定点移动,其中有两个程序,大同小异。
一个需要输入目标点的xy坐标,一个是在程序中固定了xy的坐标。
具体情感博客:note-ros-控制小海龟到达指定点(https://blog.csdn.net/qq_33168256/article/details/82950222)
2024/4/10 19:10:20 2KB ros c++ 机器人 turtle
1
多旅行商matlab实验源码实现了三种多旅行商问题%MTSPOF_GAFixedOpenMultipleTravelingSalesmenProblem(M-TSP)GeneticAlgorithm(GA)%Findsa(near)optimalsolutiontoavariationofthe"open"M-TSPby%settingupaGAtosearchfortheshortestroute(leastdistanceneeded%foreachsalesmantotravelfromthestartlocationtounique%individualcitiesandfinallytotheendlocation)%%Summary:%1.Eachsalesmanstartsatthefirstpoint,andendsatthelast%point,buttravelstoauniquesetofcitiesinbetween(noneof%themclosetheirloopsbyreturningtotheirstartingpoints)%2.Exceptforthefirstandlast,eachcityisvisitedbyexactlyonesalesman%%Note:TheFixedStartistakentobethefirstXYpointandtheFixedEnd%istakentobethelastXYpoint%%Input:%XY(float)isanNx2matrixofcitylocations,whereNisthenumberofcities%DMAT(float)isanNxNmatrixofcity-to-citydistancesorcosts%SALESMEN(scalarinteger)isthenumberofsalesmentovisitthecities%MIN_TOUR(scalarinteger)istheminimumtourlengthforanyofthe%salesmen,NOTincludingthestartpointorendpoint%POP_SIZE(scalarinteger)isthesizeofthepopulation(shouldbedivisibleby8)%NUM_ITER(scalarinteger)isthenumberofdesirediterationsforthealgorithmtorun%SHOW_PROG(scalarlogical)showstheGAprogressiftrue%SHOW_RES(scalarlogical)showstheGAresultsiftrue%%Output:%OPT_RTE(integerarray)isthebestroutefoundbythealgorithm%OPT_BRK(integerarray)isthelistofroutebreakpoints(thesespecifytheindices%intotherouteusedtoobtaintheindividualsalesmanroutes)%MIN_DIST(scalarfloat)isthetotaldistancetraveledbythesalesmen%%Route/BreakpointDetails:%Ifthereare10citiesand3salesmen,apossibleroute/break%combinationmightbe:rte=[56942837],brks=[37]%
1
VC++Runtime2015-2019一体包,微软最新版,多版本打包到一个包里,不同于之前的独立各个版本,这里是共享的;
官方解释Note VisualC++2015,2017and2019allsharethesameredistributablefiles.Forexample,installingtheVisualC++2019redistributablewillaffectprogramsbuiltwithVisualC++2015and2017also.However,installingtheVisualC++2015redistributablewillnotreplacethenewerversionsofthefilesinstalledbytheVisualC++2017and2019redistributables.ThisisdifferentfromallpreviousVisualC++versions,astheyeachhadtheirowndistinctruntimefiles,notsharedwithotherversions.
2023/12/17 12:35:18 31.05MB vcruntime vc vc2015 vc2017
1
共 38 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡