-
操作系统实验:进程并发模拟
操作系统实验:进程并发模拟-experimental operating system : Complicated process simulation
- 2022-05-27 18:34:57下载
- 积分:1
-
QT画板程序
简单的画图程序,使用QT自有库进行开发,容易理解,适合初学者
- 2022-06-03 07:11:13下载
- 积分:1
-
UNZIP with directory preservation. This sample contains long file names. Uploade...
UNZIP with directory preservation. This sample contains long file names. Uploaded on 24 April, 2000. The COLORLB sample shows how to implement an owner-draw list box. The box is drawn LBS_OWNERDRAWFIXED and also uses the LBS_HASSTRINGS style. The box allows you to individually set the color of each item in the box
- 2022-03-12 06:47:03下载
- 积分:1
-
开发环境:visual studio 2005,功能:实现文件录入和信息查询功能
开发环境:visual studio 2005,功能:实现文件录入和信息查询功能-Development environment: visual studio 2005, function: file input and information inquiry function
- 2022-07-26 03:29:59下载
- 积分: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
-
老外写的一个操作excel的文件含源码
这个方便,并且速度比调用excel.exe快很多...
老外写的一个操作excel的文件含源码
这个方便,并且速度比调用excel.exe快很多-Written by a foreigner to operate the excel file containing the source code to facilitate and speed much faster than calling excel.exe
- 2022-09-09 10:40:04下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗...
国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗 国旗-flagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflagflag
- 2022-12-26 00:50:03下载
- 积分:1
-
使用Visual C++6.0创建富有个性的工具条
使用Visual C++6.0创建富有个性的工具条-establish toolbar
- 2022-03-25 05:15:29下载
- 积分:1
-
电子邮件客户端发送和接受
163的邮件服务器配置信息:
POP3接收邮件服务器:POP.163.COM SMTP发送邮件服务器:SMTP.163.COM
yahoo的邮件服务器配置信息
接收邮件服务器是pop.mail.yahoo.com.cn 发送邮件服务器是smtp.mail.yahoo.com
126的邮件服务器配置信息
接收邮件服务器是pop.126.com, 发送邮件服务器是smtp.126.com。
新浪网站的邮件服务器配置信息
接收邮件服务器是pop3.sina.com.cn, 发送邮件服务器是smtp.sina.com.cn。
vc6.0,可直接运行。
- 2022-01-24 14:00:46下载
- 积分:1