cpd
  • 2024-09-12使用WM_COPYDATA实现进程间通信
    发送端LRESULTcopyData;//copyDataResulthasvaluereturnedbyotherappCWnd*pOtherWnd=CWnd::FindWindow(NULL,_T("窗体名"));CStringstrData;strData.Format(L"%.1lf",tickdata);if(pOtherWnd){ COPYDATASTRUCTcpd;//上面提到的结构体 cpd.
  • 2023-06-01代码重复检查工具——python的使用CPD比较好用,clone digger针对py2
    代码重复检测:cpd--minimum-tokens100--filesg:\source\python\--languagepython>log.txt输出类似:=====================================================================Founda381line(1849tokens)duplicationinthefollowingfiles:Startingatline24of
  • 2023-05-25机器学习(八):贝叶斯网络——福尔摩斯推理、草地喷水器推断
    实验4贝叶斯网络一、预备知识二、实验目的掌握贝叶斯网络算法的原理及设计;掌握利用贝叶斯网络算法解决推理分析。三、实验内容福尔摩斯先生在办公室接到了他邻居华生的电话P(W=T)。华生告诉他:他的家里可能进了窃贼P(B=T),因为他家的警铃响了P(A=T)被告
  • 2022-12-02join的on和where的区别
    select*fromaleftjoinbona.xx=b.xxandcondition1wherecondition2;1.先进行on然后进行where 2.on是join的条件,取a和b两张表的数据组合成中间表c,on是对a和b
  • 2022-12-02join查询的结果和in查询结果不一致
    SELECTcount(*)FROMc_factcfLEFTJOINc_processing_detailcpdoncf.id=cpd.fact_idWHEREcpd.domain_id='TB'ANDcf.domain_id='TB'ANDcf.is_latest
  • 2022-09-30golang轻量级的代码复制粘贴检查器 cpd
    golang轻量级的代码复制粘贴检查器cpd项目地址:https://github.com/dengjiawen8955/copy-paste-detector快速开始clonegitclonehttps://github.com/dengjiawen895