-
Visual C++ MFC 入门教程,我觉得还可以
Visual C++ MFC 入门教程,我觉得还可以-MFC Visual C Directory entry, I felt that I could
- 2022-06-18 11:45:49下载
- 积分:1
-
端口扫描代码,可以进行端口扫描,包含半开扫描.
端口扫描代码,可以进行端口扫描,包含半开扫描.-port scan code can be scanned ports, including semi-scanning.
- 2022-01-24 10:05:24下载
- 积分:1
-
Data structure development kit that contains a variety of data structures, as we...
数据结构的开发包,包含各种数据结构,以及一些简单实例,用2005开发。-Data structure development kit that contains a variety of data structures, as well as some simple examples, with 2005 development.
- 2022-03-01 21:19:03下载
- 积分:1
-
MFC written forms, suited to want to know the structure of learners MFC
MFC写的窗体,适合于想了解MFC结构的学习者-MFC written forms, suited to want to know the structure of learners MFC
- 2022-08-31 10:10:04下载
- 积分:1
-
此为在线招聘管理系统,具体操作里面有详细的word文档说明,管理员帐户为admin,密码为1234。...
此为在线招聘管理系统,具体操作里面有详细的word文档说明,管理员帐户为admin,密码为1234。-for this online recruitment management system, the specific operation with a detailed note of the word document, Administrator account for the admin password to 1234.-This is the online recruitment management system, specific operations which have detailed documentation of the word, the administrator account is admin, password is 1234.-for this online recruitment management system, the specific operation with a detailed note of the word document, Administrator account for the admin password to 1234.
- 2022-08-25 10:24:38下载
- 积分:1
-
在c++基础上用A*算法解决15数码问题
在c++基础上用A*算法解决15数码问题-15 with the A* algorithm to solve the problem of digital
- 2022-11-22 09:25:03下载
- 积分:1
-
实时录音并显示波形
实时录音并显示波形-Real-time recording and display the waveform
- 2022-03-18 15:03:45下载
- 积分:1
-
对链表分段的函数,使用链表的长度信息。其次要求把归并排序的每一步过程都打印出来。自己构造一个链表类并实现,用于排序。另外生成随机数的类...
对链表分段的函数,使用链表的长度信息。其次要求把归并排序的每一步过程都打印出来。自己构造一个链表类并实现,用于排序。另外生成随机数的类-Section of the list function, use the length of the message list. Second, requested that the process every step of mergesort are printed. Construct their own class and implement a list for sorting. Another class of random number generation
- 2023-03-23 13:50:03下载
- 积分:1
-
C++ GDI 不规则透明按钮 完整的源代码
VS 2008的完成 工程 源代码 全透明 按钮 PNG图片 可以实现透明按钮 和不规则图形 按钮。。。
- 2022-04-07 16:25:45下载
- 积分: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