资源列表

« 1 2 ... .41 .42 .43 .44 .45 2246.47 .48 .49 .50 .51 ... 2656 »

[数据结构常用算法lru

说明:lru算法,属于操作系统范畴,有c++实现-lru
<doper> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Reader

说明:读取文档,将文档中的字符串转化为数组存储。用于解析文件-Read the document, the document string into an array of storage. Used to resolve file
<wangqiang> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法tidu3

说明:基于MATLAB的最优控制原理的最优步长发梯度计算-MATLAB-based optimal control theory calculation of the optimal step gradient hair
<peter> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:几种简单排序,快速排序,冒泡排序,合并排序-Several simple sort, quick sort, bubble sort, merge sort
<严昊> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法HOMEWORK_9

说明:**this program finds the location of a number in an array while the array **has been entered from the biggest number to the smallest number
<Hootan> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法ZIRAKZADEH_HOMEWORK4

说明:this program multiplies two matrises
<Hootan> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法room

说明:EXAMPLE FOR C++ PROGRAMS
<aika> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:数据结构约瑟夫环的实现1. 本演示程序中,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。-Implementation of data structures Joseph Central 1. The demonstration program, the number n should be arbitrary, at f
<wwwqiushou> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明: 利用哈夫曼编码进行住处通讯可以大大提高信道利用率,缩短住处传输时间,降低成本,但是,这要求在发送端通过一个编码系统将传输的数据预先编码,在接收端通过一个译码系统对传来的数据进行译码(复原),对于双向传输信息的信道,每端都一个完整的编码译码系统,试为这样的住处收发站写一个哈夫曼友的编码译码系统.-Residence using Huffman coding can greatly improve the communication ch
<wwwqiushou> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法datastructure

说明:《数据结构》课程实习一,实现对线性链表和数组的基本操作-" Data Structure" Course Practice realize a linear linked list and an array of basic operations
<梁传> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法DE

说明:用数组模拟递归函数,实现递归函数的简化算法,具体要求看英文描述。-We all love recursion! Don t we? Consider a three-parameter recursive function w(a, b, c): if a <= 0 or b <= 0 or c <= 0, then w(a, b, c) returns: 1 if a >
<谢锦明> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第
<zhoupenghua> 在 2025-01-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 2246.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org