资源列表

« 1 2 ... .22 .23 .24 .25 .26 1727.28 .29 .30 .31 .32 ... 2656 »

[数据结构常用算法mymath

说明:C语言,三角函数,平方根快速算法。运算速度很快,可以用来替换部分标准库 math.h 内的函数-C, trigonometric functions, square root of the fast algorithm. Fast operation, can be used to replace part of the standard library math.h functions within the
<majianjia> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法shangchuanchengxu

说明:输入10个学生的姓名,学号和成绩,将其中不及格者的姓名,学号和成绩输出。-Enter the 10 student' s name, student number and results, which do not pass the name, student number and results output.
<张伟> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法shangchuanchengxu2

说明:用指向指针的 方法对n个整数排序并输出。要求排序单独写成一个函数。整数和n在主函数中输入。最后在主函数中输出。-With a pointer to a pointer of the method of sorting n integers and output. Requires a separate written as a sort function. Integer and n in the main function of th
<张伟> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法02666199TS-TSP

说明:禁忌搜索算法,解决三十个城市间的旅行商问题,求最短距离-Tabu search algorithm to solve thirty cities between the traveling salesman problem, the shortest distance
<童言> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法CEIA

说明:POJ141的源代码,以空间换时间,速度很快很好用。-POJ141 the source code for time in space, fast easy to use.
<lvpeiyang> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法11View

说明:字符串分解,首先读取一个文本文件,按照行进行空格获一定自定义格式进行劈分,然后将其进行输出成一个文件-String decomposition, first read a text file, in line with the space custom format by a certain splitting, then the output into a file
<yhd> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法hafumanshu

说明:哈夫曼树是有关数据结构的一个重要的核心,是学习一个重要的学习点-Huff man Node
<red> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法Realization-of-N-stack-share

说明:c++实现N栈共享,输入栈顶,自动查找并排列,实现N栈共享操作-Realization of N stack share
<岳飞> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法QueueSim

说明:正如我们在第一章所学的,端到端时延中最为复杂和有趣的成分就是排队时延。在这个程序中,可以设置分组发送速率和链路传输速率,你将会看到分组到达和为接受服务而排队。当队列变满时,将会发生分组溢出,也就是丢包-As we learned in the first chapter, end to end delay of the most complex and interesting elements is the queuing delay.
<meihan> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法List_withHead_0

说明:c++数据结构试验一,其中包括单链表的各种实现与功能 -c++ data structure test a, including various implementations of single-chain and functions
<lichong> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法huffman

说明:霍夫曼编码,基于最优二叉树的编码方法。该方法完全依据字符出现概率来构造平均长 度最短的码字。-Huffman encoding, the encoding method based on optimal binary tree. This method is entirely based on the probabilities to construct the character length of the shortest aver
<oracle> 在 2024-11-08 上传 | 大小:3kb | 下载:0

[数据结构常用算法doublelist

说明:以双向循环链表结构存储线性表。 ⑴ 输入数据元素,以先进先出形式创建双向循环链表 ⑵ 销毁双向循环链表 ⑶ 线性表置空 ⑷ 求线性表长度 ⑸ 在第i个数据元素前插入新的元素 ⑹ 删除元素(按指定元素序号和元素值2种方式) ⑺ 显示线性表中的全部元素 ⑻ 求最大元素的值和平均值 ⑼ 就地逆置双向循环链表(不允许将结点中的值互相交换)-Two-way circular linked list struc
<waterlily> 在 2024-11-08 上传 | 大小:3kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 1727.28 .29 .30 .31 .32 ... 2656 »

源码中国 www.ymcn.org