资源列表

« 1 2 ... .88 .89 .90 .91 .92 493.94 .95 .96 .97 .98 ... 2656 »

[数据结构常用算法max_heap_test

说明:the c source code of max heap
<Peter> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法hw2_2

说明:the c source code of big number
<Peter> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法SequentialSearch

说明:关键词首次出现位置此程序优化了算法,减少了循环的次数。-Keywords for the first time the location of this program optimization algorithms to reduce the number of cycles.
<月亮音> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法mlfbeibao

说明:5蛮力法求背包问题 5蛮力法求背包问题 5蛮力法求背包问题-5 Brute Force Method knapsack problem 5 Brute Force Method knapsack problem brute force method to seek the knapsack problem
<zx> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法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> 在 2025-02-02 上传 | 大小: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
<雷海军> 在 2025-02-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法mp

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

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

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

[数据结构常用算法push

说明:用数组实现栈和队列C++ 代码实现,经典-array stack c++
<chensonghai> 在 2025-02-02 上传 | 大小: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> 在 2025-02-02 上传 | 大小:1kb | 下载:0
« 1 2 ... .88 .89 .90 .91 .92 493.94 .95 .96 .97 .98 ... 2656 »

源码中国 www.ymcn.org