High-speedChartingControlDemo,用于MFC画图(包含鼠标呼应),具体实现参考作者博客
2020/6/10 11:04:18 89.32MB MFC画图Demo high-speed c
1
NonlinearSystems(3rdEdition)byHassanK.KhalilEditorialReviewsProductDescriptionThisbookiswrittenissuchawaythatthelevelofmathematicalsophisticationbuildsupfromchaptertochapter.Ithasbeenreorganizedintofourparts:basicanalysis,analysisoffeedbacksystems,advancedanalysis,andnonlinearfeedbackcontrol.Updatedcontentincludessubjectswhichhaveprovenusefulinnonlinearcontroldesigninrecentyears—newinthe3rdeditionare:expandedtreatmentofpassivityandpassivity-basedcontrol;integralcontrol,high-gainfeedback,recursivemethods,optimalstabilizingcontrol,controlLyapunovfunctions,andobservers.Foruseasaself-studyorreferenceguidebyengineersandappliedmathematicians.
2020/1/1 23:05:31 17.09MB Nonlinear Systems (3rd
1
High-speedChartingControl--MFC绘制图表(折线图、饼图、柱形图)控件的例子,一位前辈写的
2017/3/26 14:38:03 241KB ChartCtrl
1
本文基于创龙科技TLK7-EVM开发板,主要引见HLS案例的使用说明.XilinxVivadoHLS(High-LevelSynthesis,高层次综合)工具支持将C、C++等语言转化成硬件描述语言,同时支持基于OpenCL等框架对Xilinx可编程逻辑器件进行开发,可加速算法开发的进程,缩短产品上市时间。
1
对High-SpeedTrackingwithKernelizedCorrelationFilters(KCF)作者的C++多尺度目标跟踪代码稍作修改,设置好初始化目标框参数、视频图像路径以及配置好opencv2411后,经调试可以VS2012上运转
2016/6/24 22:06:17 3.71MB KCF C++
1
软件测试实验报告题目一:用逻辑覆盖测试方法测试以下程序段voidDoWork(intx,inty,intz){1intk=0,j=0;2if((x>3)&&(z5))8j=x*y+10;9j=j%3;10}说明:程序段中每行开头的数字(1~10)是对每条语句的编号。
(1)画出程序的控制流图(用题中给出的语句编号表示)。
(2)分别以语句覆盖、判定覆盖、条件覆盖、判定/条件覆盖、组合覆盖和路径覆盖方法设计测试用例,并写出每个测试用例的执行路径(用题中给出的语句编号表示)。
题目二、折半查找请按要求对下面的java代码进行测试。
代码的功能是:用折半查找法在元素呈升序陈列的数组中查找值为key的元素。
publicintbinSearch(intarray[],intkey){intmid,low,high;low=0;high=array.length-1;while(low<=high){mid=(lowhigh)/2;if(key==array[mid])returnmid;elseif(key<array[mid])high=mid-1;elselow=mid1}return-1;}(1)试计算此程序段的McCabe复杂性;
(2)用基本路径覆盖法给出测试路径;
(3)为各测试路径设计测试用例。
2019/1/20 19:19:48 199KB 白盒测试
1
Thisnewgraduatetextbookincomputerengineeringoffersamodern,up-to-datelookatcomputeraideddesignofVLSIcircuitsatthefunctionalandlogiclevelbyaddressinganinterestingtopicinCADfordigitalcircuits:designsynthesisofdetailedspecificationsfromabstractmodels.Topicscoveredincludehardwaremodeling,compilationtechniquesforhardwaremodels,high-levelsynthesis,logicsynthesis,andlibrarymappingalgorithms.CoursetitlesincludeDigitalCAD,AdvancedLogicDesignorComplementsofVLSIDesign.
2021/3/11 19:04:48 23.8MB Synthesis Optimization
1
PracticalSoftwareArchitectureSolutionsfromtheLegendaryRobertC.Martin(“UncleBob”),,Byapplyinguniversalrulesofsoftwarearchitecture,youcandramaticallyimprovedeveloperproductivitythroughoutthelifeofanysoftwaresystem.Now,buildinguponthesuccessofhisbest-sellingbooksCleanCodeandTheCleanCoder,legendarysoftwarecraftsmanRobertC.Martin(“UncleBob”)revealsthoserulesandhelpsyouapplythem.,,Martin’sCleanArchitecturedoesn’tmerelypresentoptions.Drawingonoverahalf-centuryofexperienceinsoftwareenvironmentsofeveryimaginabletype,Martintellsyouwhatchoicestomakeandwhytheyarecriticaltoyoursuccess.Asyou’vecometoexpectfromUncleBob,thisbookispackedwithdirect,no-nonsensesolutionsfortherealchallengesyou’llface—theonesthatwillmakeorbreakyourprojects.,Learnwhatsoftwarearchitectsneedtoachieve—andcoredisciplinesandpracticesforachievingit,Masteressentialsoftwaredesignprinciplesforaddressingfunction,componentseparation,anddatamanagement,Seehowprogrammingparadigmsimposedisciplinebyrestrictingwhatdeveloperscando,Understandwhat’scriticallyimportantandwhat’smerelya“detail”,Implementoptimal,high-levelstructuresforweb,database,thick-client,console,andembeddedapplications,Defineappropriateboundariesandlayers,andorganizecomponentsandservices,Seewhydesignsandarchitecturesgowrong,andhowtoprevent(orfix)thesefailures,CleanArchitectureisessentialreadingforeverycurrentoraspiringsoftwarearchitect,systemsanalyst,systemdesigner,andsoftwaremanager—andforeveryprogrammerwhomustexecutesomeoneelse’sdesigns.,Registeryourproductatinformit.com/registerforconvenientaccesstodownloads,updates,and/orcorrectionsastheybecomeavailable.
2017/10/15 17:50:45 8.14MB Architecture
1
语言高级编程订阅最新动态可以关注:知乎或微博方式:观看,每篇文章都能收到邮件通知,或通过。
目录序言第一章功能分析第二章常用数据结构第三章并发编程第四章编译优化附录Go语言陷阱基础入门进阶系列
2015/8/2 4:18:06 1.25MB go golang high-performance effective-golang
1
High-precisioninter-satellitereal-timerelativepositioningisakeytechniqueusedinsatelliteformationflying.AnadaptiveUKFmethodisproposedforascenarioofdouble-satelliteformationtodeterminatetheinter-satelliterelativepositionbasedonthemeasurementsofdual-frequencyP-codeanddual-frequencycarrierphaseofGPSandinter-satellitedistance.Simulationresultsshowthatthenewmethodmayimprovethefilteringstabilityandtheestimationprecisionofrelativeposition
2018/4/21 2:53:36 716KB Adaptive Unscented Kalman Filtering
1
共 80 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡