资源列表

« 1 2 ... .83 .84 .85 .86 .87 588.89 .90 .91 .92 .93 ... 2656 »

[数据结构常用算法link-list

说明:c语言的单向链表应用,使用WIN-TC V1.9.1编译器,从键盘输入70 65 78 90 95 85 -1共七个数据,注意,最后一个数据为负数,实现单向键表的创建,插入,删除,输出,销毁功能-c language s application for link list
<yiyu> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法xishu

说明:十字链表法 程序一开始, 读入一个稀疏矩阵 A  计算 A 矩阵的转置, 得到矩阵 B, 打印 B 矩阵  计算 A+B 的得到一个新矩阵 C, 打印 C 矩阵  计算 A*B 矩阵得到一个新矩阵 D, 打印 D 矩阵-Cross-linked law program started, reads a sparse matrix A  computing A ma
<> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法lcdyt

说明:鉴于LCD方法存在的问题,本文提出了一种基于互相关匹配端点延拓局部特征尺度分解(Cross-correlation matching endpoint Extension Local Characteristic scale Decomposition,简称CELCD),由于LCD分解原理是依据信号的局部极值点信息不断进行筛分信号,在信号分解时需要先确定信号的局部极值点,而信号的两个端点可能不是极值点,因此在信号两端点就会出现虚假成分,
<Grace> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法huochechongpai

说明:一列火车要将N节车厢分别送往N个车站,车站按1-N的次序编号,火车按照N,N-1,....1的编号次序经过车站,假设车厢的编号就是其目的地车站的编号。 给定一个任意的车厢排列次序,重新排列车厢,使其按照从1到N的次序排列,规定重排时只能从入轨到缓冲铁轨,或者从缓冲铁轨出轨。 限制条件: 有一条入轨,一条出轨,K条缓冲铁轨(1≤K≤N-1)-A train carriages were sent to N N station
<aria> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法bagpack

说明:背包问题 实现背包内物品价值最大化 运用队列的方法-Backpack knapsack problem to maximize the value of goods
<aria> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法Maze-depth-first-algorithm

说明:迷宫深度优先算法,深度优先是按照一定的顺序查找完一个分支,再查找另外一个分支,直到找到目标为止。-Depth first is according to certain order to find a branch, then find another branch, until find the target.
<黄强> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法MaxArrayLocationFind

说明:面试算法:最大子数组之和及其坐标位置快速算法,通过二分查找快速查找。-Interview algorithms: coordinate position and its largest sub-array of fast algorithm, binary search to quickly find.
<pengwu> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法Bellman-Ford-queue-optimization

说明:Bellman-Ford算法关键之处在于:只有那些在前一遍松弛中改变了最短路程估计值的顶点,才能引起它们邻接点最短路程估计值发生改变。-Bellman-Ford algorithm that crucial point: Only those former slack again changed the vertex shortest distance estimates, causing their neighbors to the
<翟吉祥> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:方式可供选择地进行排序,包括了简单选择排序、堆排序、插入排序、希尔排序、冒泡排序、快速排序-Alternatively way to sort, including a simple selection sort, heap sort, insertion sort, Hill sort, bubble sort, quick sort
<peng> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法Bidirectional-bubble-sort

说明:排序算法之中的........双向起泡算法......可以当做子程序使用-........ Bidirectional bubble sort algorithm among ...... algorithm can be used as subroutines
<xy> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法zidianxu

说明:字典序问题,对给定任意长度不超过6的升序字符串按照字典序排列并编码-Dictionary order problem, for any given length of no more than 6 ascending string in accordance with the order of the order and code
<婷婷> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法duilie

说明:1. 定义顺序队列类型,实现队列的所有基本操作。 2. 定义链队列类型,实现队列的所有基本操作。-1. Define the sequential queue type to implement all the basic operations of the queue. 2. Define the chain queue type to implement all the basic operations of the que
<婷婷> 在 2025-01-31 上传 | 大小:1kb | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 588.89 .90 .91 .92 .93 ... 2656 »

源码中国 www.ymcn.org