Probability-DependentGain-ScheduledFilteringforStochasticSystemsWithMissingMeasurements
2024/6/29 19:05:33 162KB 研究论文
1
这是用邻接链表作存储结构的图类源代码,下面是图类的声明部分:structArcNode//弧节点结构{intadjvex;ArcNode*nextarc;};structVexNode//顶点结构{intvexdata;ArcNode*firstarc;};//邻接链表图类的声明。
classGraph{private:staticstringstr;bool*visited;//是否访问标志VexNode*adjlist;//邻接链表数组intn;//已有顶点个数intmax;//可容纳的最大顶点个数voiddfs0(intv0,voidvisit(int&v));voidbfs0(intv0,voidvisit(int&v));public:Graph(intl);//建立一个最大顶点数为l的空图Graph(VexNodeadjl[],intl);//构造一个由adj1表示的顶点个数为l的邻接链表对象Graph(intvex[],intarc[],intn);//以vex[]为顶点集,arc[]表示的邻接矩阵建立图voidinstVex(intdata);//插入顶点voidinstArc(intv1,intv2);//插入边stringdfs(intv0,voidvisit(int&v));//深度优先遍历stringbfs(intv0,voidvisit(int&v));//广度优先遍历staticvoidfunc1(int&v);//遍历时执行的函数staticvoidfunc2(int&v);//遍历时执行的函数staticstringinttostr(intv);};
2024/6/29 17:13:18 13KB 邻接链表
1
本资源中包括聚类分析OPTICS算法python实现,optics算法是基于DBSCAN聚类算法的改进算法。
2024/6/29 17:39:22 177KB optics
1
ifunk翼14寸笔记本触控板官方原版驱动,安装后支持多指手势等高级操作功能。
2024/6/29 16:21:15 29.02MB ifunk
1
Domain-SpecificModelingLanguage(DSML)definedbyinformalwaycannotpreciselyrepresentitsstructuralsemantics,sopropertiesofmodelssuchasconsistencycannotbesystematicallyanalyzedandverified.Inresponse,thepaperproposesanapproachforautomatical-lyreasoningconsistencyofDS
2024/6/29 11:30:31 3MB Domain-Specific Modeling Language (DSML);
1
该文档详细讲解了计算电磁学的理论,并深入讲解了数值计算的多种方法。
2024/6/29 2:30:24 53.34MB 计算电磁学
1
我发现大部分博客关于matlab的机器人功能包的介绍都不是很完整,该PPT来自学校杨老师的课程分享,尊重知识产权,我将文件设置为免费下载,希望不要有小朋友转载并作出谋利的不好行为哦!!!
2024/6/28 9:54:33 848KB matlab roboticstoolbox
1
"Thisimportantvolumeisthefirstpartofatwo-parttextbook(thesecondpartisentitledConservationlawsandellipticequations).Thetextincludesinterestinghomeworkproblemsthatimplementdifferentaspectsofmostoftheschemesdiscussed.Theimplementationaspectofthistextincludesalargeamountofcomputing.Otherusefulaspectsofcomputingincludedinthisvolumearesymboliccomputingandtheuseofgraphicsforanalysis.Prerequisitessuggestedforusingthisbookmightincludeonesemesterofpartialdifferentialequationsandsomeprogrammingcapability.Thisbookwillbeagoodreferencetextforstudents."--MATHEMATICALREVIEWS
2024/6/27 8:31:32 2.74MB CFD FDM PDE
1
GloVeisanunsupervisedlearningalgorithmforobtainingvectorrepresentationsforwords.Trainingisperformedonaggregatedglobalword-wordco-occurrencestatisticsfromacorpus,andtheresultingrepresentationsshowcaseinterestinglinearsubstructuresofthewordvectorspace.
2024/6/25 0:19:34 946.93MB NLP
1
利用System.Numerics.BigInteger实现,私钥加密,公钥解密。
兼容PKCS1填充方式。
有效文件只有MyRSA.cs一个,其它文件是因为带了一个演示窗口。
2024/6/23 1:50:25 13KB C# RSA 私钥加密 公钥解密
1
共 1000 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡