-
Comparisonofimagesimilarity
图像相似度比较论文,介绍了图像相似度比较的基本原理,并实现图像比较,分析结果(Comparing image similarity thesis describes the basic principles of image similarity comparison and achieve the image comparison, analysis)
- 2020-06-26 14:00:02下载
- 积分:1
-
cadimportnet
最新版CADImport 可以在.NET环境操作CAD DXF文件,包含导出图片、DXF格式文档、PDF文件等等功能。(Folders contents:
.in – executable files of demo applications, the Viewer or Import Library
(Depends on the order, the Viewer library is offered by default)- CADImport.dll
.doc – documentation for demo applications and the library
.demos_sources – the source code of the demo applications
.demos_sourcesAddEntityDemo – the source code of the demo application that demonstrates a process of new entities adding to the existing open DXF or DWG file this application uses the Import library and offered in the reduced form – executable file and the code of the Application without the library code (the Import library is needed for compiling the application)
.demos_sourcesImportDemo – the source code of the application that demonstrates the access to the properties of the loaded entities this application also requires the Import library and by default offered in the reduced form – executable file and the code of the application without the library code (the Import l)
- 2020-06-28 19:20:01下载
- 积分:1
-
C# winform treeView控件的使用绑定数据库
C# winform treeView控件的使用treeView1_BeforeExpand treeView绑定数据库
- 2015-03-05下载
- 积分:1
-
430-自行车速度表
基于msp430FE425自行车速度表,包含软件和设计报告(well)
- 2017-06-24 11:07:52下载
- 积分:1
-
基于ZigBee网络系统
zigbee组网程序测试,1.选择CoodinatorEB-Pro, 下载到开发板A;作为协调器,通过USB线跟电脑连接.2.选择EndDeviceEB-Pro, 下载到开发板B;作为终端设备无线发送数据给协调器3.给两块开发板上电,打开串口调试助手,设为:115200 8N1 ,协调器间隔5S会收到终端发过来的数据。此时你可以把终端设备的电源关闭,看电脑是否还能收到数据
- 2022-02-15 22:43:31下载
- 积分:1
-
edge
采用canny算子进行边缘检测,小阈值控制边缘连接,大阈值控制边缘的初始分割(Canny operator used for edge detection, edge linking a small threshold control, threshold control large initial segments of the edge)
- 2011-09-23 10:19:56下载
- 积分:1
-
51Serial
51单片机AT89C52串行通信.上位机通过串口向单片机发数据,单片机接收后发回给上位机。(51 AT89C52 single-chip serial communication. PC send data through the serial port to the microcontroller, the microcontroller has sent back to the host computer.)
- 2013-09-19 12:11:25下载
- 积分:1
-
DMNP-master
说明: 目前我们的生活中到处都有基于ARM架构的芯片,移动互联网时代到来之后,尤其在智能手机领域,ARM可以说是处于统治地位,其他的类似平板电脑以及安卓设备等也都在采用ARM架构。
不过虽然ARM应用这么广泛,但是相关教材却比较少,让很多爱好者学习比较困难,而《ARM汇编语言官方手册》这本官方手册的发布给正在研究ARM汇编的人们提供了很大的帮助。文末有《ARM汇编语言官方手册》pdf免费资源分享,欢迎大家下载学习。
《ARM汇编语言官方手册》一共分为7个章节,不仅详细介绍了ARM的体系结构,还对汇编语言模块进行了深入的探究。手册中整理了绝大部分汇编中可能遇到的语法格式问题和ARM指令,给从业者研究ARM带来了很大的便利。
如果你想要赶上万物智联和人工智能的风潮并加入其中,那ARM绝对不可错过,现在文末免费分享《ARM汇编语言官方手册》PDF版本,欢迎下载学习。(At present, there are chips based on ARM architecture everywhere in our life. After the arrival of the mobile Internet era, especially in the field of smart phones, arm can be said to be in the dominant position. Other similar tablet computers and Android devices are also using ARM architecture.
However, although arm is widely used, there are few related teaching materials, which makes it difficult for many lovers to learn. The official Manual of arm assembly language provides great help for people who are studying arm assembly language. At the end of the article, there is "arm assembly language official manual" PDF free resource sharing, welcome to download and learn.)
- 2021-03-01 15:57:59下载
- 积分:1
-
C# 只允许运行一个程序实例的方法及代码
Visual C# 设置程序只能运行一个实例,当用户再次打开同一窗口时,会弹出提示,告诉你本程序已经在运行了,具体的实现代码参考如下:
设置程序只能运行一个实例:
var MyModuleName = System.Diagnostics.Process.GetCurrentProcess().MainModule.ModuleName;
var MyProcessName =System.IO.Path.GetFileNameWithoutExtension(MyModuleName);
System.Diagnostics.Process[] MyProcesses = System.Diagnostics.Process.GetProcessesByName(MyProcessName);
if (MyProcesses.Length > 1)
{
MessageBox.Show("程序已经运行!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Error);
this.Close();
}
- 2023-03-23 03:40:03下载
- 积分:1
-
chengxu
在下的毕业设计, 本题要求设计一个直流电机控制系统。在设计中,采用国产单片机中目前比较新式的STC12C5A60S2作为整个控制系统的控制电路的核心,因为STC12C5A60S2内部有PCA模块,可以产生PWM波形;采用带中断的独立式键盘作为命令的输入,每当按键时蜂鸣器响;配以LCD12864显示实现对带光码盘的直流电动机转速参数的测量、显示和控制。LMD18200驱动模块内部是H型驱动电路,驱动能力较强,完成电机正反转以及速度的控制。为优化直流电机的响应,采用PID反馈,实现闭环控制。(Graduation in the next, and that the requirements to design a DC motor control system. In the design, the use of the relatively new domestic microcontroller as a control circuit of STC12C5A60S2 entire control system core, because STC12C5A60S2 internal PCA module can generate PWM waveforms using a separate keyboard with interrupt input as a command, whenever the button When the buzzer sounds accompanied LCD12864 display realize the measurement of the optical encoder with DC motor speed parameters, display and control. LMD18200 internal drive module is H-drive circuit, driving ability, and the speed of completion of the motor reversing control. In order to optimize the response of DC motor, using PID feedback, closed loop control.)
- 2014-01-23 09:26:35下载
- 积分:1