-
文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程...
文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程-Documents stm32 the SD interface operation, the program of the SD card STM32 demo operational processes
- 2023-08-18 16:05:03下载
- 积分:1
-
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明
手机游戏 适用于入门级学者 简单易懂 推荐下载 有中文说明-mobile games in the entry-level academics are simple to download a Chinese explanation
- 2023-03-30 14:35:04下载
- 积分:1
-
Falcon 4220 DataSheet.pdf
Falcon4220 DataSheet.pdf Falcon 4220 DataSheet.pdf-Falcon 4220 DataSheet.pdf
- 2022-03-20 04:46:59下载
- 积分:1
-
用c++完成的双链表源代码
用c++完成的双链表源代码-complete with the source code-List
- 2022-08-19 22:35:36下载
- 积分:1
-
手机游戏,E680G的手机游戏,很好玩的哦,
手机游戏,E680G的手机游戏,很好玩的哦,-phone games, E680G mobile phone game, is a lot of fun, um,
- 2022-12-12 22:05:04下载
- 积分:1
-
求最大流的Dinic算法和SAP实施,每一个小时。
求最大流的Dinic和SAP算法的实现,各自有递归与非递归版本。在稀疏图上效果比较好。-Dinic for the maximum flow algorithm and the SAP implementation, each of which has recursive and non-recursive version. Effect on the sparse map is better.
- 2022-02-26 22:52:59下载
- 积分:1
-
智能小车上跷跷板源码
应用背景如今机器人已经逐渐在社会某些领域崭露头角,无人机、智能车等机器越来越显示出其独有的优势。本设计实现智能小车在跷跷板上保持平衡。关键技术智能小车采用单片机为MCU,外接了轮子,马达等必要器件,采用C语言编程,能够完成上跷跷板、在跷跷板上保持平衡等的功能。
- 2022-10-22 19:45:04下载
- 积分:1
-
OCR
ocr-optical character recognition-it is a very useful souece code for optical chARACTER recognition
- 2022-03-28 20:07:20下载
- 积分:1
-
System will automatically delete the directory of
System will automatically delete the directory of
- 2022-01-28 16:58:00下载
- 积分:1
-
对任何集体(如你自己的类)的问题描述…
一:问题描述
针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。
二:基本要求
假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。
三:实现提示
如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直接利用C语言中的tosacii函数,并可对过长的人名先作折叠处理。
四:需求分析
本演示程序是对哈希表的建立和查找进行演示,主要数据来自自己编写的人名“A~~Z”等字母组成,拼音由开头的字母组成的词组,查找时用伪随机探测再散列法处理冲突。随机产生人名的位置。具体的程序内容在源程序里面有比较详细的解析。程序的运行在下列有详细的介绍。
-one : Problem description against any collective (such as your own classes) of "names" design a hash table. you make the average length of not more than R, completes the construction and Lookup Table procedures. Two : the assumption that the basic requirements were known as the Chinese name of Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with a few exception I stay constructed using pseudo-random re-hash detection method to resolve disputes. 3 : Achieving suggested ra
- 2022-01-22 16:42:56下载
- 积分:1