资源列表

« 1 2 ... .10 .11 .12 .13 .14 1915.16 .17 .18 .19 .20 ... 2656 »

[数据结构常用算法AQueue

说明:基于数组的队列的实现,可以完成队列的基本操作,如插入,删除,查找等-It is a queue template based on an array.It can insert,cancel or seartch an element of different kind.
<drifter> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法luoxuanjuzhen

说明:本程序是用C语言,是使用递归函数写的螺旋矩阵-This procedure is used C language to write a recursive function using the spiral matrix
<徐国兵> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法LLE-and-improve

说明:LLE(局部线性嵌入)算法研究介绍的pdf,属于算法的开山之作,LLE算法基础核心。学习LLE从这篇开始。-LLE (Locally Linear Embedding) algorithm introduced in pdf, the mountains are algorithms for, LLE algorithm is based on the core. LLE learn from this start.
<陈普登> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法001

说明:缘起 《数据结构》是一门计算机专业基础课,各类计算机考试都禁不住要考它,专升本考试自然也不例外。我给学生辅导这门课程已经有几个年头了,讲稿换了几次,逐渐丰富起来。加之看到学生们埋头记笔记时辛苦的样子,就产生了写一本小册子的想法。另外,还有一层意思就是对数次辅导进行总结,以便交流之用。-Origin of " data structure" is a computer basic course, all kinds
<zixialang> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法binary-tree

说明:1) 用先序递归过程建立二叉树(存储结构:二叉链表) 输入数据按先序遍历所得序列输入,当某节点左子树或右子树为空时,输入‘*’号,如输入abc**d**e** 2) 编写递归算法,计算二叉树中叶子结点的数目。 3)按凹入表方式输出该二叉树。 -1) The process established by the first order recursive binary tree (memory structure:
<phoenix> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法LinkList

说明:这是数据结构里关于链式列表的代码实现,有兴趣可以看下-it is about link list ,if you have interest,you kan have a look.
<> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法CheXiangChongPai

说明:一个关于火车车厢重排的程序,运用到栈,并用c实现的程序,程序已经调试成功可以运行-A rearrangement of the train car program, applied to the stack, and use c implementation of the program, the program has run successfully debugging
<haiyan> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法BST

说明:排序二叉树,BST。自己写的实验内容-Sort binary tree, BST. The contents of their written test. . . .
<> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法rengelookup_list_4

说明:本人学习C语言链表时的简单使用。实现二分法的查找功能。-I learn the C language linked list is simple to use,Dichotomy of the Find feature .
<luminglong> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法dict

说明:词典小程序,用平衡二叉树构建数据结构。可以实现加载词库,查找单词,编辑单词,标记后删除单词,退出程序等功能。附一份实验报告-Dictionary,using AVL tree as its data structure. Functions:Loading word data,searching words,editing words,and deleting labeled words. appendixed with a
<周星> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法rand-program

说明:一个简单的随机数生成程序,采用c++语言,在visual c++ 6.0环境执行-A simple random number generator program, using c++ language, in visual c++ 6.0 environment to perform
<wangxiang> 在 2024-11-03 上传 | 大小:206848 | 下载:0

[数据结构常用算法Calculator

说明:用c++编写的数据结构一元多项式计算器,能计算所有的一元多项式-Write the data structure used c++ polynomial calculator can calculate all polynomial
<陈林> 在 2024-11-03 上传 | 大小:206848 | 下载:0
« 1 2 ... .10 .11 .12 .13 .14 1915.16 .17 .18 .19 .20 ... 2656 »

源码中国 www.ymcn.org