资源列表

« 1 2 ... .02 .03 .04 .05 .06 2007.08 .09 .10 .11 .12 ... 2656 »

[数据结构常用算法update-and-delete

说明:用链表实现对数据的增查删改,可以把记录保存到文件数据库中-Achieved with the list of data deletion by check, the file can be saved to the database record
<王凯> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法expression

说明:数据结构中输入表达式,求解答案的算法程序-Enter the expression data structures, algorithms for solving the answer program
<fengwuyu> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法yunsuan

说明: 大整数 四则运算 质量不错 源码 文档都有的-Large Integer Arithmetic of good quality are the source documents
<孟一平> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法chazhao

说明:数据结构 C++ 查找代码 输入所有,输入要查找的,不对会报错,正确会查找-Find Data Structures C++ code to enter all the input you want to find, and do not be an error, the right looks
<wangmingmin> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法insertSort

说明:插入排序法的应用。插入排序是基本元素排序的简单应用;循行时间取决于元素的比较和交换。-Application of Insertion Sort. Insertion sort is the sort of simple application of the basic elements through the line depends on the elements of comparison and exchange.
<Anhui Huang> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法Prim

说明:这是一个图论问题中最小生成树的一种构造算法。 按普里姆算法构造最小生成树的过程为:在所有“其一个顶点已经落在生成树上,而另一个顶点尚未落在生成树上”的边中取一条权值为最小的边,逐条加在生成树上,直至生成树中含有 n-1条边为止。 -This is a problem in graph theory, a minimum spanning tree construction algorithm. Primm constructe
<AKTE> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法datastru

说明:数据结构 学生管理系统,完成简单的学生管理操作,主要是哈希表的利用与实现,-data structure .student manage system.
<Stefan> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法3_7

说明:实现带头结点的单链表的建立、求长度,取元素、修改元素、插入、删除等单链表的基本操作。 基本要求 (1)依次从键盘读入数据,建立带头结点的单链表; (2)输出单链表中的数据元素 (3)求单链表的长度; (4)根据指定条件能够取元素和修改元素; (5)实现在指定位置插入和删除元素的功能。 -wo bu hui yingyu a
<宁宁> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法paking

说明:设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的在最北端),若停车场内已经停满n辆车,那么后来的车只能在场外等候,一旦有车开走,则等候在第一位的车即可开入(这是一个队列);当停车场内某辆车需要开出,则在它之后的车辆必须给它让道,当这辆车驶出停车场后,其他车辆按序入栈。每辆车按时间收费。-The parking lot is a narr
<yao> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法hough

说明:Hough convert 基于Hough变换的简单形状检测-Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert
<Brooks> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法Integration

说明:使用变步长梯形法和Romberg积分法实现1到3上分别对e^x和1/x的积分-Trapezoidal method using variable step size and Romberg integration method to achieve 1-3 respectively for e ^ x and 1/x is integral
<Martin Chou> 在 2024-11-01 上传 | 大小:257024 | 下载:0

[数据结构常用算法Employee

说明:线性链表,某软件公司大约有30名员工,每名员工有姓名、工号、职务等属性,每年都有员工离职和入职。 把所有员工按照顺序存储结构建立一个线性表,建立离职和入职函数,当有员工离职或入职时,修改线性表,并且打印最新的员工名单。 -Linear list, a software company about 30 employees, each employee has a name, job number, position and ot
<刘婷> 在 2024-11-01 上传 | 大小:257024 | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 2007.08 .09 .10 .11 .12 ... 2656 »

源码中国 www.ymcn.org