(1)、外星人游戏添加飞船上下移动功能;
(2)、尝试为游戏添加爆炸音效和射击音效;
(3)、在玩家得分、最高得分、玩家等级前添加"Score"、"HighScore"、"Level"三个标签(4)、添加游戏暂停功能,如按某个按键,实现游戏暂停;
(5)、最高得分永久性存储,在关闭后,再打开游戏时,仍然可以正常读取和显示;
(6)、仅当游戏结束时,才进行游戏最高得分的比较和更新;
(7).添加了一个用于开始游戏的play按钮,在玩家三次未击中目标时结束游戏,并重新显示Play按钮,让玩家能够通过单击该按钮重新开始游戏;(8)、在外星人队列中固定关卡插入高级外星人(图像与普通外星人不同,但points更高,速度更快),并且boos显示血条。
2025/3/3 12:29:23 2.96MB python
1
实习时给一个科学计算软件写的小模块,应为是科学计算和工业设计的要求精度高,就使用了统统使用了double类型。
程序的入口是double[]spline(point[]poits,doublexs[])point[]points是给定的插值样本点,double[]xs是要插值的点数组x的坐标。
返回值是插值结果的数组。
point是定义的类,有x,y两个坐标。
存储插值样本点。
2025/2/23 0:46:05 40KB C# 三次样条插值
1
labelme2COCO终极无限制版本,不限制分类名称,即输出分类就是labelme标注分类,不需要手动修改points值,含有area计算,真正的运行一下就可以。
当然了,输出目录还是要根据自己的情况修改的。
2024/9/8 16:02:54 7KB labelme MSCOCO
1
GettogripswithmodernsoftwaredemandsbylearningtheeffectiveusesofRust'spowerfulmemorysafety.KeyFeaturesLearnandimprovethesequentialperformancecharacteristicsofyoursoftwareUnderstandtheuseofoperatingsystemprocessesinahigh-scaleconcurrentsystemLearnofthevariouscoordinationmethodsavailableintheStandardlibraryBookDescriptionMostprogramminglanguagescanreallycomplicatethings,especiallywithregardtounsafememoryaccess.Theburdenonyou,theprogrammer,liesacrosstwodomains:understandingthemodernmachineandyourlanguage'spain-points.Thisbookwillteachyoutohowtomanageprogramperformanceonmodernmachinesandbuildfast,memory-safe,andconcurrentsoftwareinRust.ItstartswiththefundamentalsofRustanddiscussesmachinearchitectureconcepts.YouwillbetakenthroughwaystomeasureandimprovetheperformanceofRustcodesystematicallyandhowtowritecollectionswithconfidence.YouwilllearnabouttheSyncandSendtraitsappliedtothreads,andcoordinatethreadexecutionwithlocks,atomicprimitives,data-parallelism,andmore.ThebookwillshowyouhowtoefficientlyembedRustinC++codeandexplorethefunctionalitiesofvariouscratesformultithreadedapplications.Itexploresimplementationsindepth.Youwillknowhowamutexworksandbuildseveralyourself.Youwillmasterradicallydifferentapproachesthatexistintheecosystemforstructuringandmanaginghigh-scalesystems.Bytheendofthebook,youwillfeelcomfortablewithdesigningsafe,consistent,parallel,andhigh-performanceapplicationsinRust.WhatyouwilllearnProbeyourprogramsforperformanceandaccuracyissuesCreateyourownthreadingandmulti-processingenvironmentinRustUsecoarselocksfromRust’sStandardlibrarySolvecommonsynchronizationproblemsoravoidsynchronizationusingatomicprogrammingBuildlock-free/wait-freestructuresinRustandunderstandtheirimplementat
2024/2/28 3:43:03 1.9MB rust concurrency 并发 rust语言
1
Thisneweditiontotheclassicbookbyggplot2creatorHadleyWickhamhighlightscompatibilitywithknitrandRStudio.ggplot2isadatavisualizationpackageforRthathelpsuserscreatedatagraphics,includingthosethataremulti-layered,withease.Withggplot2,it'seasyto:producehandsome,publication-qualityplotswithautomaticlegendscreatedfromtheplotspecificationsuperimposemultiplelayers(points,lines,maps,tiles,boxplots)fromdifferentdatasourceswithautomaticallyadjustedcommonscalesaddcustomizablesmoothersthatusepowerfulmodelingcapabilitiesofR,suchasloess,linearmodels,generalizedadditivemodels,androbustregressionsaveanyggplot2plot(orpartthereof)forlatermodificationorreusecreatecustomthemesthatcapturein-houseorjournalstylerequirementsandthatcaneasilybeappliedtomultipleplotsapproachagraphfromavisualperspective,thinkingabouthoweachcomponentofthedataisrepresentedonthefinalplotThisbookwillbeusefultoeveryonewhohasstruggledwithdisplayingdatainaninformativeandattractiveway.SomebasicknowledgeofRisnecessary(e.g.,importingdataintoR).ggplot2isamini-languagespecificallytailoredforproducinggraphics,andyou'lllearneverythingyouneedinthebook.Afterreadingthisbookyou'llbeabletoproducegraphicscustomizedpreciselyforyourproblems,andyou'llfinditeasytogetgraphicsoutofyourheadandontothescreenorpage.TableofContentsPartIGettingStartedChapter1IntroductionChapter2GettingStartedwithggplot2Chapter3ToolboxPartIITheGrammarChapter4MasteringtheGrammarChapter5BuildaPlotLayerbyLayerChapter6Scales,AxesandLegendsChapter7PositioningChapter8ThemesPartIIIDataAnalysisChapter9DataAnalysisChapter10DataTransformationChapter11ModellingforVisualisationChapter12Programmingwithggplot2
2023/12/24 22:43:17 9.05MB ggplot2 Data Analysis
1
在MatlabGUI中实现了Bezier任意阶数曲线和曲面的绘制。
曲线可使用鼠标生成控制点,控制点可随意拖动;
也可手动输入控制点坐标。
曲面控制点信息可使用xls文件导入,也可手动输入控制点坐标。
程序使用MatlabGUI编写。
文件清单:===========必需文件============----bezier_test.m、bezier_test.fig:bezier曲线绘制主页面程序(主程序入口)----bezier_surface.m、bezier_surface.fig:bezier曲线绘制页面程序----bezier_DeCas.m、bezier_DeCas.fig:De_Casteljau算法显示页面程序----my_bezier.m:bezier曲线/曲面生成子函数----my_Curve_De_Casteljau.m:曲线De_Casteljau算法子函数----my_Surface_De_Casteljau.m:曲面De_Casteljau算法子函数----at.xls:绘制“@”图案用到的控制点坐标信息文件============非必需文件===========----bezier_surface_control_points:实例文件,曲面控制点信息文件。
导入此文件,可绘制Bezier曲面。
2023/9/25 23:03:27 72KB Bezier曲线 Bezier曲面 matlab
1
AdafruitGFXLibraryThisisthecoregraphicslibraryforallourdisplays,providingacommonsetofgraphicsprimitives(points,lines,circles,etc.).Itneedstobepairedwithahardware-specificlibraryforeachdisplaydevicewecarry(tohandlethelower-levelfunctions).Adafruitinveststimeandresourcesprovidingthisopensourcecode,pleasesupportAdafruitandopen-sourcehardwarebypurchasingproductsfromAdafruit!WrittenbyLimorFried/LadyadaforAdafruitIndustries.BSDlicense,checklicense.txtformoreinformation.Alltextabovemustbeincludedinanyredistribution.RecentArduinoIDEreleasesincludetheLibraryManagerforeasyinstallation.Otherwise,todownload,clicktheDOWNLOADZIPbutton,uncompressandrenametheuncompressedfolderAdafruit_GFX.ConfirmthattheAdafruit_GFXfoldercontainsAdafruit_GFX.cppandAdafruit_GFX.h.PlacetheAdafruit_GFXlibraryfolderyour/Libraries/folder.YoumayneedtocreatetheLibrariessubfolderifitsyourfirstlibrary.RestarttheIDE.
2023/7/25 17:02:52 284KB oled
1
这是三个VelodyneVLP-16的点云数据包,是.bag文件,可以使用命令行rosbagplay***.bag来播放。
其主题均为/velodyne_points,大小不一。
2023/7/22 7:07:01 805.01MB 激光点云 Velodyne VLP-16数据 bag文件
1
残缺的FG-NET数据库,搜罗train图片,test图片以及points文件
2023/5/11 17:15:58 43.43MB 年龄估计 年龄数据库
1
1.本文档搜罗:三维点云文件points.txt以及C++名目文件CylinderFitting。
2.本文档经由对于三维点云的圆柱拟合,患上到圆柱的半径、圆柱轴线单元倾向向量以及轴线起始位置三个首要参数。
3.本文档算法源自“学编程的小蜜蜂”的matlab法度圭表标准:http://download.csdn.net/detail/erlongz/5815557
2023/4/12 19:39:50 3.06MB 圆柱面拟合 C++ opencv 半径
1
共 19 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡