资源列表

« 1 2 ... .84 .85 .86 .87 .88 1789.90 .91 .92 .93 .94 ... 2656 »

[数据结构常用算法1062

说明:  输入的第一行是一个正整数N(1<=N<=40),表示TheBeet买了N个山东煎饼,已知每个山东煎饼价格为2.5元。   接下来有6个非负整数,范围在[0, 1000]之内,分别表示摊主所拥有的50元、10元、5元、1元、5角、1角纸币的数量。 Output   输出一个整数,表示TheBeet最后收到的纸币数。如果无法满足要求,那就输出-1。-Enter the first line is
<> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法Printbinarytreestructure

说明:用来打印二叉树结构的程序。把打印二叉树形状给打印出来!-Binary tree structure used to print process. To print binary tree shape to print out!
<一套> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法test5

说明:实现链表的动态建立,显示并销毁链表。对初学数据结构有帮助。-Set up to achieve a dynamic list, show list and destroy. Data structure of the beginner there is help.
<> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法dfs

说明:搜索教案。很不错的,对于ACM初学者十分有帮助。-Search for lesson plans. Very good for beginners ACM very helpful.
<杨静> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法A_tutorial_on_kd_trees

说明:一篇介绍k-d tree的入门文章,对图像对准方面的研究人员是很好的参考!-An introductory article describes kd tree for image alignment of researchers is a good reference!
<晨间> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法diguiqiuhe

说明:通过函数实现,递归调用,求1+2+3....+n的和-failed to translate
<姚培娟> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法C--3ecode20110226

说明:数据结构与算法分析 第三版 c++版全部源码 欢迎下载-A Practical Introduction to Data Structures and Algorithm Analysis
<石锋> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法Dijkstra

说明:最短路径算法迪杰斯克拉算法的程序设计的源代码-Shortest path algorithm for calculation 法迪杰斯克拉 programming source code
<林晓> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法kkc

说明:用C#做的一些算法 简单编译 形如堆排序 快速排序-Do some algorithm in c
<behan> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法Data-Structures-for-Text-Sequences

说明:Data Structures for Text Sequences
<Hidden Dragon> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法halfman

说明:实现halfman编码,先将权重以树结构排列,然后进行编码-implement the halfman code,after arrangging the weights in a tree struct,encoding each weight into different binaries
<yt> 在 2024-10-04 上传 | 大小:149504 | 下载:0

[数据结构常用算法Dijkstra

说明:1. 初使时令 S={V0},T={其余顶点},T中顶点对应的距离值   若存在<V0,Vi>,d(V0,Vi)为<V0,Vi>弧上的权值   若不存在<V0,Vi>,d(V0,Vi)为∝   2. 从T中选取一个其距离值为最小的顶点W且不在S中,加入S   3. 对T中顶点的距离值进行修改:若加进W作中间顶点,从V0到Vi的   距离值比不加W的路径要短,则修改此距离值   重复上述步骤2、3,直到
<Dell Sford> 在 2024-10-04 上传 | 大小:149504 | 下载:0
« 1 2 ... .84 .85 .86 .87 .88 1789.90 .91 .92 .93 .94 ... 2656 »

源码中国 www.ymcn.org