通过SCI引导模式将程序加载到设备的RAM中。
Thisapplicationisintendedtobeloadedintothedevice'sRAMviatheSCIbootmode.AftersuccessfullyloadedthisprogramimplementsamodifiedversionoftheSCIbootprotocolthatallowsauserapplicationtobeprogrammedintoflash
2024/6/24 8:15:26 43KB DSP
1
用于各种版本windowsoffice安装或卸载时遇到错误的修复:msicuu2.exeOffice2003Uninstall.msiOffice2007Uninstall.msiOffice2010SPUninstall.exeOffice2010Uninstall.msiOffice2013Uninstall.diagcabOffice2016UninstallMicrosoftProgram_Install_and_Uninstall.meta.diagcab(好用,用于修复安装或卸载遇到错误时修复)
2024/6/23 5:35:11 3.77MB 办公软件 微软
1
调试PWM口,及V/F算法,参数辨识程序,磁场定向程序,从转速测量、参数辨识方面改善性能,转速PI调节,电流闭环使用PI函数,串口SCI控制,ADC、DQ、CLARKE、park变换。
DebugPWMport,andV/Falgorithm,parameteridentificationprogram,magneticfieldorientationprogram,improveperformancefromspeedmeasurementandparameteridentification,speedPIadjustment,currentclosedloopusingPIfunction,serialSCIcontrol,ADC,DQ,CLARKE,parktransform;
2024/6/23 1:54:49 801KB dsp28335 invter 电机控制 参数辨识
1
针对散乱点数据,构建出三角网,并追踪出等值线,随后进行填充算法实现。
附件中包含有实现源代码工程(VS2008)、编程调试文档笔记、试验数据等。
-Forscatteredpointdata,constructatrianglemesh,andtrackthecontour,followedbyfillingalgorithm.Implementationannexcontainsthesourcecodeproject(VS2008),programminganddebugging,documentationnotes,testdata.
2024/6/22 4:55:49 1.42MB 离散点 等值线 云图 三角网格
1
介绍Python语言的入门书,循序渐进,实例和练习数量很多。
英文原版。
《经典原版书库:Python语言程序设计(英文版)》以“基础先行”方法介绍基本程序设计概念和方法,帮助学生循序渐进地学习所有必需和重要的基本概念。
以“问题驱动”方法讲授程序设计技术,强调问题求解,而非语法。
通过广泛的趣味性实例(涉及数学、自然科学、商业、金融、游戏、动画和多媒体领域)来激发学生的学习兴趣,为求解这些问题,适时地引入相关的语法和库。
可以灵活介绍GUI相关主题。
第1~6章使用内置的Turtle图形模块,其余部分使用Tkinter,这两种工具都是简单、易学的程序设计教学工具。
每章的开始都有GUI实例,每章末尾还有专门的GUI练习。
2024/6/20 16:03:01 12.72MB Python
1
PS4远程播放拦截器一个小型的.NET库,由支持,可拦截WindowsPS4RemotePlay上的控件。
该库可用于自动执行任何PS4游戏。
请参阅。
另外,请检出存储库,以获取在此库上构建的即用型软件。
安装使用NuGet(推荐)Install-PackagePS4RemotePlayInterceptor从来源添加对PS4RemotePlayInterceptor.dll的引用。
用法示例该控制台应用程序将按住X按钮,同时向上移动左模拟摇杆,直到被按键打断。
您可以将EmulateController设置为true以在未插入DualShock4控制器的情况下使用该库(必须拔出实际的控制器)。
usingPS4RemotePlayInterceptor;classProgram{staticvoidMain(string[]args){//SetupcallbacktointerceptorInterceptor.Callback=newIntercep
2024/6/19 10:36:20 276KB bot automation ps4 sony
1
Thishands-onguidecutsshortthepreambleandgetsstraighttothepoint–actuallycreatinggraphics,insteadofjusttheoreticallearning.Eachrecipeisspecificallytailoredtosatisfyyourappetiteforproducingreal-time3-DgraphicsusingGLSL4.0.IfyouareanOpenGLprogrammerlookingtousethemodernfeaturesofGLSL4.0tocreatereal-time,three-dimensionalgraphics,thenthisbookisforyou.FamiliaritywithOpenGLprogramming,alongwiththetypical3Dcoordinatesystems,projections,andtransformationsisassumed.ItcanalsobeusefulforexperiencedGLSLprogrammerswhoarelookingtoimplementthetechniquesthatarepresentedhere.
2024/6/17 21:28:51 7.28MB OpenGL GLSL
1
NCURSESProgrammingHOWTO中文版(第二版)这份文档中用到的所有程序
1
Qt自有一个混图的引擎,这个引擎的核心就是QPainter,我们知道QPainter在渲染二维图形和文字有很大的优势,而OpenGL是当前流行的三维渲染器,怎样才能将两者结合起来,制作更为丰富的应用程序?《C++GUIProgrammingwithQt4,secondedition》这本书给了我们一个小的例子,不过我们还要深入地以这个例子为基础进行挖掘,配合Qt的文档,我们才能真正地了解Qt对OpenGL的封装。
2024/6/13 5:03:03 1.37MB opengl qt
1
InATourofC++,SecondEdition,BjarneStroustrup,thecreatorofC++,describeswhatconstitutesmodernC++.Thisconcise,self-containedguidecoversmostmajorlanguagefeaturesandthemajorstandard-librarycomponents—not,ofcourse,ingreatdepth,buttoalevelthatgivesprogrammersameaningfuloverviewofthelanguage,somekeyexamples,andpracticalhelpingettingstarted.StroustruppresentstheC++featuresinthecontextoftheprogrammingstylestheysupport,suchasobject-orientedandgenericprogramming.Histourisremarkablycomprehensive.Coveragebeginswiththebasics,thenrangeswidelythroughmoreadvancedtopics,includingmanythatarenewinC++17,suchasmovesemantics,uniforminitialization,lambdaexpressions,improvedcontainers,randomnumbers,andconcurrency.ThetourevencoverssomeextensionsbeingmadeforC++20,suchasconceptsandmodules,andendswithadiscussionofthedesignandevolutionofC++.Thisguidedoesnotaimtoteachyouhowtoprogram(forthat,seeStroustrup’sProgramming:PrinciplesandPracticeUsingC++,SecondEdition),norwillitbetheonlyresourceyou’llneedforC++mastery(forthat,seeStroustrup’sTheC++ProgrammingLanguage,FourthEdition,andrecommendedonlinesources).If,however,youareaCorC++programmerwantinggreaterfamiliaritywiththecurrentC++language,oraprogrammerversedinanotherlanguagewishingtogainanaccuratepictureofthenatureandbenefitsofmodernC++,youcan’tfindashorterorsimplerintroductionthanthistourprovides.
12.6MB c++17
1
共 739 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡