-
基于神经网络的手势识别代码
资源描述本程序包含了用神经网络算法实现的手势识别代码
- 2022-05-25 13:40:43下载
- 积分:1
-
MinDriverInVc.rar
MinDriverInVc.rar
- 2023-06-17 05:20:03下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
用vc写的文件分割器。
用vc写的文件分割器。-vc used to write the paper dividers.
- 2023-03-30 14:30:02下载
- 积分:1
-
深入浅出MFC学习
深入浅出MFC学习-easy to learn MFC
- 2022-03-19 22:40:11下载
- 积分:1
-
这是一个函数迭代系统,可以很直观地了解函数迭代。
这是一个函数迭代系统,可以很直观地了解函数迭代。-This is a method, system, it is quite intuitive understanding of function iteration.
- 2022-08-02 22:08:55下载
- 积分:1
-
文件描述:游戏炸弹人 创建人: MR LIN, 2004年6月19日
文件描述:游戏炸弹人 创建人: MR LIN, 2004年6月19日 -document Description : bombs games were founded : MR LIN, June 19, 2004
- 2022-09-13 11:05:03下载
- 积分:1
-
本程序为数字钟表显示
本程序为数字钟表显示-the procedures for the digital clocks show
- 2023-09-07 01:05:03下载
- 积分:1
-
可以用来捕捉信号,只要硬盘足够快,可以保持…
可以用来捕获信号,只要硬盘速度够快,要跟上一个值的采样率,那么就可以继续记录信号,一个值到硬盘空间。
- 2022-12-05 02:15:03下载
- 积分:1
-
小波_一维二维图形分解与重构,并给出了详细的图像近似低频系数图像以及水平、垂直、对角线高频图像,给出了程序的详细说明,附有图片,对初学者帮助会很大...
小波_一维二维图形分解与重构,并给出了详细的图像近似低频系数图像以及水平、垂直、对角线高频图像,给出了程序的详细说明,附有图片,对初学者帮助会很大-use wave to process images in matlab,include one and two dimension wavedec2 and waverec2
- 2023-02-02 05:25:04下载
- 积分:1