-
VC串口通信modbus协议源代码
运行vc6.0, 建立一个基于对话框的MFC应用程序yiwei, 选择Project菜单下Add To
Project子菜单中的 Components and Controls…选项,在弹出的对话框中双击Registered ActiveX Controls项. 选择Mic
- 2022-09-26 13:25:03下载
- 积分:1
-
Color Grid Colum
Color Grid Colum
Color Grid Colum
Color Grid Colum-
Color Grid Colum
Color Grid Colum
- 2023-03-24 21:10:03下载
- 积分:1
-
C++ socket using windows api and
winsock
C++ 写成的用视窗winsock2 api做成的
样品程序-C++ socket using windows api and
winsock
- 2022-05-31 22:57:33下载
- 积分:1
-
这是用高斯消去法求解非线性的FORTRAN语言…
这是用Fortran语言编写的高斯消元法,解非线性方程组,可用于解决各种非线性方程组-This is the Fortran language with the Gaussian elimination method, solve nonlinear equations can be used to solve various nonlinear equations
- 2022-10-05 23:45:02下载
- 积分:1
-
there is a system software
投票系统作用是民意调查更有利于企业部门能够掌握更多的信息。-there is a system software
- 2022-01-25 16:53:11下载
- 积分:1
-
关于时间序列的信息
Information about time series
- 2023-04-09 08:55:03下载
- 积分:1
-
视频跟踪很好的代码,基于OpenCV和C++,我认为这是非常重要的…
很好的视频跟踪代码,用opencv实现,基于c++开发的,个人感觉很好。-Very good code for video tracking,based on opencv and c++,I think it s very important for learners of opencv.
- 2023-07-10 14:55:03下载
- 积分:1
-
一款可以提取.DLL文件的源代码,本人也是从网络提取。
一款可以提取.DLL文件的源代码,本人也是从网络提取。-A can be extracted. DLL files in the source code, and I was extracted from the network.
- 2023-07-20 23:45:04下载
- 积分:1
-
Hook windowsAPI example. The DLL is the messagobox HOOK windows function will be...
这是一个Hook windowsAPI 的例子。
本DLL是HOOK windows的messagobox函数
并将应用程序中调用messagebox函数弹出的对话框的样式修改了一下!修改后的对话框效果见源代码里的效果图!在release目录里自带一个将dll注入进程的程序!-Hook windowsAPI example. The DLL is the messagobox HOOK windows function will be called from applications messageBox Function pop-up dialog box changes the format a bit! After the revised results dialog see the source code"s effectiveness map! The release directory will own a dll injection process procedures!
- 2022-02-13 09:18:50下载
- 积分:1
-
基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法
BBF(Best Bin First)是一种改进的k-d树最近邻查询算法。从前两篇标准的k-d树查询过程可以看出其搜索过程中的“回溯”是由“查询路径”来决定的,并没有考虑查询路径上数据点本身的一些性质。BBF的查询思路就是将“查询路径”上的节点进行排序,如按各自分割超平面(称为Bin)与查询点的距离排序。回溯检查总是从优先级最高的(Best Bin)的树节点开始。另外BBF还设置了一个运行超时限制,当优先级队列中的所有节点都经过检查或者超出时间限制时,算法返回当前找到的最好结果作为近似的最近邻。采用了best-bin-first search方法就可以将k-d树扩展到高维数据集上。
- 2023-06-14 06:35:04下载
- 积分:1