资源列表

« 1 2 ... .78 .79 .80 .81 .82 2583.84 .85 .86 .87 .88 ... 2656 »

[数据结构常用算法problem_b

说明:The Google Code Jam 2014 Qualification Round,google code jam 2014 资格赛的b问题的算法源码-Algorithm source code The Google Code Jam 2014 Qualification Round, google code jam 2014 qualifying b problem
<dodo> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法convert

说明:大端模式存储的字节数据向浮点(单精度float、双精度double)、整型(int、long)转换类-Bytes of data stored in big-endian mode to the floating-point (single-precision float, double-precision double), integer (int, long) conversion class
<半介书生> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法shuzu1

说明:一位数组的源代码 显示顺序表 输出顺序表的长度 判断顺序表是否为空表插入数据 删除数据\查找数 显示菜单 清空 退出-An array of source code shows whether the length of the table to determine the order of the sequence table output sequence table is an empty table to insert data delete data \ find the number
<张三> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:找出给定序列的所有逆序对,并输出。 逆序对:若i < j ==> A[i] > A[j] 则(i,j)为一个逆序对-Identify all the given sequence in reverse order right, and output. On the reverse: if i < j ==> A [i]> A [j] then (i, j) as a reverse pair
<刘子扬> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法3

说明:利用random(0,1)实现random(a,b) 原型: void srand(unsigned seed) 功能: 产生随机数的起始发生数据,和rand函数配合使用-Starting with the use of a random number generated occurrence data, and the rand function: the use of random (0,1) to achieve random (a, b) prototype: void sra
<刘子扬> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法4

说明:给定k个链表,利用最小堆实现有序链表的k路合并,并输出结果。-Given k a list using the minimum heap achieve an orderly list of k-way merge, and outputs the result.
<刘子扬> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法7

说明: 实现:平均排序 (k排序) k排序的定义:A[i] <= A[i + k] 即为希尔排序的不完全实现-Implementation: Average sort (k sorting) k sort defined: A [i] < = A [i+ k] is not fully realized Hill sort
<刘子扬> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法0-1-backpack

说明:本代码提供0-1背包问题的动态规划解法,适用于背包容量是整数类型-The code provides 0-1 knapsack problem dynamic programming solution for the backpack capacity is an integer type
<xiaoran> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法Test

说明:有序顺序表的二分查找的递归算法。 对输入数据构造二叉查找树 ,建立二叉查找链表结构,并能实现查找、插入、删除等操作 -Binary recursive algorithm to find an orderly sequence table. Find the input binary tree data structure, build a binary search list structure, and can achieve search, insert, and delete o
<王保全> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法Test6

说明:最短路径算法。 用无向带全图的邻接矩阵存储图,确定从源点出发到其它各点的最短路径。 输入:图中包含的顶点数n 边数m, 各边权值,用邻接矩阵或者邻接表存储。 输出:源点到其它各点的最短路径值。-Shortest path algorithm. Adjacency matrix storage with undirected graph with a full figure, determine the starting point of the shortest path from
<王保全> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法CWNY

说明:计算卡车工作年限,实现卡车的定期更换,为运输业提供支持-Calculate the truck working fixed number of year.The truck change regularly.Provide support for the transportation industry
<刘国俊> 在 2025-06-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法LinkSql

说明:链表操作演示示例程序,只是做演示说明,方便链表学习者入门用的。-Chain operations demo program, just do presentations, facilitate entry list learners use.
<许丰> 在 2025-06-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .78 .79 .80 .81 .82 2583.84 .85 .86 .87 .88 ... 2656 »

源码中国 www.ymcn.org