国内下载,网速更快官网下载地址:http://grouplens.org/datasets/movielens/三个文件数据简介如下:MovieLens100k100,000ratingsfrom1000userson1700movies.MovieLens1M1millionratingsfrom6000userson4000movies.MovieLens10M10millionratingsand100,000tagapplicationsappliedto10,000moviesby72,000users.
2022/9/6 15:29:03 73.67MB MovieLens GroupLens 数据集
1
1.在管理结点(也就是主机,也就是被挂载的那个机械)和刀片(也就是分机,也就是挂载那个机械)上安装相应软件包2.管理结点上执行以下安装命令:sudodpkg-ilibgssglue1_0.4-2ubuntu1_amd64.debsudodpkg-ilibnfsidmap2_0.25-5_amd64.debsudodpkg-ilibtirpc1_0.2.2-5ubuntu2_amd64.debsudodpkg-irpcbind_0.2.1-2ubuntu1_amd64.debsudodpkg-infs-common_1.2.8-6ubuntu1_amd64.debsudodpkg-infs-kernel-server_1.2.8-6ubuntu1_amd64.deb然后打开/etc/exports文件,在末尾加入:/XXXX*(rw,sync,no_root_squash)其中/XXXX是要共享的目录然后启动NFS:sudo/etc/init.d/rpcbindrestartsudo/etc/init.d/nfs-kernel-serverrestart管理结点就配置好了3.在刀片上执行以下命令:sudodpkg-ilibgssglue1_0.4-2ubuntu1_amd64.debsudodpkg-ilibnfsidmap2_0.25-5_amd64.debsudodpkg-ilibtirpc1_0.2.2-5ubuntu2_amd64.debsudodpkg-irpcbind_0.2.1-2ubuntu1_amd64.debsudodpkg-infs-common_1.2.8-6ubuntu1_amd64.debsudo/etc/init.d/rpcbindrestart刀片就配置好了4.在刀片上执行以下挂载命令:sudomount-tnfs-onolock10.0.0.10:/XXXX/mnt管理结点(ip为10.0.0.10)上的/XXXX目录就挂载到/mnt下了。
若要挂出,则执行umount/mnt命令即可。
2022/9/5 12:23:39 420KB Ubuntu NFS
1
Highdetailed,customizableRealisticCarwithfullytexturedinteriorandopen-able4doors.ReadytouseinYourgameorvisualization.Thismodelhas4LODssoitcanbeusedforPCandmobileprojects.TechnicalDetails:Modelhas4LOD's:-LOD0:38670tris-LOD1:20121tris-LOD2:9521tris-LOD3:5126trisTexturesize:-Bodypaintandparts:2048-Interior:4096-Wheels:1024-LightsEmissive:1024-ChangedDesign-Itdoesn'tlook100%likeanyreallifecar.-CompatiblewithUnityVehicle.-AllmaterialsusingPBRUnityStandardshader.Albedo,metallic,smoothness,normalandocclusiontexturesincluded.-Emissivetextureforlightsincluded.-PSDsourcefilesincluded.-YoucanmakeYourowncustompaintingforbodyusingincludedPSDfile.-Clearandoptimizedgeometry.-ModelisproperlyscaledandalignedalongZ-axis.-FullytexturedInteriorwithemissivemap.-Righthandedversionofinteriorincluded.-Separatedandproperlyalignedfourwheels,brakediscs,brakecalipers.WorksperfectlywithUnityVehicle.-Separatedsteeringwheelanddashboardpointers.Readytoanimate.-separatedglass.-Separated4doors.Readytoanimate.-SeparatedWind-shieldWipers.Readytoanimate-LOD'scorrectlyimplementedtoallpartsofthecar.-8Carprefabsreadytodrivewithdifferentsetsofmaterials.-10wheelmaterialswithdifferentcoloursandmetallic/smothness-8CarPaintmaterialswithdifferentcoloursandmetallic/smothness-2Carpartsmaterials(Chromeandblackplasticdetailslikegrilletc.)-2Interiormaterials(DifferentSeatsColour)-Carpaintcolourandsmoothnesscanbecustomized.-Allmaterials,texturesandotherpartsofpackageproperlynamed.-2Demoscenesincluded.IfYouwanttodrivethiscarbydefault,justimportVehiclesandCamerasfromUnityStandardAssets.IfYoulikethisproduct,pleaserateandcomment.SupportEmail:darek.slanda@gmail.com
2022/9/5 8:51:42 194.98MB Unity Car 高质量模型
1
本工程只提供了USB设备虚拟端的核心部分代码,驱动代码属于WDM工程,非WDF框架。
同时提供了完整的例子程序,包括USB数据采集端和USB虚拟端,可以一起模拟一个USB设备的远程访问效果。
驱动目录可以用WDK7编译,同时也可以使用带WDK10的vs2015编译。
在不到两个月时间里既要学习研究USB协议和Windows平台下USB系统的框架流程(感谢ReactOS提供的接近windows内核的源码),同时要实现USB数据采集端,也要实现USB虚拟设备端,同时还要实现虚拟USB控制器和根集线器。
因而时间比较紧,错误难免,还望不吝提出和纠正本工程的BUG。
本代码和例子程序供学习和研究使用,不可不经修改直接用于商业盈利目的。
若你的工程引用了本工程的代码,请在引用的地方注明原始开发作者。
本工程对应的博客地址http://blog.csdn.net/fanxiushu/article/details/51420096以及后续章节。
2022/9/2 20:23:25 518KB WINDOWS USB 驱动
1
(含源码及报告)本程序分析了自2016年到2021年(外加)每年我国原油加工的产量,并且分析了2020年全国各地区原油加工量等,含饼状图,柱状图,折线图,数据在地图上显示。
运转本程序需要requests、bs4、csv、pandas、matplotlib、pyecharts库的支持,如果缺少某库请自行安装后再运转。
文件含6个excel表,若干个csv文件以及一个名字为render的html文件(需要用浏览器打开),直观的数据处理部分是图片以及html文件,可在地图中显示,数据处理的是excel文件。
不懂可以扫文件中二维码在QQ里面问。
2022/9/30 16:31:44 29.75MB 爬虫 python 源码软件 开发语言
1
LeetCodecpp最新中文题解.pdfLeetCodecpp最新中文题解.pdfLeetCodecpp最新中文题解.pdf目录3.4Addbinary615.1.5BinaryTreeLevelOr-3.5LongestPalindromicSubstring.62dertraversalil3.6RegularExpressionMatching665.1.6BinaryTreeZigzag3.7WildcardMatching67LevelOrdertraversal.963.8LongestCommonPrefix5.1.7RecoverBinarySearch3.9ValidNumber70Tree983.10Integertoroman725.1.8SameTree3.11RomantoInteger735.1.9SymmetricTree1003.12CountandSay745.1.10BalancedBinaryTree..1023.13Anagrams755.1.11FlattenBinaryTreeto3.14SimplifyPath76LinkedList1033.15LengthofLastWord775.1.12PopulatingNextRightPointersineachnodeii105第4章栈和队列7952二叉树的构建10641栈795.2.1ConstructBinaryTree4ValidParentheses79fromPreorderandIn4.1.2LongestvalidParenorderTraversa106theses805.2.2ConstructBinaryTree4.1.3LargestRectangleinfromInorderandposHistogram82torderTraversal1074.1.4Evaluatereversepol-53二叉查找树108ishnotation845.3.1UniqueBinarySearch4.2队列85Trees.1085.3.2UniqueBinarySearch第5章树86Treesli.1105.1二叉树的遍历865.3.3ValidateBinarySearch5.1.1BinaryTreePreorderTreeTraversal865.3.4ConvertSortedarrayto5.1.2BinaryTreeInorderBinarySearchTree...112Traversal885.3.5ConvertSortedListto5.1.3BinaryTreePostorderBinarySearchTree113Traversal9054二叉树的递归.1145.1.4BinaryTreeLevelOr5.4.1MinimumDepthofBidertraversal)2narylree115目录5.4.2MaximumDepthofBi8.3.,2重新实现nextpermunaryTree116tation1425.4.3PathSum11783.3递归.1435.44PathSumil1188.4PermutationsII1445.4.5BinaryTreeMaximum8.4.1nextpermutation...144PathSuum11984.2重新实现nextpermu5.4.6PopulatingNextRighttation144Pointersineachnode120843递归1445.4.7SumRoottoLeafnum8.5Combinations146bers2185.1递归1468.5.2迭代147第6章排序1238.6LetterCombinationsofaphone6.1MergeSortedArray123umber1476.2MergeTwoSortedLists12486.1递归1486.3MergekSortedLists124862迭代96.4InsertionSortList125第9章广度优先搜索1506.5Sortlist1269.1WordLadder1506.6FirstMissingPositive1279.2WordLadderil1546.7SortColors1289.3Surroundedregions162第7章查找94小结16413194.l适用场景1647.1Searchforarange131942思考的步骤7.2SearchInsertPosition.13294.3代码模板1657.3Searcha2DMatrix133第10章深度优先搜索173第8章暴力枚举法13510.1PalindromePartitioning1738.1Subsets13510.2UniquePaths1768.1.1递归1350.2.1深搜1768.1.2迭代.1371022备忘录法.1768.2Subsetsil13810.23动规177821递归13810.24数学公式1788.2.2迭代.14110.3UniquePathsIl1798.3Permutations14210.3.1备忘录法1798.3.1nextpermutation14210.3.2动规.180目录10.4N-Queens1813.4Maximalrectangle21310.5N-QueensII18413.5BestTimetoBuyandSellStock10.6Restoreipaddresses186.21410.7CombinationSum18813.6InterleavingString21510.8CombinationSumIl18913.7ScrambleString21710.9GenerateParentheses.19013.8MinimumPathSum.22210.10Sudokusolver19213.9EditDistance22410.11WordSearch.19313.10DecodeWays.22610.12小结19513.11Distinctsub22710.12.1适用场景19513.12WordBreak22810.122思考的步骤1951313WordBreakil2300.12.3代码模板197第14章图23210.12.4深搜与回溯法的区別.19714.1CloneGraph23210.12.5深搜与递归的区别..197第15章细节实现题235第11章分治法19915.1ReverseInteger2351.1Pow(x,n)19915.2PalindromeNumber.23611.2Sqrt(x)20015.3InsertInterval237第12章贪心法20115.4MergeIntervals23812.1Jumpgame20115.5MinimumWindowSubstring23912.2JumpgameII15.6MultiplyStrings24112.3BestTimetobuyandSellstock20415.7SubstringwithConcatenation12.4BestTimetobuyandsellstockl205ofallwords24412.5LongestSubstringWithoutre15.8Pascal,sTriangle245peatingCharacters20615.9PascalsTriangleIl24612.6ContainerwithMostWater..20715.10SpiralMatrix24715.11SpiralmatrixII248第13章动态规划20915.12ZigZagConversion25013.1Triangle20915.13DivideTwoIntegers25113.2MaximumSubarray15.14TextJustification25313.3PalindromePartitioningII1215.15MaxPointsonaline255目录第1章编程技巧在判断两个浮点数a和b是否相等时,不要用a==b,应该判断二者之差的绝对值fabs(a-b)是否小于某个阈值,例如1e-9。
判断一个整数是否是为奇数,用x%2!=0,不要用x%2=1,因为ⅹ可能是负用char的值作为数组下标(例如,统计字符串中每个字符岀现的次数),要考虑到char可能是负数。
有的人考虑到了,先强制转型为unsignedint再用作下标,这仍然是错的。
正确的做法是,先强制转型为unsignedchar,再用作下标。
这涉及C十整型提升的规则,就不详述了。
以下是关于STL使用技巧的,很多条款来自《EffectiveSTL》这本书。
vector和string优先于动态分配的数组首先,在功能上,由于vector能够保证连续内存,因此一旦分配了后,它的功能跟原始数组相当;其次,如果用new,意味着你要确保后面进行孓delete,一旦忘记了,就会出现BUG,且这样需要都写一行delete,代码不够短再次,声明多维数组的话,只能一个一个new,例如int**ary=newint*[row_num];for(inti=0:i<rownum;++1)ary[i]newint[col_num]用vector的话一行代码搞定vector<vector<int>>ary(row_num,vector<int>(col_num,0))使用reserve来避免不必要的重新分配第2章线性表这类题目考察线性表的操作,例如,数组,单链表,双向链表等。
2数组2.1.1RemoveDuplicatesfromSortedarray描述Givenasortedarray,removetheduplicatesinplacesuchthateachelementappearonlyonceandreturnthenewlengthDonotallocateextraspaceforanotherarray,youmustdothisinplacewithconstantmemoryForexample,GiveninputarrayA=[1,1,2Yourfunctionshouldreturnlength=2,andaisnow[1,2]分析无代码1/LeetCode,RemoveDuplicatesfromSortedArray//时间复杂度0(n),空间复杂度0(1)classSolutiontublicintremoveDuplicates(vector<int>&nums)tif(numsemptyo)return0;intindex=ofor(inti=1:inumssize:1++iif(nums[index]!nums[i])nums[++index]=nums[i]returnindex12.1数组代码2//LeetCode,RemoveDuplicatesfromSortedArray/使用STL,时间复杂度0(n),空间复杂度0(1)classSolutionipublicintremoveDuplicates(vector<int>&nums)treturndistance(numsbegin(),unique(numsbegin(),numsend())代码3/LeetCode,RemoveDuplicatesfromSortedArray/使用STL,时间复杂度0(n),空间复杂度0(1)lassSolutionfublicintremoveDuplicates(vector<int>&nums)treturndistance(numsbegin(,removeDuplicates(numsbegin(,numsend(),numsbegintemplate<typenameInIt,typenameoutit>OutItremoveDuplicates(InItfirst,InItlast,OutItoutput)thile(firstlast)i*output++=*firstfirstupper_bound(first,last,*firstreturnoutput相关题目RemoveDuplicatesfromSortedArrayI,见§2.1.22.1.2RemoveDuplicatesfromSortedArrayII描述Followupfor"RemoveDuplicates"Whatifduplicatesareallowedatmosttwice?Forexample,Givensortedarraya=[1,1,1,2,2,3]Yourfunctionshouldreturnlength=5,andAisnow[1,1,2,2,3分析加一个变量记录一下元素出现的次数即可。
这题因为是已经排序的数组,所以一个变量即可解决。
如果是没有排序的数组,则需要引入一个hashmap来记录出现次数。
4第2章线性表代码1//LeetCode,RemoveDuplicatesfromSortedArrayII//时间复杂度0(n),空间复杂度0(1)//qauthorhex108(https://github.com/hex108)classSolutiontublicintremoveDuplicates(vector<int>&nums)tif(numssize(<=2)returnnumssizeintindex=2for(inti=2:inumssize(:i++)ff(nums[i]!numslindex-2]nums[index++]=nums[i]returnindex;代码2下面是一个更简洁的版本。
上面的代码略长,不过扩展性好一些,例如将occur<2改为occur3,就变成了允许重复最多3次。
//LeetCode,RemoveDuplicatesfromSortedArrayII7/@author虞航仲(http://weibo.com/u/1666779725)//时间复杂度0(n),空间复杂度0(1)lassSolutionfpublicintremoveDuplicates(vector<int>&nums)tconstintn=numssizeintindex=0:for(inti=0:i<n;++i)if(i>0&&i<n-1&nums[i]=nums[i-1]&nums[i]=nums[i1])continue;nums[index++]=nums[i]returnindex;相关题目RemoveDuplicatesfromSortedArray,见§2.1.1
2019/5/20 21:34:34 866KB why
1
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡