调试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
function[CellSpace_nextstepVehicleSpace]=TrafficSimulating(SimTime,TimeStep,CellSpace_current,CellSpace_nextstep,VehicleSpace,VMAX)%TRAFFICSIMULATINGSummaryofthisfunctiongoeshere%仿真程序主体CellSpace_Init=CellSpace_nextstep;%读取信号配时数据SignalCycleMat=load('SignalCycleInfo.ini');sCycle=SignalCycleMat(1);%周期长度sGreenTime=SignalCycleMat(2);%绿灯时长sRedTime=SignalCycleMat(3);%红灯时长%%是否加载换道模型LaneChangingModelINIMat=load('LaneChangingModeInfo.ini');UseLaneChangingModelFlag=LaneChangingModelINIMat(1);end
2024/6/20 7:51:30 2KB 元胞自动机 交通
1
linux谷歌版本下载。

安装教程见博客kali分类
2024/6/14 3:32:09 58.23MB linux 谷歌下载
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
WelcometoLongShort-TermMemoryNetworksWithPython.LongShort-TermMemory(LSTM)recurrentneuralnetworksareoneofthemostinterestingtypesofdeeplearningatthemoment.Theyhavebeenusedtodemonstrateworld-classresultsincomplexproblemdomainssuchaslanguagetranslation,automaticimagecaptioning,andtextgeneration.LSTMsareverydi↵erenttootherdeeplearningtechniques,suchasMultilayerPerceptrons(MLPs)andConvolutionalNeuralNetworks(CNNs),inthattheyaredesignedspecificallyforsequencepredictionproblems.IdesignedthisbookforyoutorapidlydiscoverwhatLSTMsare,howtheywork,andhowyoucanbringthisimportanttechnologytoyourownsequencepredictionproblems.
2024/6/10 13:38:01 6.77MB machine lear mastery python
1
从mysql官网上下载mysql-server_5.7.21-1ubuntu14.04_amd64.deb-bundle.tar,然后进行离线安装,解压该安装包,会出现11个依赖包,按照顺序依次使用sudodpkg-i进行安装,中间会报错,显示缺少相应的依赖,具体如下:*******@ubuntu:/opt/mysql$sudodpkg-imysql-community-client_5.7.21-1ubuntu14.04_amd64.debSelectingpreviouslyunselectedpackagemysql-community-client.(Readingdatabase...208518filesanddirectoriescurrentlyinstalled.)Preparingtounpackmysql-community-client_5.7.21-1ubuntu14.04_amd64.deb...Unpackingmysql-community-client(5.7.21-1ubuntu14.04)...dpkg:dependencyproblemspreventconfigurationofmysql-community-client:mysql-community-clientdependsonlibaio1(>=0.3.93);however:Packagelibaio1isnotinstalled.dpkg:errorprocessingpackagemysql-community-client(--install):dependencyproblems-leavingunconfiguredProcessingtriggersforman-db(2.6.7.1-1ubuntu1)...Errorswereencounteredwhileprocessing:mysql-community-client和********@ubuntu:/opt/mysql$sudodpkg-imysql-community-server_5.7.21-1ubuntu14.04_amd64.debSelectingpreviouslyunselectedpackagemysql-community-server.(Readingdatabase...208598filesanddirectoriescurrentlyinstalled.)Preparingtounpackmysql-community-server_5.7.21-1ubuntu14.04_amd64.deb...Unpackingmysql-community-server(5.7.21-1ubuntu14.04)...dpkg:dependencyproblemspreventconfigurationofmysql-community-server:mysql-community-serverdependsonlibmecab2(>=0.996-1.1);however:Packagelibmecab2isnotinstalled.dpkg:errorprocessingpackagemysql-community-server(--install):dependencyproblems-leavingunconfiguredProcessingtriggersforman-db(2.6.7.1-1ubuntu1)...Processingtriggersforureadahead(0.100.0-16)...ureadaheadwillbereprofiledonnextrebootErrorswereencounteredwhileprocessing:mysql-community-server附上依赖包安装顺序:1.mysql-common_5.7.21-1ubuntu14.04_amd64.deb2.libmysqlclient20_5.7.21-1ubuntu14.04_amd64.deb3.libmysqlclient-dev_5.7.21-1ubuntu14.04_amd64.deb4.libmysqld-dev_5.7.21-1ubuntu14.04_amd64.deb
2024/6/9 19:58:15 245KB mysql 离线安装 依赖包
1
验证可以在win10下破解quartusii13.1的。
在其中还附带了不能破解的破解器13.0,做为参考。
破解器13.0不能解决Error(119013):CurrentlicensefiledoesnotsupporttheEP4CE10F17C8device问题,13.1才能。
2024/6/7 14:52:04 39KB quartus ii13.1
1
Currentversion-----------------------------FixedbugwhenDetailPage(Hyperlink)containscrossbands(bandswerenotshown).-ImprovedToNRowModeandnowworkswithmultiColumndatabandandsubreportwithPrintOnParent-FixedbuginPDFexportwithtransparencyinPictureobjectandKeepAspectRatioproperty-FixedClippingofmemoobjectinSVGexportVersion6.3-----------------------------FixedPDFLineSpacing(forhugevalues+VAlign)-FixedChinesefontnamesinPDFexport-FixedactivecellforXLSwithseveralsheetsintheBIFF8export-FixedUTF-8supportforGeodatafromDBF*ImprovedFireDACDBcomponents
2024/5/31 3:17:29 8.56MB Fastreport
1
页面的上下两个表单可以封装成一个jsp组件.实现代码的重用具体实现流程如下:客户端的jsp页面传送两个变量:1. Keyword:要查询的关键字2. currentPage:当前要显示第几页servelt中通过调用impl类的方法返回如下内容:1. ArrayList对象:里面存储的是对应的页的数据2. 原样返回currentPage,单击”next”则在此基础之上++;存在(hidden中)3. 原样返回Keyword,下次单击按钮的时候在重新把keyword传过去存在(hidden中)4. 返回根据要搜索的内容,和每页要显示的数量,计算要显示的总页数存在(hidden中)按钮的翻页效果通过js实现下面是next按钮实现代码:window.open("/splitpage/SplitServelt?currentPage="+(page+1)+"&keyword="+keyword,"_self");真分页要注意如下问题:1. PreparedStatement的"?"功能只能充当where条件后面的占位符不能和top一起使用2. 所以在实现分页的时候用了Statement+连接变量的方式完成3. 分页代码如下:selecttop5*frompersonwhereid>(selectmax(id)frompersonwhereidin(selecttop((3-1)*5)idfrompersonwherenamelike'刘%'))分析如下:代码1:selecttop((3-1)*5)idfrompersonwherenamelike'刘%'把前2页数据的id全部找出来查询和”刘”相关的女儿,(3-1)*5代表要显示的是第3页.每页显示5行数据代码2:selectmax(id)frompersonwhereidin(selecttop((3-1)*5)idfrompersonwherenamelike'刘%')重刚刚查询到的id里面选出最大值代码3:selecttop5*frompersonwhereid>(selectmax(id)frompersonwhereidin(selecttop((3-1)*5)idfrompersonwherenamelike'刘%'))要显示5条记录.记录数的id必须大于已经找出来的id(前两页的id)
2024/5/25 9:24:40 625KB jsp+servlet分页
1
Thisbookisaboutthedigitallogicdesignofmicroprocessors.Itisintendedtoprovidebothanunderstandingofthebasicprinciplesofdigitallogicdesign,andhowthesefundamentalprinciplesareappliedinthebuildingofcomplexmicroprocessorcircuitsusingcurrenttechnologies.
2024/5/21 12:53:35 5.63MB microprocessor VHDL
1
共 161 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡