资源列表

« 1 2 ... .73 .74 .75 .76 .77 2478.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法BinaryTree111

说明:用C++写的寻找公共祖先,实现树的先序后序中序层次遍历,内有实验报告可以参阅。-C wrote for the public ancestors, the first realization of the tree sequence after sequence traversal sequence level, there are experimental report can be found.
<caohan12> 在 2024-11-06 上传 | 大小:493568 | 下载:0

[数据结构常用算法DS123

说明:用C语言实现动态表的源程序,包括各种必须的方法-C language movements of the source, including all necessary means
<管江淮> 在 2024-11-06 上传 | 大小:12288 | 下载:0

[数据结构常用算法LinkedLista

说明:此为初步实现,简单直观,可在此基础上增强功能。-preliminary achieve this, simple, and the basis of this enhanced functionality.
<> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法ConvertFile

说明:有关文件操作以及字符串选择的代码,从文件中截取//和/* 和*/之间的代码。-the string and file manipulation choice of code from the paper interception// and/* and*/between code.
<林逸> 在 2024-11-06 上传 | 大小:753664 | 下载:0

[数据结构常用算法Guo_He

说明:通过数组,指针和图形进行逻辑判断! 通过键盘操作,图形界面的小程序。-through the array, pointer and graphics logical judgment! Keyboard operation, a graphical interface small procedures.
<杨立国> 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法mwm

说明:一种多模串匹配算法,可以加快模式串匹配的速度-a multi-string matching algorithm, can speed up the pattern matching speed
<haifeng> 在 2024-11-06 上传 | 大小:15360 | 下载:0

[数据结构常用算法ComplexClass

说明:将数学运算中的复数运算抽象为C++类的源代码-of arithmetic operation of complex abstract as category C source code
<hybbj> 在 2024-11-06 上传 | 大小:6144 | 下载:0

[数据结构常用算法cmoban

说明:参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数-reference stack class template examples of the prep
<gongwen> 在 2024-11-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法cstring

说明:定义一个字符串类String,其私有成员为一个字符串指针。设计构造函数,拷贝构造函数,析构函数,设置新值函数Set, 打印成员值函数Print。借助此String类,将操作符"=="、">"、"<"的重载函数设置为String类的成员函数,实现对操作符"=="、">"、"<"的重载,使之能直接比较两个String类类型的字符串的大小,设计各种情况调用此三个重载操作符。-definition of a string type String
<gongwen> 在 2024-11-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法cclasspoint

说明:首先定义一个点类Point,其私有成员为其坐标X,Y。设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print。再定义一个线类Line,线类是在公有继承点类的基础上,新增私有成员斜率S,并设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print以及其它你认为对访问此Line类对象有用的成员函数。
<gongwen> 在 2024-11-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法cclassshape

说明: 声明一个基类Shape(点), 在此基础上派生出Rectangle(长方形)和Circle(圆),这三个类都有GetArea()函数计算对象的面积,构造函数,析构函数等有关函数。再使用Rectangle类创建一个派生类Square(正方形)。并设计创建各种类的对象,调用所有函数。设计函数f(Shape &a)能对不同对象的实参调用计算打印出对象的面积。 -statement a base class Shape (points)
<gongwen> 在 2024-11-06 上传 | 大小:4096 | 下载:0

[数据结构常用算法mutex

说明:第一次上传,大家如果需要可以下载,谢谢大家-first upload, if we need to be downloaded, thank you
<rgb> 在 2024-11-06 上传 | 大小:1024 | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 2478.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org