-
利用 matlab 的手势识别
使用MATLAB使用了美国手语的网络摄像头的手势识别。
- 2022-02-14 03:21:24下载
- 积分:1
-
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。...
哈希表的设计
[问题描述]
真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。
[基本要求]
假设人名为中国人姓名的汉语拼音形式,待填入的哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数方法构造,用伪随机探测再散列处理冲突。
-Hash table design [description of the problem] really right in your collective (such as in your class) in the design of a hash table of names, bringing the average search length of less than R, the completion of construction of the corresponding tables and look-up table procedures. [Basic requirements] assumed the names of people known as the Chinese pinyin form, fill in the hash table to be a total of 30 names, taking the average search length of the upper limit of 2. Hash function with the addition of more than a few ways to stay construction, using pseudo-random probing re-hashing to resolve disputes.
- 2022-02-07 13:16:03下载
- 积分:1
-
网店程序,用户可以自己开设自己的网店。功能非常完善
网店程序,用户可以自己开设自己的网店。功能非常完善-Shop procedures, users can set up their own shop. Function very well
- 2022-05-16 18:53:11下载
- 积分:1
-
vc++可视化编程,包括多文档编程,压缩包里面的是源代码,可直接运行。...
vc++可视化编程,包括多文档编程,压缩包里面的是源代码,可直接运行。-vc++ visual programming, including the multi-document programming, compressed packets inside the source code can be directly run.
- 2023-02-09 04:45:04下载
- 积分:1
-
stm32 MDK5 MPU9250
本代码MPU9250 姿态数据读取,可以实现四元数与欧拉角数据的转换,可以额外添加软解姿态滤波,实现数据的准确性和高效性;本程序代码也可改编成MPU6050和6500等姿态传感器模块的代码,方便对工程的开发。
- 2022-07-09 19:09:01下载
- 积分:1
-
asp.net的一个小小示例,他是自动连接数据库的
asp.net的一个小小示例,他是自动连接数据库的-Asp. Net of a small sample, he is automatically connecting to the database
- 2022-11-01 11:25:03下载
- 积分:1
-
基于NTRIP协议的GPS数据传输程序!
基于NTRIP协议的GPS数据传输程序!-NTRIP agreement based on GPS data transfer process!
- 2022-02-03 03:44:25下载
- 积分:1
-
本程序允许用户导入一个指定的xml文档
然后通过一个文本框,查找xml...
本程序允许用户导入一个指定的xml文档
然后通过一个文本框,查找xml-This demo allows the user to load and parse a specified XML document. Then, through a text box
the user can navigate and manipulate the tree. This is both a useful example of how to walk the
XML tree using the XML Object Model and a useful tool for learning the XML Object Model.
- 2022-01-28 07:55:05下载
- 积分:1
-
本文提出了一种在获取图像低层视觉特征的基础上,利用语义网络对
图像进行语义自动分类,并在此基础上引入相关反馈技术,使图像的低级
物理特征和高级语义特征联...
本文提出了一种在获取图像低层视觉特征的基础上,利用语义网络对
图像进行语义自动分类,并在此基础上引入相关反馈技术,使图像的低级
物理特征和高级语义特征联系起来的算法,通过人一机协同工作,来弥补
计算机理解能力的不足,不断提高检索效果。
-In this paper, a low-level access to images based on visual characteristics, the use of semantic networks semantic image automatic classification, and on this basis the introduction of relevance feedback techniques, so that low-level image features and physical characteristics of high-level semantic link algorithm, through a machine to work together to make up for the lack of computer ability, continuously improve the search results.
- 2023-03-27 19:50:04下载
- 积分:1
-
huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,...
huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem description : Let a message different frequency of the characters, in order to enhance the input and message translation efficiency, we must have a brief but no ambiguity of the characters code. Examination under Huffman algorithm, the message of characters, construct a Huffman tree for each character coding.
- 2022-10-09 01:35:04下载
- 积分:1