资源列表

« 1 2 ... .38 .39 .40 .41 .42 543.44 .45 .46 .47 .48 ... 2656 »

[数据结构常用算法tanxinfa

说明:北京大学研究生课程“算法分析与计算复杂性理论”的课件,讲的是贪心算法。-University post-graduate courses
<sky> 在 2025-06-15 上传 | 大小:324kb | 下载:0

[数据结构常用算法C++

说明:标准答案习题1 1.1 简述C++语言程序的结构特点。 答: (1)C++程序由一个或多个函数组成,其中至少有一个主函数main(),程序从主函数开始执行,由主函数来调用其他函数。-Standard answer to Exercise 11.1 on C++ Language program structural characteristics. Answer: (1) C++ Procedures by one or more functions, of which at lea
<张建军> 在 2025-06-15 上传 | 大小:39kb | 下载:0

[数据结构常用算法queen8

说明:用java 语言实现8皇后问题,实现8个 皇后都不在同一行,同一列,和同一斜线上-err
<陈聪> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法3698

说明:栈和队列的基本操作及应用,内有实验报告和具体程序实现!-Stack and queue the basic operation and applications, there are experimental reports and the specific procedures to achieve!
<> 在 2025-06-15 上传 | 大小:18kb | 下载:0

[数据结构常用算法5596696

说明:哈夫曼树与哈弗曼编码,内有实验报告和程序设计!-Huffman tree with哈弗曼encoding, there are experimental reports and program design!
<> 在 2025-06-15 上传 | 大小:8kb | 下载:0

[数据结构常用算法BTNode

说明:数据结构中的树与左右孩子的建立和相关的问答!!!!!!1-Data structure of trees and about the establishment of child and related questions and answers! ! ! ! ! ! 1
<张昌平> 在 2025-06-15 上传 | 大小:10kb | 下载:0

[数据结构常用算法second

说明:完成一个程序实现双向链表使之有如下功能 (如用C++实现,需要有默认的构造函数, 析构函数) C语言实现,初始化一个双向链表 添加一个元素到链表 删除链表中的一个元素 其他你认为必要的链表操作 总有两个指针,一个指向表中第一个元素另一个指向最后一个元素 -Completion of a program to achieve a two-way linked list so that the following functions (such as C++ Reali
<katrina> 在 2025-06-15 上传 | 大小:14kb | 下载:0

[数据结构常用算法prime

说明:题目 质数分解与栈的使用 简介 只能被自身和1整除的正整数称为质数。每一个整数都可以写成质数乘积的形式,称为整数的质数分解。例如: 1776 = 37 x 3 x 2 x 2 x 2 x 2. -Title prime number decomposition and the use of stack profile only divisible by themselves and a positive integer is called prime number. Ever
<katrina> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法fourth

说明: 二叉排序树(Binary Sort Tree--BST)或者是一棵空树;或者是具有下列性质的二叉树: ⑴ 若左子树不空,则左子树上所有结点的值均小于根结点的值;若右子树不空,则右子树上所有结点的值均大于根结点的值。 ⑵ 左右子树也都是二叉排序树。 (3) 中序遍历BST可得到一个关键字的有序序列 文本文件单词索引是指将文本中单词按字母顺序列出并且列出每个单词在文本中出现的次数,它也是关键字列表的一种特例,即单词为关键字并附加每个关键字在文中出现次数.文本文
<katrina> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法prime

说明:快速求素数,用到了概率算法。可以求出相当大范围内的素数,远远优于普通的素数算法-Fast seek primes, using a probability algorithm. Can be obtained within the scope of a large prime number, which is far superior to an ordinary prime number algorithm
<shazi> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法33753158guofu11111111111111

说明:严崴敏的数据结构实验线形表的合并的C程序,包括线性表的 插入,排序操作-Yan Wei-min experimental linear data structure of the C form of the merger process, including the insertion of a linear table, sorting operation
<蓝蔻> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Joseph

说明:是一个数学的应用问题:   已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Is the application of a mathematical problem: n known individuals (in numbers 1,2,3 ... n, respectively) were sitting around on a r
<小杉> 在 2025-06-15 上传 | 大小:17kb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 543.44 .45 .46 .47 .48 ... 2656 »

源码中国 www.ymcn.org