资源列表

« 1 2 ... .40 .41 .42 .43 .44 945.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法2

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

[数据结构常用算法datastructure

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

[数据结构常用算法3

说明:数据结构课程设计--停车场管理 实习报告:停车场管理 题目:编制一个模拟停车场管理的程序。 -Data structures curriculum design- Parking Management Practice Report: Parking management topics: the preparation of a simulated car park management program.
<温秋收> 在 2025-06-19 上传 | 大小:3kb | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构,殷人昆,第二版,课后习题部分解答还有源码-Data structure, Yan Renkun, second edition, after-school exercise in part, there are source
<小兰> 在 2025-06-19 上传 | 大小:971kb | 下载:0

[数据结构常用算法simple_c++184991282005

说明:An example for link list in C-An example for link list in C++
<Nazree> 在 2025-06-19 上传 | 大小:41kb | 下载:0

[数据结构常用算法A_student_1247658312002

说明:A C++ student management system
<Nazree> 在 2025-06-19 上传 | 大小:2kb | 下载: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 > 20 or b > 20 or c > 20
<谢锦明> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法c

说明:数据结构-线性表,二叉树的实现(C语言)-Data structure- the linear form, the realization of a binary tree (C language)
<我爱葱油包> 在 2025-06-19 上传 | 大小:157kb | 下载:0

[数据结构常用算法2

说明:二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第一行为测试用例个数n,接下来为n个测试用例,每个测试用例占两
<zhoupenghua> 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法STUDENTINFORMATIONSYSTEM

说明:Student Information System in C++ environment
<Nazree> 在 2025-06-19 上传 | 大小:384kb | 下载:0

[数据结构常用算法DATA

说明:北大数据结构与算法pdf,相当不错的资料-North data structures and algorithms pdf, very good information
<zzr> 在 2025-06-19 上传 | 大小:4.8mb | 下载:0

[数据结构常用算法shujujiegou

说明:主要是数据结构的学习课程实验程序,及文档,有魔王语言,哈弗曼数,系数矩阵,等等,有堆栈指针的用法,-Main course of study data structure experimental procedures, and documentation, there is devil language, Havermann number, the coefficient matrix, and so on, there is the stack pointer usage, etc.
<juanjuan> 在 2025-06-19 上传 | 大小:18kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 945.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org