资源列表

« 1 2 ... .97 .98 .99 .00 .01 1402.03 .04 .05 .06 .07 ... 2656 »

[数据结构常用算法Greedy-algorithm

说明:贪心算法 解决支付找零问题有算法 还可以上机调试-Greedy algorithm
<langchunling> 在 2024-10-11 上传 | 大小:4096 | 下载:0

[数据结构常用算法data-structure

说明:包含基本数据结构类型:链表,顺序栈,链式栈,链式队列,顺序队列,二叉树,图,在做数据结构实验时均测试过-Contains the basic data structure types: list, the order stack, the stack chain, chain queue, the order of the queue, binary tree, graph, data structure in the experime
<simon greenhall> 在 2024-10-11 上传 | 大小:8192 | 下载:0

[数据结构常用算法maze

说明:实现迷宫随机生成和手工生成,并找到最短路径后输出。-Achieve randomly generated and hand-generated maze and find the shortest path output.
<曾小曾> 在 2024-10-11 上传 | 大小:3072 | 下载:0

[数据结构常用算法h

说明:二叉树的相关操作的源代码,用于建立,删除,排序,查找二叉树-Related operations for binary source code used to create, delete, sort, search binary tree
<白杨> 在 2024-10-11 上传 | 大小:6144 | 下载:0

[数据结构常用算法xitiji

说明:包含各大名校的数据结构习题和答案,真正体会数据结构算法方法精髓-Data structure that contains the major schools of exercises and answers, the real essence of understanding the data structure algorithm method
<雷盼> 在 2024-10-11 上传 | 大小:926720 | 下载:0

[数据结构常用算法Job1

说明:算法导论练习2.3-7:请给出一个运行时间为Θ(nlgn)的算法,使之能在给定一个由n个整数构成的集合S和另一个整数x时,判断出S中是否存在有两个其和等于x的元素。-Introduction to Algorithms Exercise 2.3-7: Please give a running time of Θ (nlgn) algorithm, so that it can in the given form by a set of
<张萌萌> 在 2024-10-11 上传 | 大小:919552 | 下载:0

[数据结构常用算法Job2

说明:算法导论 思考题2-4逆序对问题:设A[1..n]是一个包含n个不同数的数组。如果在i<j的情况下,有A[i]>A[j],则称( i , j )就称为A中的一个逆序对(inversion)。给出一个算法,它能用Θ(nlgn)的最坏情况运行时间,确定n个元素的任何排列中逆序对的数目。(提示:修改合并算法)-Algorithm is graded 2-4 reverse introduction to question: set
<张萌萌> 在 2024-10-11 上传 | 大小:1710080 | 下载:0

[数据结构常用算法MaxSum

说明:这是一个求最大子串和的问题的源代码,里面有很好的算法和数据结构时间复杂度为线性时间。-This is a sub-string and find the biggest problem of the source code, there are good algorithms and data structures for the linear time complexity.
<y> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法tree

说明:树的深层遍历,属于数据结构问题,用的是C语言写的深层遍历.-failed to translate
<tangfei> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法Banker

说明:利用银行家算法实现解决操作系统饥饿问题的算法,动态在控制台显示各个进程的运行情况。-Bankers algorithm used to solve the problem of hunger in the operating system, algorithm, dynamic in the console displays the operation of each process.
<chenyiyu> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra算法实现单源最短路径的查找。-Single-source Dijkstra algorithm to find the shortest path.
<chenyiyu> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法Sem

说明:用Win32中的信号量实现生产者-消费者问题-Use Win32 semaphore in the producer- consumer issues
<chenyiyu> 在 2024-10-11 上传 | 大小:1024 | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 1402.03 .04 .05 .06 .07 ... 2656 »

源码中国 www.ymcn.org