资源列表

« 1 2 ... .03 .04 .05 .06 .07 2008.09 .10 .11 .12 .13 ... 2656 »

[数据结构常用算法The-Fibonacci-sequence

说明:输入一个数字N,可以显示出斐波那契数列前N项的和,C++代码-Input a number 1 to n, then output the sum of the former n unmbers in The Fibonacci sequence
<徐希浩> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法staticlist

说明:静态链表的应用 可进行插入,删除等操作 而且可以进行代码复用,省去很多开发时间-The application of static linked list To insert, delete, etc But also for code reuse, save a lot of development time
<LZ> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法red-and-black-tree

说明:用C语言实现的红黑树代码,包括初始化和插入删除-Using C language implementation of red-black tree code, including initialization and insertion and deletion
< 耿冬冬> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法CPP-generate-Tree

说明:一个用C++编写的生产树,同时也写了对于的ADT,方便理解,代码简洁,质量好。-Written in C++ a production tree, and also wrote for the ADT, easy to understand, the code is simple, good quality.
<zhangyi> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法CPP-two-dequeue

说明:用C++的两种方法实现了出队列的功能,代码简洁,可以方便学习和使用,代码确实很好,不用谢,哈哈。-Two ways to achieve a C++ function out of the queue, the code is simple, easy to learn and use, the code is really good, you re welcome, ha ha.
<zhangyi> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法main

说明:1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法 (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (3).编写一个主函数,调试上
<顾欣> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法MYAVL

说明:An implementation of AVL tree very useful for understanding searching in graph.
<ajay> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法UVALive4849

说明:uvalive4849的ac源码。算法:2-sat。题意:给n(n<=3000)个黑方块的坐标,保证黑方块没有公共边。对于每个黑方块选一个角作为结点,使得所选结点满足输入的一个无向图。其中距离为曼哈顿距离。输出是否有解。possible或impossible。-AC source of uvalive 4849. Algorithms: 2-sat. Meaning of the questions: to n (n <=
<郑泽彬> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法edit-distance

说明:算法导论(3)动态规划中edit distance 一题解答-Introduction to Algorithms (3) dynamic programming in an edit distance Answers
<xiazhao> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法General_tips_from_FDTD_course

说明:geometry filling in matlab
<Zakaria> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法TSP

说明:用邻接表解决的TSP变形问题(带权值求最长路径)-TSP deformation problems solved with the adjacent table (with the right to find the value of the longest path)
<Conny Lu> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法contor

说明:利用contor函数和BSF实现的魔块问题(游戏)-Use magic block problem (game) contor functions and BSF implemented
<Conny Lu> 在 2024-11-01 上传 | 大小:2048 | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 2008.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org