ThedatasetiscollectedbyYonseiUniversity.Wedeployedourmobilitymonitoringsystem,namedLifeMap,tocollectmobilitydataovertwomonthsinSeoul,Korea.LifeMapusedlearningschemeproposedinfollowingpaper.Pleasereferthispaperwhenyouuseourdataset.*YohanChon,ElmurodTalipov,HyojeongShin,andHojungCha.2011.Mobilityprediction-basedsmartphoneenergyoptimizationforeverydaylocationmonitoring.InProceedingsofthe9thACMConferenceonEmbeddedNetworkedSensorSystems(SenSys'11).ACM,NewYork,NY,USA,82-95.Visitourhomepageformoreinformation(http://lifemap.yonsei.ac.kr).
2024/6/23 17:17:11 21.79MB 用户移动性 数据集 LSTM
1
ChromiumEmbeddedFramework(CEF)StandardBinaryDistributionforWindows-------------------------------------------------------------------------------Date:April04,2019CEFVersion:73.1.12+gee4b49f+chromium-73.0.3683.75CEFURL:https://bitbucket.org/chromiumembedded/cef.git@ee4b49f311d5081909d0823244708d9ff157354dChromiumVersion:73.0.3683.75ChromiumURL:https://chromium.googlesource.com/chromium/src.git@5fe448ea2471245e64adf805d93b358dd9478fa2ThisdistributioncontainsallcomponentsnecessarytobuildanddistributeanapplicationusingCEFontheWindowsplatform.PleaseseetheLICENSINGsectionofthisdocumentforlicensingtermsandconditions.亲测可用,程序里要内钳浏览器的用这个组件是最好的选择
2024/6/2 5:40:38 134.54MB chromium delphi
1
收到一些国内外朋友的来信,咨询关于容积卡尔曼滤波的问题(CKF),大家比较疑惑的应该就是generator或G-orbit的概念。
考虑到工作以后,重心必然转移,不可能再像现在这样详细的回答所有人的问题,更不可能再帮大家改论文、写(或改)代码了,请各位谅解!在此,上传一个CKF和五阶CKF用于目标跟踪的示例代码,代码中包含详细的注释,希望对大家以后的学习和研究有所帮助!此代码利用C++对五阶CKF的第二G-轨迹进行了封装(Perms.exe),能理解最好,如果无法理解,也无须深究其具体构造方法!可执行文件底层是用字符串+递归算法实现的,理论上可以应用于任意维模型。
但考虑到递归算法可能存在的栈溢出,重复压栈出栈带来的时间消耗等问题,我们利用矩阵的稀疏性和群的完全对称性,并通过分次调用,来尽可能减少栈的深度,提高计算速度。
容积点一次生成后,可以一直使用,通过对50维G-轨迹的生成速度(CoreT6600@2.2GHz)进行测试,包含数据读写在内的速度约为1.5秒,速度尚可。
而目前为止,本人尚未遇到达到甚至超过50维的系统,因此,暂时不作算法层面的优化。
注意:Perms.exe可以用于任意维模型,将可执行文件复制至工作目录下,调用时选择N/n,并输入你的模型维数,即可生成所需的第二G-轨迹。
如果无法理解相关的概念,请参考示例代码,并记住如何使用即可~~~相关理论基础及所用模型,请参考以下文献:References(youmayciteoneofthearticlesinyourpaper):[1]X.C.Zhang,C.J.Guo,"CubatureKalmanfilters:Derivationandextension,"ChinsesPhysicsB,vol.22,no.12,128401,DOI:10.1088/1674-1056/22/12/128401[2]X.C.Zhang,Y.L.Teng,"AnewderivationofthecubatureKalmanfilters,"AsianJournalofControl,DOI:10.1002/asjc.926[3]X.C.Zhang,"Cubatureinformationfiltersusinghigh-degreeandembeddedcubaturerules,"Circuits,Systems,andSignalProcessing,vol.33,no.6,pp.1799-1818,DOI:10.1007/s00034-013-9730-0
2024/5/26 2:39:13 239KB CKF 五阶CKF 目标跟踪
1
LC滤波器设计软件,可以设计低通,高通,帯通,帯阻例:rffilterdesign:IndQo=35.0C=0.25pFCapRo=0.21L=0.50nHParasiTIcsde-embeddedDecadeSweepS21pdf
2024/5/18 0:30:05 304KB RF-Filter
1
STATEFLOW逻辑系统建模作者张威出版社西安电子科技大学出版社图书目录编辑第1章 概述1.1 MATLAB产品简介1.2 基于模型的设计思想1.2.1 系统设计的基本过程1.2.2 传统设计手段的缺陷1.2.3 基于模型的设计优势1.3 Simulink回顾1.3.1 创建Simulink模型1.3.2 参数设置与Model Explorer1.3.3 创建子系统1.4 Stateflow概述1.5 安装配置Stateflow1.6 本章小结第2章 创建状态图2.1 Stateflow编辑器2.1.1 创建Simulink模型2.1.2 Stateflow编辑器概览2.2 创建和编辑状态图2.2.1 插入图形对象2.2.2 编辑图形对象外观2.3 本章小结第3章 状态图的仿真3.1 状态图的基本概念3.2 事件3.2.1 添加事件3.2.2 使用多个输入事件3.2.3 默认转移的注意事项3.3 数据对象3.3.1 添加数据对象3.3.2 数据对象的属性3.3.3 使用非标量的数据对象3.3.4 设置数据对象的数据类型3.4 状态图的更新模式3.5 Stateflow模型查看器3.5.1 启动Stateflow模型查看器3.5.2 查看并修改对象属性3.5.3 增加新的非图形对象3.6 本章小结第4章 流程图4.1 转移冲突4.1.1 转移冲突的产生与默认处理4.1.2 用户自定义检测次序4.2 流程图的创建4.2.1 常用逻辑结构模型4.2.2 流程图的回溯现象4.2.3 流程图应用实例4.3 图形函数4.3.1 状态中的流程图4.3.2 创建图形函数4.3.3 应用实例4.4 Stateflow调试器4.4.1 启动调试器4.4.2 设置断点4.4.3 调试过程4.5 本章小结第5章 有限状态系统——层次化建模5.1 状态图回顾5.2 状态动作深入5.2.1 状态动作的分类5.2.2 动作的执行次序5.2.3 在动作中使用事件5.3 层次化建模5.3.1 层次化模型的构成5.3.2 层次化状态图的转移5.3.3 历史节点5.3.4 内部转移5.3.5 层次化模型的转移检测优先权5.3.6 本地数据对象5.4 子状态图5.4.1 使用组合的状态5.4.2 创建子状态图5.4.3 子状态图的超转移5.5 Stateflow查询工具5.6 本章小结第6章 有限状态系统——并行机制第7章 Stateflow Coder目标编译第8章 可复用图形结构第9章 Stateflow API附录A MATLAB可用的LaTex字符集附录B Stateflow对象层次附录C Stateflow语法小结附录D Stateflow动作语言附录E Embedded MATLAB语言附录F SimEvents简介参考文献
2024/5/12 12:21:36 11.35MB MATLAB SIMULINK STATEFLOW 建模
1
OverviewThisOPCUAreferenceimplementationistargetingthe.NETStandardLibrary..NetStandardallowsdevelopingappsthatrunonallcommonplatformsavailabletoday,includingLinux,iOS,Android(viaXamarin)andWindows7/8/8.1/10(includingembedded/IoTeditions)withoutrequiringplatform-specificmodifications.Furthermore,cloudapplicationsandservices(suchasASP.Net,DNX,AzureWebsites,AzureWebjobs,AzureNanoServerandAzureServiceFabric)arealsosupported.Featuresincluded1. FullyportedCoreUAstackandSDK(Client,Server,Configuration&Sampleassemblies)2. SampleServersandClients,includingallrequiredcontrols,for.Net4.6,.NetCoreandUWP.3. X.509certificatesupportforclientandserverauthentication4. Anonymous,username,X.509certificate(experimental)andJWT(experimental)userauthentication5. UA-TCP&HTTPStransports(clientandserver)6. Foldercertificate-storesupport7. Sessions(includingUIsupportinthesamples)8. Subscriptions(includingUIsupportinthesamples)GettingStartedAllthetoolsyouneedfor.NetStandardcomewiththe.NetCoretools.Seehereforwhatyouneed.HowtocreateselfsignedcertificatesforthesampleapplicationsOnWindows1. Openacommandpromptintherootfolderofyourrepository2. RunthescriptCreateAllCerts.cmdintherootfolderofyourrepositorytocreatethecertificatesforallsampleapplications.3. Alternatively,youcanrunthescriptCreateCert.cmdineachsampleprojectfoldertocreatenewselfsignedcertificatesfortheapplication.4. TheselfsignedcertificatesarestoredinOPCFoundation/CertificateStores/MachineDefaultineachapplicationprojectfolderOnLinux1. Openacommandprompt2. Navigatetotheprojectfolderofthesampleapp,e.g.SampleApplications/Samples/NetCoreConsoleClient3. Runthescript./createcert.shtocreatethecertificatesforthesampleapplications.4. TheselfsignedcertificatesarestoredinOPCFoundati
2024/5/10 14:27:21 6.71MB OPC UA 客户端 服务器
1
SimpleExpenseManagerThisisanandroidbasedbasicexpensemanagerapplicationwhichwillbeusedasalabassignmentforCS3042-DatabaseSystemscoursemodule.DescriptionDuringthisassignmentwewillbeself-learninghowtouseanembeddeddatabaseinanandroidapplication.Thisprojectisanandroidapplicationthatactasaskeleton.Followingisthestructureoftheapplication.Thecurrentimplementationisnon-persistent.Thereforealltheaccountinformationandtransactionsares
2024/4/17 1:37:15 75KB Android代码
1
IAREmbeddedWorkbenchforMCS-517.51A光盘破解版。
受上传权限限制,共分为5个压缩文件。
2024/4/2 15:05:27 19.07MB EW8051 7.51A 光盘 破解
1
Seagull是一款IMSEPC等信令模拟器,通过脚本配置交互场景,做DiameterSIPH248等LTE协议的压力测试工具。
Seagullisahttp://gull.sourceforge.net/free,OpenSource(GPL)multi-protocoltrafficgeneratortesttool.PrimarilyaimedatIMS(3GPP,TISPAN,CableLabs)protocols(andthusbeingtheperfectcomplementtoSIPpforIMStesting),Seagullisapowerfultrafficgeneratorforfunctional,load,endurance,stressandperformance/benchmarktestsforalmostanykindofprotocol.Inaddition,itsopennessallowstoaddthesupportofabrandnewprotocolinlessthan2hours-withnoprogrammingknowledge.Forthat,Seagullcomeswithseveralprotocolfamiliesembeddedinthesourcecode:•Binary/TLV(Diameter,Radiusandmany3GPPandIETFprotocols)•Externallibrary(TCAP,SCTP)•Text(XCAP,HTTP,H248ASCII)
2024/3/13 18:04:06 743KB Seagull Dos 信令模拟器 IMS
1
TIC2000DSPSimulink硬件支持包,支持离线安装,适用于F28335/F2812/F2837x等全系列C2000DSP。
支持SimulinkEmbeddedCoder代码生成,基于模型设计,PIL(处理器在环测试)等功能。
2024/3/1 9:08:01 45.45MB matlab
1
共 75 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡