注意:实验报告不全,参考价值:函数实现。
1.1用C++实现复数类,并为其定义必要的运算符。
structComplex{doublereal_;doubleimage_;Complex(void);Complex(doubleconst&real);Complex(doubleconst&real,doubleconst&imag);Complex(Complexconst&v);Complexoperator+(Complexconst&a)const;Complexoperator-(Complexconst&a)const;Complexoperator*(Complexconst&a)const;Complexoperator/(intn)const;……};1.2voidfft(Comples*dst,Complex*src,intp);快速傅里叶变换。
求复数数组src[0,2p)的傅里叶变换,结果存放在dst[0,2p)中。
1.3voidifft(Complex*dst,Complex*src,intp);快速傅里叶逆变换。
求复数数组src[0,2p)的逆傅里叶变换,结果存放在dst[0,2p)中。
1.4利用快速傅里叶变换计算长整数乘法。
typedefstd::vectorInteger;voidmultiply(Integer*rst,Integerconst&a,Integerconst&b);假设向量a[0,n)表示一个长整数:其中2≤β≤256为基底,函数将两个长整数a,b相乘,结果放在*rst向量中。
利用上面的长整数乘法程序计算结果 (123456789ABCDEF)16256^500×(FEDCBA987654321)16256^500 (987654321)1010^800×(123456789)1010^800
2025/4/6 5:17:12 22KB 北邮 数值 符号计算
1
支持龙书附录中的部分语法,完成词法匹配、语法分析和中间代码生成如programsample(a1,b2)vara,b:integer;varc,d:real;begina:=1;b:=2;a:=b+c3;a:=8+7+6+5+4+3+2+1+9*8mod7-6+5+4div3;ifa<b*-10-9+8+8*7/6div5thena:=3elsea:=2;whilea+8*a<b-7doa:=a+2end
1
游戏中检测碰撞的经典书籍
2025/3/20 1:08:37 3.15MB Game Collision Detection
1
重点利用Matlab/Simulink及SimulinkCoder创建实时控制模型,并在ControlDeskNG中进行实时实验的开发及管理培训对象使用dSPACE产品进行快速控制原型系统开发(或硬件在环仿真测试)的工程应用人员能够使用Matlab/Simulink建立控制器离线模型并进行调试的工程应用人员目的在完成此次培训课程后,参训人员应能在Matlab/Simulink下建立实时控制模型利用ControlDeskNG开发实时测试环境并进行实验培训大纲dSPACE重点■利用Matlab/Simulink及Simulinkcoder创建实时控制模型,并在Contro|Deskng中进行实时实验的开发及管理培训对象使用dsPACE产品进行快速控制原型系统开发(或硬件在环仿真测试)的工程应用人员能够使用Matlab/Simulink建立控制器离线模型并进行调试的工程应用人员目的在完成此次培训课程后,参训人员应能在下建立实时控制模型利用开发实时测试环境并进行实验培训内容dSPACE1.RCP系统的硬件与软件2.RCP系统的安装■3.RTI集成建模与编译4.Contro|Deskng使用基础5.自由练习与解答dSPACEJria\signalprocessingand1.RCP系统的硬件与软件dSPACE典型的RCP开发流程RCP系统的硬件RCP系统的软件也990o1.1典型的RCP开发流程dSPACElxrescaled在离线环境下建立控制器的预研模型测试控制器模型在模型中集成硬件建立被控对象的理论模型的主主日产息Art-Mindp为控制器模型生成实时代码建立程以下载程序、观测变量以及标定参数1.2RCP系统的硬件dSPACE控制原型核心(处理器)IO资源IO资源扩展(信号调理与功率放大)dSPACE■一一■■■■■■■g■■■■■■■■■aa1.3RCP系统的软件dSPACEMATLABSIMULINKRTISimulinkcodersdSPACE(Real-TimeInterface5i-「m网理论分析,设计离线仿真测试利用模块库在模型根据模型生成C代在Contro|Deskng与优化中集成硬件I/O码中开发实验环境并进行实时测试实时系统的软件组成基于模型的控制策略开发与测试集合开发闭环控制系统所需的所有步骤自动代码生成直接访问实时系统一—测量、标定、分析以及报告Simulinkcoder,即早期的Rea-TimeWorkshop(RTW)2.dSPACERCP系统的安装dSPACE软件安装系统需求ACESetupdSPACESelectdSPACEInstallationManagerSelectthecomponentsthatyouwanttoinstall,anddearthecomponentsthatyoudonot硬件安装wanttoinstallDescriptonROP&HilLdSPACE专用通信板卡-IvExperimentSoftwaredSPACEsoftwareforrapidvLIbcontrolprototypingandhardware-in-theloopdSPACE板卡安装-IvControlDesksimulationvControlDeskBasicControlDeskStandardControlDeskTestAutomationMITR/MTR△r2939MBNextCancel2.1.1系统需求(R2014B适用)dSPACE操作系统Windows7sP1专业版、旗舰版及企业版(32或64位)√32或64位取决于Matlab版本,而非操作系统MATLAB兼容性2014b\2014a\2013b\2013a√MATLAB、Simulink\StateflowYMATLABCoderSimulinkCoder(Real-TimeWorkshopstateflowCoder)安装注意事项√Matlab与dSPACE相关软件的安装不得包含中文或特殊字符建议Matlab安装路径不含空格参考文档vSoftwareInstallationManagementGuidepdf
2025/2/7 3:34:16 6.39MB DSPACE
1
邵贝贝翻译的ucosii对应的英文版,好书,费了很大劲才找到的。
2025/1/11 3:26:51 5.67MB ucos ii 邵贝贝
1
用labview开发的控制步进电机程序,进行实时控制电机-DevelopedusingLabVIEWtocontrolsteppermotorprocedures,real-timecontrolofmotor
2024/12/31 15:49:37 93KB labview 步进电机
1
ThisguidewillgetOracleadminsuptodatewiththelatestdevelopmentsinOracle12c.Itincludesallthenecessaryinformationthatyouneedtoimplementinyourexistingsystems.AlloftheinformationinthisbookhasbeenhandpickedtohelpyoustudyfortheOracle12cupgradeexam.Eachchapterhasbeenwrittenwiththeobjectiveofhelpingyoupassthisexamwithease.Contentinthisbookisalignedwiththeobjectivesoftheexam,makingitreallyeasytofollowthecoursecontent.Everyexamplementionedinthisbookhasbeentriedandtestedinactualenvironment.Real-worldexampleswillhelpyoulearnaboutnewfeaturessuchasmultitenantcontainersdatabasearchitecture,managingcontainers,pluggabledatabases,databaseadministrationenhancements,databaseauditing,tuning,backup,andflashbackenhancements.Youwillalsolearnaboutstorageenhancements,securityupdates,tuning,troubleshooting,andbackupenhancements.Thisbookalsocoverssection2oftheexamcoursemakingthisbookacompleteguideforpassingOCP12cupgradeexam1Z0-060.
2024/11/16 0:26:29 5.51MB OCP Oracle
1
GMM算法经典论文,opencv中的GMM算法应该就是参考这边文章。
自己做的中文翻译pdf也附在了里面
2024/10/29 16:18:10 1.02MB GMM
1
TheDefinitiveGuidetoAjaxWebApplicationDevelopmentEvolvefromtheclick-and-waitprogrammingpatterntothelatestWeb2.0paradigmusingthiscomprehensiveguidetoAjax.WrittenbyWebdevelopmentexpertThomasPowell,thebooklaysouteveryfeatureofAjaxalongsidedetailedexplanationsandreal-worldcodeexamples.Ajax:TheCompleteReferenceexplainshowtocreateandtestAjax-enabledWebapplicationsusingtheXMLHttpRequestobjectaswellasalternativeJavaScript-basedcommunicationmechanisms.You'llexploreavarietyofsampleapplicationsfeaturingemerginguser-interfaceconventionsandbuildapplicationsthataddressreal-worldnetworkingandsecurityissues.ArobustcommunicationlibraryisdevelopedthroughoutthebookthatenablesyoutoarchitectflexibleAjaxapplications.ThelatesttechnologiessuchasWebservices,Flash-Ajaxintegration,client-sidetemplates,Comet,andOfflineAccessarealsocovered.DiscoverthefutureofWebdevelopmenttoday! ,解压密码share.weimo.info
2024/10/19 8:15:49 13.66MB 英文
1
Graphicsprogrammingisthemagicbehindvideogames,film,andscientificsimulation.Everyexplosion,dustparticle,andlensflareyouseeonacomputerscreenisprocessedthroughagraphicscard.Inaddition,becausemodernoperatingsystemsusethegraphicsprocessingunit(GPU)todrawtheircontent,everypixelyouseeisrenderedthroughtheGPUandthroughsoftwaredevelopedbyagraphicsprogrammer.It’sabroadtopic,butonethathastraditionallybeentheprovinceofaselectfew.Eventoexperiencedsoftwaredevelopers,renderingisoftenconsideredadarkart,fullofcomplexmathematicsandesoterictools.Furthermore,therapidpaceofadvancementmakesmoderngraphicsprogrammingamovingtarget,andestablishingafootholdcanbedifficult.
2024/10/12 18:57:40 16.12MB DirectX HLSL
1
共 66 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡