说明:自动创建一个迷宫地图,并在置一小人物,实现动态的找迷宫出口,是数据结构中一个非常典型的例子.-Automatically creates a maze map, and in the home a little, to achieve dynamic maze to find the export of data structure is a very typical example. <zhengks> 在 2025-01-28 上传
| 大小:189kb | 下载:0
说明:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统对待传输预先编码,在接收端将传来的数据进行译码。对于双工通道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。(功能非常完全)-The use of Huffman coding can greatly improve the communication channe <zhengks> 在 2025-01-28 上传
| 大小:465kb | 下载:0
说明:字符串操作的经典程序!是各位新手下载应付老师课程设计的好帮手!-Procedures for the operation of the classic string! Is that novice teachers to download curriculum design to meet a good helper! <leeli> 在 2025-01-28 上传
| 大小:3kb | 下载:0
说明::假设停在铁路调度站入口处的车厢序列的编号一次为1,2,3,…,n。设计一个程序,求出所有可能由此输出的长度为n的车厢序列。-: Suppose stopped at the railway station at the entrance to the train scheduling sequence number one for 1,2,3, ..., n. Design a procedure to derive all the <迟浩东> 在 2025-01-28 上传
| 大小:492kb | 下载:0
说明:问题描述:设计一个程序实现两个任意长的整数的求和运算。
基本要求:利用双向循环链表,设计一个实现任意长的整数进行加法运算的演示程序。要求输入和输出每四位一组,组间用逗号隔开。如:1,0000,0000,0000,0000。
-Problem Descr iption: Design a program to achieve the two arbitrary long integer summation operator. Ba <迟浩东> 在 2025-01-28 上传
| 大小:589kb | 下载:0
说明:给定一个地区的n个城市间的距离网,用Prim算法或Kruskal算法建立最小生成树,并计算得到的最小生成树的代价。-Given a region n the distance between cities network, using Prim algorithm or Kruskal minimum spanning tree algorithm, and calculate the cost of the minimum spann <迟浩东> 在 2025-01-28 上传
| 大小:949kb | 下载:0
说明:1、设每个记录有下列数据项:电话号码、用户名、地址;
2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表;
3、采用再哈希法解决冲突;
4、查找并显示给定电话号码的记录;
5、查找并显示给定用户名的记录。
6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。
-1, for each record the following data items: tele <迟浩东> 在 2025-01-28 上传
| 大小:35kb | 下载:0