资源列表

« 1 2 ... .14 .15 .16 .17 .18 2519.20 .21 .22 .23 .24 ... 2656 »

[数据结构常用算法qpsk-modu

说明:QPSK 调至,基于BPSK的算法进行改进,实现了四项位调制,比原有调至方式更加准确无误-QPSK adjusted to improve the BPSK-based algorithm, to achieve the four bit modulation, and more accurate than the original adjusted
<jiajia> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法select_sort

说明:/*选择排序 *从待排序的数中找到最小的元素,放到第一个位置, *从剩下的n - 1个元素中找到最小的元素,放到第二个位置, *依次下去,直到n - 1个元素。 *每次排序都会在待排序的元素中找出一个最小的值放到待排序的数的首段。 */-/* Sort select* find the smallest element from the number to be sorted, and placed in the f
<雷海军> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法mp

说明:/*冒泡排序-----从大到小 *前一个和后一个两两比较,若小于则交换,直到最后一个元素,即小的冒泡,大的下沉 *每一循环都会从待排序的数中找出一个最小值,排到这组数据的最末端或首段,即冒泡 *对于n个数冒泡排序的最大趟数是n - 1,每一趟排序都会在这组待排序的数中产生一个最小值, */-/* Bubble sort----- from largest to smallest* before and after a t
<雷海军> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法exam5-3

说明:采用三元组存储稀疏矩阵,设计两个稀疏矩阵相加的运算算法。-Triples stored sparse matrix, the design of the addition of two sparse matrix computation algorithm.
<> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法exam6-5

说明:采用递归算法求解皇后问题:在n*n的方格棋盘上,放置n个皇后,要求每个皇后不同行,不同列,不同左右对角线。-Using recursive algorithm queens problem: Place n queens on n* n checkerboard, each Queen different rows, different columns, different left and right diagonal.
<> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法beibao

说明:设有一个背包可以放入物品的重量为s,现有n件物品,重量分别为w[0],w[1],...,[n-1]。问题是能否从这n件物品中选择若干件放入此背包中使得放入的重量之和正好等于s。-Has a backpack can be placed in the weights of the articles of s, the existing n items, weight W [0], w [1], ..., [n-1]. The questi
<许晓莹> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法push

说明:用数组实现栈和队列C++ 代码实现,经典-array stack c++
<chensonghai> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法a

说明:比n大的最小回文数问题,c语言简单实现。 主要考虑n的长度为奇数和偶数-Smallest palindrome larger than n, c language simple. The main consideration of the length of n for odd and even
<huang sq> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法FastMap

说明:利用MATLAB作为编译工具,将高维空间数据投影到低维空间-Using MATLAB as the compilation tools, data projection of high-dimensional space to low-dimensional space. .
<隋小月> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法Queap

说明:用两个栈模拟一个队列,包含出队、入队和获取最大值函数,时间复杂的O(n)-Simulation of a queue with two stacks contain enter and quit team, and get the maximum value function, the time complexity of O (n)
<吕楠> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法MaxAndMin

说明:递归分治思想实现S串中同时求出最大元和最小元。-with divid and conquer, to find out the max and min number in the string S.
<kelsi> 在 2024-12-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法1002

说明:poj1002代码,考虑的比较全面,值得推荐,互相学习-poj1002 code
<hwl> 在 2024-12-24 上传 | 大小:1kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 2519.20 .21 .22 .23 .24 ... 2656 »

源码中国 www.ymcn.org