-
Nanjing University of the "data structure," the curriculum, data struc...
南京工业大学的《数据结构》教学大纲,数据结构是南工大考研专业课程的重点课程,这里包含了所有重点,对考研的同学很有帮助!-Nanjing University of the "data structure," the curriculum, data structure is a large South taking tests for professional courses focus on courses here encompasses all focus on the students taking tests helpful!
- 2022-11-21 16:20:03下载
- 积分:1
-
这是一个对msp430头文件的详细解释,对大家使用430的有很大用处...
这是一个对msp430头文件的详细解释,对大家使用430的有很大用处-This is a MSP430 header file for detailed explanation on the use of U.S. 430 has a lot of useful
- 2022-04-28 13:58:54下载
- 积分:1
-
此为文档上传的实现程序,例如上传图片的个人相册等之类的。...
此为文档上传的实现程序,例如上传图片的个人相册等之类的。-upload this file to the realization of procedures, such as uploading photos and other personal albums like.
- 2022-09-02 07:50:02下载
- 积分:1
-
针对TI公司的MSP53C39,介绍了FM语音合成算法的基本原理和FM数据文件格式,合成算法生成工具TI_FM的使用方法...
针对TI公司的MSP53C39,介绍了FM语音合成算法的基本原理和FM数据文件格式,合成算法生成工具TI_FM的使用方法-For TI" s MSP53C39, speech synthesis FM introduced the basic principles of algorithm and data file formats FM, synthesis algorithm to generate the use of tools TI_FM
- 2022-06-26 23:22:40下载
- 积分:1
-
类的测试程序告诉初学者如何更好的建立工程
类的测试程序告诉初学者如何更好的建立工程-kind of testing procedures tell beginners how to build a better project
- 2023-05-20 15:00:04下载
- 积分:1
-
Still remember the time of the Snake FC games, two cute small snake eating Peas...
还记得FC时代的贪吃蛇游戏吧,两只可爱的小蛇为了吃豆豆的冒险经历,现在贪吃蛇游戏也是根据当年响尾蛇改编的。现在,线在回归一下红白机年代的经典! -Still remember the time of the Snake FC games, two cute small snake eating Peas for the adventure, and now Snake Diamondbacks Game is based on adaptation of the year. Now, the lines look at the return of the classic era of red and white machine!
- 2022-02-24 11:36:37下载
- 积分:1
-
石器服务端源代码工具集
用于制做石器图像补丁.等陆画面.和登陆列表的工具.地图制作工具,图片修改,补丁追加等工具。研究石器时代、开服必备。
- 2023-04-26 11:20:03下载
- 积分:1
-
Simple Robot Control Program
-- Simple Robot Control Program
--------------------------------------------------------------------------
-- Left is left IR sensor - 1=object to left
-- Right is rigth IR sensor - 1=object to right
-- Lmotor_dir 1=forward 0=reverse
-- Rmotor_dir 1=forward 0=reverse
-- Lmotor_speed 111=fast 000=slow
-- Rmotor_speed 111=fast 000=slow
--- Simple Robot Control Program
--------------------------------------------------------------------------
-- Left is left IR sensor- 1=object to left
-- Right is rigth IR sensor- 1=object to right
-- Lmotor_dir 1=forward 0=reverse
-- Rmotor_dir 1=forward 0=reverse
-- Lmotor_speed 111=fast 000=slow
-- Rmotor_speed 111=fast 000=slow
- 2022-05-21 11:44:55下载
- 积分:1
-
I2C芯片的读写程序
I2C芯片的读写程序-I2C chip reader procedures
- 2023-06-07 11:00:03下载
- 积分: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