-
ping 的程序,支持多种设置,包大小,时长
ping 的程序,支持多种设置,包大小,时长-ping procedures, to support a variety of settings, packet size, length of time
- 2022-01-26 03:10:31下载
- 积分:1
-
C++经典书籍C++ FAQs, Second Edition
By Marshall Cline, Greg Lomow, Mike Girou...
C++经典书籍C++ FAQs, Second Edition
By Marshall Cline, Greg Lomow, Mike Girou
-C++ Classic books C++ FAQs, Second Edition By Marshall Cline, Greg Lomow, Mike Girou
- 2023-06-01 13:50:03下载
- 积分:1
-
MFC与数据库SQL连接
建立MFC单文档应用程序,在程序中新建一个对话框,作为登陆对话框,在SQL中进行配置,基于C++语言,进行编程,可通过登陆名与密码进入系统。
- 2022-12-02 02:55:15下载
- 积分:1
-
using AES Nicholson wrote a subject took the registration procedures
wince下用evc写的一个操做注册标的程序-using AES Nicholson wrote a subject took the registration procedures
- 2022-05-23 05:40:27下载
- 积分:1
-
《COM本质论》十分经典的com书籍,深入浅出介绍了com始末
《COM本质论》十分经典的com书籍,深入浅出介绍了com始末
- 2022-03-22 08:54:45下载
- 积分:1
-
RC4编码和解码,内附原始代码,用你的理解…
RC4编码和解码,包括RC4原始代码,用于您了解如何编码和解码RC4。
- 2022-04-25 09:39:58下载
- 积分:1
-
用C语言编写的约瑟夫环等问题.用链式存储实现!
用C语言编写的约瑟夫环等问题.用链式存储实现!-C language of Josephus and other issues. Chain store used to achieve!
- 2022-01-26 06:44:01下载
- 积分:1
-
使用C++语言编写的家谱管理程序,实现了家谱建立,成员查询,成员添加等功能。...
使用C++语言编写的家谱管理程序,实现了家谱建立,成员查询,成员添加等功能。-family tree
- 2023-08-04 22:30:03下载
- 积分:1
-
tcp网口通信
1、网络中进程之间如何通信?
2、Socket是什么?
3、socket的基本操作
3.1、socket()函数
3.2、bind()函数
3.3、listen()、connect()函数
3.4、accept()函数
3.5、read()、write()函数等
3.6、close()函数
4、socket中TCP的三次握手建立连接详解
5、socket中TCP的四次握手释放连接详解
6、一个例子(实践一下)
- 2022-07-08 17:54:31下载
- 积分: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