树莓派RaspberryPI3B的CAD2D图纸和STEP格式的3D图纸,可方便导入DXP或其他3D软件使用
2023/6/3 14:04:21 11.96MB 树莓派 3D  模型 CAD
1
//患上到纵情一个元素的纵情一个属性的之后的值---之后属性的位置值functiongetStyle(element,attr){returnwindow.getComputedStyle?window.getComputedStyle(element,null)[attr]:element.currentStyle[attr]||0;}//动画函数obj---要实施为画的货物json---要实施到的目的的参数货物fn为实施实现后的回调函数(能够再次挪用此方式依据上面格式传参--秩序实施多个动画)//挪用例://zIndex:1000//透明度opacity:数字尺度----小数---放大100倍//my$("btn1").onclick=function(){//varjson1={"width":400,"height":500,"left":500,"top":80,"opacity":0.2};//animate(my$("dv"),json1,function(){//varjson2={"width":40,"height":50,"left":0,"top":0,"opacity":1,"zIndex":1000}//animate(my$("dv"),json2,function(){依据此格式频频重复削减动画将会秩序实施});//});//};functionanimate(element,json,fn){clearInterval(element.timeId);//收拾按时器//按时器,返回的是按时器的idelement.timeId=setInterval(function(){varflag=true;//默许,假如,部份抵达目的//遍历json货物中的每一个属性另有属性对于应的目的值for(varattrinjson){//分辨这个属性attr中能否opacityif(attr=="opacity"){//患上到元素的之后的透明度,之后的透明度放大100倍varcurrent=getStyle(element,attr)*100;//目的的透明度放大100倍vartarget=json[attr]*100;varstep=(target-current)/10;step=step>0?Math.ceil(step):Math.floor(step);current+=step;//挪动后的值element.style[attr]=current/100;}elseif(attr=="zIndex"){//分辨这个属性attr中能否zIndex//层级窜改便是直接窜改这个属性的值element.style[attr]=json[attr];}else{//普通的属性//患上到元素这个属性的之后的值varcurrent=parseInt(getStyle(element,attr));//之后的属性对于应的目的值vartarget=json[attr];//挪动的步数varstep=(target-current)/10;step=step>0?Math.ceil(step):Math.floor(step);current+=step;//挪动后的值element.style[attr]=current+"px";}//能否抵达目的if(current!=target){flag=false;}}i
2023/4/22 10:14:06 3KB web animate
1
MATLAB:APracticalIntroductiontoProgra妹妹ingandProblemSolving(4thEdition)byStormyAttawayEnglish|2016|ISBN:0128045256|600pagesMATLAB:APracticalIntroductiontoProgra妹妹ingandProblemSolving,FourthEdition,hasbeenupdatedtoreflectthefunctionalityofthecurrentversionofMATLAB,includingthenewH2Graphicssystem.Itfeaturesnewandrevisedend-of-chapterexercises,moreengineeringapplicationstohelpthereaderlearnthissoftwaretoolincontext,andanewsectiononobject-orientedprogra妹妹inginMATLAB.MATLABhasbecomethestandardsoftwaretoolforsolvingscientificandengineeringproblemsduetoitspowerfulbuilt-infunctionsanditsabilitytoprogram.Assumingnoknowledgeofprogra妹妹ing,thisbookguidesthereaderbothprogra妹妹ingandbuilt-infunctionstoeasilyexploitMATLAB'sextensivecapabilitiesfortacklingengineeringproblems.Thebookstartswithprogra妹妹ingconcepts,suchasvariables,assignments,andselectionstatements,movesontoloops,andthensolvesproblemsusingboththeprogra妹妹ingconceptandthepowerofMATLAB.In-depthcoverageisgiventoinput/output,atopicfundamentaltomanyengineeringapplications.Presentsprogra妹妹ingconceptsandMATLABbuilt-infunctionsside-by-sideOffersasystematic,step-by-stepapproach,buildingonconceptsthroughoutthebookandfacilitatingeasierlearningIncludessectionsonco妹妹onpitfallsandprogra妹妹ingguidelinestodirectstudentstowardbestpracticesCombinesbasicprogra妹妹ingconcepts,built-infunctions,andadvancedtopicsforproblemsolvingwithMATLABtomakethisbookuniquelysuitableforawiderangeofcoursesteachingorusingMATLABacrossthecurriculum
2023/4/14 6:31:07 21.51MB MATLAB
1
EX01_CpuTimer0、EX02_CpuTimer二、EX03_EvTimer、EX04_SPI_LED、EX05_BUZZER、EX06_ExRam、EX07_EXFlash、EX08_GPIO、EX09_Ext_int、EX10_DAC、EX11_RS23二、EX12_48五、Ex13_CAN、EX14_USB6801三、EX15_Motor、EX16_Step、EX17_LCD_1286四、EX18_LCD160二、EX19_AIC2三、Ex20_ADDA、EX21_IIC_EEPROM
2023/3/23 5:07:06 9.54MB DSP 源码
1
CadenceALTIUM3D元件库step后缀3D封装三维PCB封装库文件500MB,包括各类器件的STEP格式的3D三维封装,各种二极管,电阻,电容,电感,三极管,mofect,场效应管及可控硅,传感器,存储器,电池电源,开关,继电器,感到元件,光电元件,接插件,数字集成电路,及各种常用器件的封装。
1
AnyCAD是一款强大的图形界面平台,代码开源,提供了强大的二维,三维,仿真的编程函数和类库,可开发基于各类结构的三维图形转化软件,支持,step,x_t,igs,等大多数三维数据格式。
2019/10/5 10:50:36 898KB AnyCAD 帮助文档 2D/3D 图形平台
1
人员疏散仿真软件,可以进行人员疏散数值模仿,可以导入FDS计算结果,更为直观,便于分析。
2019/6/6 20:53:18 103.25MB 人员疏散
1
Whatyouwilllearnfromthisbook*UnderstandhowtoeffectivelyuseMicrosoftDynamicsSureSteptoimplementtherightMicrosoftDynamicsbusinesssolutionwithquality,on-timeandon-budgetresults.*Learnbusinesssolutionsellingtechniquesandguidancetoaccelerateandcloseasale,aswellasrelatedguidanceonspecificindustries*DiscoverhowMicrosoftDynamicsSureStepsupport'syourbuycycle,asyouprogressthroughyourneedsassessment,alternativesassessmentandriskassessmentstages*Examinethedifferentoptionstochoosefromforyourbusinesssolutiondelivery,includingwaterfallandagileapproaches*Acquireinsightsintohowyoucanproactivelyoptimizethebusinesssolutionduringimplementation,aswellascontinuetomaintainthehealthofyoursolutioninproduction*Determinetheapproachandtoolsavailabletoupgradeyourbusinesssolutionstothecurrentproductreleases*GainknowledgeinkeyareassuchastheprojectandchangemanagementdisciplinesprovidedinMicrosoftDynamicsSureStep*FamiliarizeyourselfwiththeapproachtoadoptingtheMicrosoftDynamicsSureStepmethodologyasyourown
2017/2/23 12:32:55 18.4MB Microsoft Dynamics Sure Step
1
微信小程序-今日头条案例项目为仿今日头条,运用了百度ApiStore接口查询数据,运用微信组件/api有封装请求方法,底部tab,启动页动画,loading,scroll-view,swiper,列表页支持上下拉加载更多>效果图:启动欢迎页,几行代码可实现旋转与缩放://flash.jsonReady:function(){//页面渲染完成varthat=this,duration=1500;varanimation=wx.createAnimation({duration:duration,});//step()方法表示一组动画的结束animation.scale(2).rotate(360).step();animation.scale(1).step();this.setData({animationData:animation.export()
2016/7/3 22:50:05 301KB 微信小程序
1
bootstrap-step是一个按步骤执行的页面。
我也是从网上下载回来了,并保存了作者信息。
这是作者只做了步骤变化,没有做内容联动的变化。
其实非常简单。
我做了一个例子。
arrow方式的我做了例子说明。
通过判断step的值,可以实现与后台的操作,这样就方便多了。
是有一个朋友问我的。
闲来无事,就简单写了一下。
曾经测试过,保证可用。
2022/9/7 8:51:19 27KB step
1
共 33 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡