infoBox_min.js1.2
2024/5/20 10:37:29 9KB infoBox
1
操作者框架是一个支持多个相互通信的独立VI的软件库。
在应用中,每个VI都是系统中某个操作者的一个独立任务。
操作者可以记录自身状态,可以向其他操作者发送消息。
创建这种应用程序,用到了LabVIEW中的许多技术。
操作者框架易于学习(相对于其他可能更强大的工具),降低了死锁、竞争的风险,最大限度的提高了代码重用度。
2024/2/12 4:49:31 236KB labview 操作者框架 OOP
1
SAEJ1979DA-2017.xdfOBD相关资料,需要的可以参考一下
2024/2/11 18:38:04 119KB OBD SAEJ1979DA201
1
(OpenCV)图像目标尺寸检测pyimagesearch技术博客上的一篇文章,《MeasuringsizeofobjectsinanimagewithOpenCV》,原文作者:AdrianRosebrock。
改代码可直接执行
2023/12/29 10:16:19 1.44MB 图像识别
1
Atypesystemisasyntacticmethodforenforcinglevelsofabstractioninprograms.Thestudyoftypesystems--andofprogramminglanguagesfromatype-theoreticperspective--hasimportantapplicationsinsoftwareengineering,languagedesign,high-performancecompilers,andsecurity.Thistextprovidesacomprehensiveintroductionbothtotypesystemsincomputerscienceandtothebasictheoryofprogramminglanguages.Theapproachispragmaticandoperational;eachnewconceptismotivatedbyprogrammingexamplesandthemoretheoreticalsectionsaredrivenbytheneedsofimplementations.Eachchapterisaccompaniedbynumerousexercisesandsolutions,aswellasarunningimplementation.Dependenciesbetweenchaptersareexplicitlyidentified,allowingreaderstochooseavarietyofpathsthroughthematerial.Thecoretopicsincludetheuntypedlambda-calculus,simpletypesystems,typereconstruction,universalandexistentialpolymorphism,subtyping,boundedquantification,recursivetypes,kinds,andtypeoperators.Extendedcasestudiesdevelopavarietyofapproachestomodelingthefeaturesofobject-orientedlanguages.(Thefulltableofcontentsisavailablehere.)
2023/11/15 5:46:54 2.19MB Programming
1
vs2015c++opencv3.3.1实现Interactivegraphcutsforoptimalboundary®ionsegmentationofobjectsinN-Dimagescode
2023/11/15 4:08:06 6.68MB graph cuts
1
前文介绍了Python3抓取电影实体知识,Seaborn可视化展示电影信息,D3可视化布局,关系图谱基本构建。
本篇文章将实现点击节点显示其相关的属性及属性值,通常在知识图谱中称之为消息盒(InfoBox)展示。
希望该资源对你有所帮助,更推荐读者结合博客进行学习。
https://blog.csdn.net/Eastmount/article/details/87193405By:Eastmount
2023/10/8 17:26:37 1.22MB 知识图谱 可视化 HTML D3
1
PDFObject-master2.24.rarPDFObject-master2.24.rarPDFObject-master2.24.rarPDFObject-master2.24.rarPDFObject-master2.24.rar
2023/8/6 1:34:39 11KB PDFObject-master
1
图书馆图书管理系统主窗口:importjava.awt.*;importjava.awt.event.*;importjavax.swing.*;importmyClass.swing.*;publicclassMainWindowextendsJFrameimplementsActionListener{ JPanelpanel1;//panel2; Containerc; JMenuBarMenuB; JMenuSystemMenu,BookMGRMenu,BorrowBookMenu,ReturnBookMenu, InfoBrowseMenu,UserMGRMenu; JMenuItemUserLoginMenuItem,UserAddMenuItem,UserModifyMenuItem, UserDeleteMenuItem,ExitMenuItem,BookAddMenuItem,BookModifyMenuItem,BookDeleteMenuItem, BorrowBookMenuItem,BorrowInfoMenuItem,ReturnBookMenuItem,ReturnInfoMenuItem, BookListMenuItem,BorrowBookListMenuItem,UserListMenuItem; JLabeltitleLabel,AuthorLabel,DateLabel; publicMainWindow() { super("图书馆管理系统"); //--系统管理菜单-- MenuB=newJMenuBar(); SystemMenu=newJMenu("系统管理"); UserMGRMenu=newJMenu("用户管理"); UserLoginMenuItem=newJMenuItem("用户登录"); UserAddMenuItem=newJMenuItem("添加用户"); UserModifyMenuItem=newJMenuItem("修改用户"); UserDeleteMenuItem=newJMenuItem("删除用户"); ExitMenuItem=newJMenuItem("退出"); SystemMenu.add(UserLoginMenuItem); UserMGRMenu.add(UserAddMenuItem); UserMGRMenu.add(UserModifyMenuItem); UserMGRMenu.add(UserDeleteMenuItem); SystemMenu.add(UserMGRMenu); SystemMenu.add(ExitMenuItem); UserLoginMenuItem.addActionListener(this); UserAddMenuItem.addActionListener(this); UserModifyMenuItem.addActionListener(this); UserDeleteMenuItem.addActionListener(this); ExitMenuItem.addActionListener(this); MenuB.add(SystemMenu); //---书籍管理菜单-- BookMGRMenu=newJMenu("书籍管理"); BookAddMenuItem=newJMenuItem("添加书籍"); BookModifyMenuItem=newJMenuItem("修改书籍"); BookDeleteMenuItem=newJMenuItem("删除书籍"); BookMGRMenu.add(BookAddMenuItem); BookMGRMenu.add(BookModifyMenuItem); BookMGRMenu.add(BookDeleteMenuItem); BookAddMenuItem.addActionListener(this); BookModifyMenuItem.addActionListener(this); BookDeleteMenuItem.addActionListener(this); MenuB.add(BookMGRMenu); //--借书管理菜单-- BorrowBookMenu=newJMenu("借书管理"); BorrowBookMenuItem=newJMenuI
1
进口从价关税计算器CIF/C&F/FOB版beta
2023/7/8 23:21:26 98KB 关税 增值税 FOB CIF
1
共 17 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡