资源列表

« 1 2 ... .30 .31 .32 .33 .34 535.36 .37 .38 .39 .40 ... 2656 »

[数据结构常用算法haxi

说明:数据结构课程设计(严蔚敏c版) 哈希表学生管理系统-Data Structure Course Design (YAN Wei-Min c version) hash table management system for students
<> 在 2025-05-01 上传 | 大小:4kb | 下载:0

[数据结构常用算法NqueenProblem

说明:著名的n皇后问题 在一个棋盘上, 如果任意两个皇后排在同一行或者同一列上就会互相残杀, 此算法用以解决棋盘上n个皇后如何排列才能不互相残杀。 -N the famous Queen s problem in a chessboard, if any two of Queen s in the same line or on the same row will be killing each other, the algorithm to
<piki> 在 2025-05-01 上传 | 大小:158kb | 下载:0

[数据结构常用算法C

说明:Descr iption 一个一元多项式可以看作由若干个一元单项式按降幂排列成的线性表。请编写程序对输入的两个一元多项式求积,并输出求积的结果。 Input 输入为两个一元多项式,每个一元多项式输入一行,按照降幂依次输入每个单项式的系数和指数,并以-1 -1作为结束。 系数和指数均为整数,指数不小于0。 Output 输出为求积结果多项式,按照降幂依次输出每个单项的系数和指数,每个数值后面用一个
<邻居们> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:这是一个二叉树的算法,主要用C++开发,只写了二叉树的核心代码,该代码已经调试通过可以直接运行.该算法也没有输入功能,为了方便大家看清二叉树的结构,把输入的数据都在源码中用一个数组存放好的-This is a binary tree algorithms, the main C++ Development, only to write a binary tree of the core code, the code has been r
<李梓钺> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法zuichangdizengzishulie

说明:所谓子序列,就是在原序列里删掉若干个元素后剩下的序列,以字符串"abcdefg"为例子,去掉bde得到子序列"acfg" 此程序可求出它最长的单调递增子序列。 -The so-called sub-sequences, that is deleted in the original sequence in a number of elements remaining after the sequence to the strin
<杨磊> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法hufferman

说明:赫夫曼编码源码,在学习C的数据结构是写的一个算法-Huffman source coding in learning C data structures is to write an algorithm
<邵茸> 在 2025-05-01 上传 | 大小:2kb | 下载:0

[数据结构常用算法calculate

说明:表达式求值的栈算法和递归算法,经过各种测试,应该没什么问题-Expression for the value of the stack algorithm and recursive algorithm, after various tests, it should be no problem
<mao> 在 2025-05-01 上传 | 大小:883kb | 下载:0

[数据结构常用算法shujujiegousuanfaji

说明:数据结构算法集,不过是用英文写的,需要自己好好看的哦,-Data structure algorithms, but is written in English, the need for their own good to see Oh,
<白磷> 在 2025-05-01 上传 | 大小:148kb | 下载:0

[数据结构常用算法example

说明:这时清华大学数据结构课程的源代码,通过这些实例,相信你一定可以深入理解数据结构及算法的奥秘-Tsinghua University, the data structure when the source code of course, through these examples, I believe you will be able to thoroughly understand the data structure and alg
<王艳红> 在 2025-05-01 上传 | 大小:98kb | 下载:0

[数据结构常用算法studentsinformation

说明:数据结构课老师让我们写的一个简单的学生信息小程序,哈哈!-Teacher data structure so that we write a simple applet Student Information, ha ha!
<张远浩> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:谢尔排序法 和 归并排序法 恰当的输出中间结果-Shell sort and merge sort method appropriate to the output of intermediate results
<zhan meichen> 在 2025-05-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法algo3-1

说明:1、编写一个程序algo3-1.cpp,实现顺序栈的各种基本运算,并在此基础上设计一个主程序实现如下功能: (1)初始化栈S。 (2)判断栈S是否非空。 (3)依次进栈元素a,b,c,d,e。 (4)判断栈S是否非空。 (5)输出栈的长度。 (6)输出从栈顶到栈底的元素。 (7)输出出栈序列。 (8)判断栈S是否非空。 (9)释放栈 -1, the preparation of a
<杨雪> 在 2025-05-01 上传 | 大小:1kb | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 535.36 .37 .38 .39 .40 ... 2656 »

源码中国 www.ymcn.org