资源列表

« 1 2 ... .68 .69 .70 .71 .72 1873.74 .75 .76 .77 .78 ... 2656 »

[数据结构常用算法Operatorprecedencegrammar

说明:编译原理算符优先文法,判断输入的字符串是不是算符优先文法-Principles of operator precedence grammar compiler to determine the input string is not operator precedence grammar
<风琴> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法4a

说明:查找电话号码。可以插入并且排序-Find phone number
<沈海滨> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法yinhangjia

说明:实现了银行家算法,功能有:添加资源、删除资源、修改资源、分配资源、修改作业-Realized the bankers algorithm functions are: add resources, remove the resource, modify resources, the allocation of resources, modify operations ......
<wtg> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法City

说明:  将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-The number of towns and cities, into a single list to take the lead node. Nodes in the city information, including: City name, the city coo
<clement> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Data_struct_1

说明:数据结构课后设计题第一章 ◆1.16② 试写一算法,如果三个整数X,Y和Z 的值不是依次非递增的,则通过交换,令其为 非递增。 要求实现下列函数: void Descend(int &x, int &y, int &z) void Descend(int &x, int &y, int &z) { int temp if(x<=y){temp=x x=y y=temp
<苏文俊> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法data_struct9

说明:数据结构课后设计题第九章 9.26② 试将折半查找算法改写成递归算法。 实现下列函数: int BinSearch(SSTable s, int low, int high, KeyType k) 静态查找表的类型SSTable定义如下:-Data structure design question after class IX 9.26 ② would try to rewrite t
<W.Y.T.S> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法data_struct5

说明:数据结构课后设计题第五章 5.23② 三元组表的一种变型是,从三元组表中去掉 行下标域得到二元组表,另设一个行起始向量,其每 个分量是二元组表的一个下标值,指示该行中第一个 非零元素在二元组表中的起始位置。试编写一个算法, 由矩阵元素的下标值i,j求矩阵元素。试讨论这种方 法和三元组表相比有什么优缺点。-After-school design of data structure problems Chapt
<W.Y.T.S> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法DoubleLList

说明:双向链表的C++实现 ,数据结构的作业,希望对初学者有帮助-Doubly linked list of C++ implementation, data structures work, hope to help beginners
<hxd> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法bignumber

说明:大数计算模板加强版,此版本可以做到几乎全部的计算,包括大数取模计算。已经封装成类。可以直接定义。 -Enhanced version of the template computation of large numbers, this version can do almost all of the terms, including large numbers modulo calculation. Has been packaged
<coolbe> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法xianxingbiao

说明:数据结构线性表程序执行的命令包括 1)输入两个集合;2)程序过滤后输出两个集合3)求并集;4)求交集; 5)求差集; -line forms
<杨杨> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法zhanyuduilie

说明:栈的实现及应用 (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 队列的实现 (1)采用链式存储实现队列的初始化、入队、出队操作。 (2)采用顺序存储实现循环队列的初始化、入队、出队操作。 -zhan yu duilie
<杨杨> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法shuyuerchashu

说明:(1)输入字符序列,建立二叉链表。 (2)先序,中序,后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)对于树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。 (7)借助队列实现二叉树的层次遍历。 -shu yu er cha shu
<杨杨> 在 2024-10-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .68 .69 .70 .71 .72 1873.74 .75 .76 .77 .78 ... 2656 »

源码中国 www.ymcn.org