#include"use.h"#include"Ver.H"#include#include#include#include"include.h"/*******************************************************************1、菜单中这几个参数项需要读出和修改:P1中的:L,H,E,dr,PP2中的:Ed,SF,bo一共7个参数项;
---这7个参数项不知道用什么命令来进行读写?请你帮助考虑一下。
2、HART命令中,有如下命令应该要用到:⑴0#命令---读标识码(好像是个广播命令)⑵3#命令---读主变量电流(测量值)⑶6#命令---置随选地址(确定工作模式)⑷15#命令---读主变量输出信息(上下限值)⑸40#命令---进入/退出电流模式⑹41#命令---执行设备自检⑺42#命令---执行设备复位******************************************************************///前面的4个地址是固定的,后面一个是可以改的!用MP1.ADR代替了!//#defineadr00x02//#defineadr10x23//#defineadr20x34//#defineadr30x45//#defineMAX_0xff5//前导符的个数!//#defineHART_VER5//版本//----------------------------------------------------------------------------------//staticunsignedcharfHART_LONG_ADR=0;//=0短地址标至;
=1是长地址!//staticunsignedcharcnt_0xff=MAX_0xff;//主机发送0XFF的个数,从机回复添加相同的个数!//**************************************************************************externunsignedcharcnt_0xff;//主机发送0XFF的个数,从机回复添加相同的个数!externunsignedcharfHART_LONG_ADR;//=0短地址标至;
=1是长地址!//---------------------------------------------------------------------------------------------unsignedcharHART_Get_FF(unsignedchar*p){memset(p,0xff,cnt_0xff);returncnt_0xff;
2024/12/22 19:31:32 9KB HART 源代码
1
win10绝对可用dr.com,亲测
2024/11/2 6:40:38 2.06MB win10 可用dr.com
1
Mac版的Dr.COM客户端,lion和mountainlion均可正常使用
2024/10/19 16:45:22 675KB Mac Dr.COM 宽带客户端
1
Dr.RobertM.O’Donnell的雷达系统工程讲义,包含雷达方程、雷达杂波、杂波抑制、脉冲多普勒雷达、机载合成孔径雷达等
2024/9/15 4:56:14 49.53MB radar system
1
||||VidGear是一种高性能的视频处理Python库,它提供了一个易于使用的,高度可扩展,多线程+ASYNCIO框架之上许多国家的最先进的专业像库,,,,,,,和的后端,使我们能够灵活利用它们的内部参数和方法,同时静默提供强大的错误处理和无与伦比的实时性能。
VidGear主要专注于简单性,因此使程序员和软件开发人员只需几行代码即可轻松集成和执行复杂视频处理任务。
以下功能框图清楚地描述了VidGearAPI的通用功能:目录TL;DR什么是vidgear?“VidGear是一个高性能框架,为使用python构建复杂的实时媒体应用程序
2024/9/8 16:29:33 14.46MB python raspberry-pi opencv youtube
1
二极管:1N5404,1n5822,WYAK,1N,DIODE*.("*"为通配符);三极管:npn(PNP也用这个封装);电阻:AXIAL*;键盘,鼠标ps2:ps2;串口系列:DB9*,DB25*;74系列用dip封装:dip*;led:led*;晶振:JZ*;USB:usb*;开关:SW*;单列直插式:sip*;非极性电容:RAD*;极性电容:dr*;LM的稳压器件:7805,LM78*;排线:IDE*;滑动变电阻器(电位器):HZ;发光二极管:FG*;电源:DY*整流:ZL*;电感:DG;can接头:CAN*;蜂鸣器:FM;电池:DC*;
1
再上传本人收藏的微机磁盘操作系统,不过,仅上传与MS-DOS有关的系统,如:微机磁盘操作系统未出现以前的系统PCROMBASIC;
MS-DOS的前身CP/M;
MS-DOS前身CP/M的后续版本DR-DOS;
MS-DOS变身的PC-DOS等。
10号是PC(MS)-DOS2.12操作系统+PCE0.2.2。
2024/7/20 19:06:30 679KB DOS PC-DOS MS-DOS 操作系统
1
ngx-input-searchTL;DR:用于输入搜索输入以改善用户体验(UX)的Angular指令。
通过其唯一的输出,您将能够获得与搜索输入相关的良好实践,如:等到用户停止写以执行所需的操作避免对同一流执行操作修剪条件上的空白当条件的长度大于期望的长度时流<inputtype="text"(ngxInputSearch)="doTheSearch($event)"/>如何使用它dummy.component.ts@Component({selector:'dummy-component',templateUrl:'dummy.component.html',})classDummyComponent{doTheSearch($event:Event){conststringEmitted=($event.targetasHTMLInputElement).value;console.log(stringEmitted);
2024/6/28 22:13:04 836KB npm unit-testing angular tdd
1
defGMM_algorithm(iterMax,gmm,dataset):'''高斯混合聚类算法:paramiterMax:最大迭代次数:paramgmm:保存gmm模型的数据:return:簇划分结果'''step=0m=len(dataset)flagMat=np.mat(np.zeros((m,1)))#保存每个样本的簇标记lateProbMat=np.mat(np.zeros((m,3)))#保存后验概率whilestep3):k+=1print(k)mark=['or','ob','og','ok','^r','+r','sr','dr','<r','pr']#画出所有样例点属于同一分类的绘制同样的颜色foriinrange(numSamples):
2024/5/18 3:22:23 183KB python聚类
1
ExploratoryDataAnalysisUsingRprovidesaclassroom-testedintroductiontoexploratorydataanalysis(EDA)andintroducestherangeof"interesting"–good,bad,andugly–featuresthatcanbefoundindata,andwhyitisimportanttofindthem.ItalsointroducesthemechanicsofusingRtoexploreandexplaindata.Thebookbeginswithadetailedoverviewofdata,exploratoryanalysis,andR,aswellasgraphicsinR.Itthenexploresworkingwithexternaldata,linearregressionmodels,andcraftingdatastories.ThesecondpartofthebookfocusesondevelopingRprograms,includinggoodprogrammingpracticesandexamples,workingwithtextdata,andgeneralpredictivemodels.Thebookendswithachapteron"keepingitalltogether"thatincludesmanagingtheRinstallation,managingfiles,documenting,andanintroductiontoreproduciblecomputing.Thebookisdesignedforbothadvancedundergraduate,entry-levelgraduatestudents,andworkingprofessionalswithlittletonopriorexposuretodataanalysis,modeling,statistics,orprogramming.itkeepsthetreatmentrelativelynon-mathematical,eventhoughdataanalysisisaninherentlymathematicalsubject.Exercisesareincludedattheendofmostchapters,andaninstructor'ssolutionmanualisavailable.AbouttheAuthor:RonaldK.PearsonholdsthepositionofSeniorDataScientistwithGeoVera,apropertyinsurancecompanyinFairfield,California,andhehaspreviouslyheldsimilarpositionsinavarietyofapplicationareas,includingsoftwaredevelopment,drugsafetydataanalysis,andtheanalysisofindustrialprocessdata.HeholdsaPhDinElectricalEngineeringandComputerSciencefromtheMassachusettsInstituteofTechnologyandhaspublishedconferenceandjournalpapersontopicsrangingfromnonlineardynamicmodelstructureselectiontotheproblemsofdisguisedmissingdatainpredictivemodeling.Dr.Pearsonhasauthoredorco-authoredbooksincludingExploringDatainEngineeri
2024/4/15 6:21:36 4.84MB r语言 数据分析 英文
1
共 40 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡