资源列表

« 1 2 ... .71 .72 .73 .74 .75 176.77 .78 .79 .80 .81 ... 2656 »

[数据结构常用算法cstring

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

[数据结构常用算法cclasspoint

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

[数据结构常用算法cclassshape

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

[数据结构常用算法mutex

说明:第一次上传,大家如果需要可以下载,谢谢大家-first upload, if we need to be downloaded, thank you
<rgb> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法set_inserctionandunionanddifference

说明:set_交并差,c-c++编译,集链表多重操作于一体-set_ pay and poor, c-c compiler, set multiple operating chain integration
<cswggod> 在 2025-01-12 上传 | 大小:174kb | 下载:0

[数据结构常用算法graycode1

说明:格雷码的代码,能选择格雷码的个数,用VB写的,界面良好-Gray code code code Gray can choose the number, written in VB, good interface
<skyw> 在 2025-01-12 上传 | 大小:53kb | 下载:0

[数据结构常用算法mmc(skyw)

说明:用VC写的模拟内存分配管理的代码,经测试运行完全正确-VC write memory allocation management simulation code, the test run entirely correct
<skyw> 在 2025-01-12 上传 | 大小:200kb | 下载:0

[数据结构常用算法cghost

说明:C语言常用算法源代码,数据结构原理实现, 对学习应用有参考价值。-C language source code commonly used algorithms and data structures to achieve the principle of learning about the application of a reference value.
<irow> 在 2025-01-12 上传 | 大小:270kb | 下载:0

[数据结构常用算法TLink

说明:精心链表操作,对单向双向的链表操用实例,精当-carefully chain operation, a one-way pairs two-way linked list speaks examples of elder
<张龙萍> 在 2025-01-12 上传 | 大小:2kb | 下载:0

[数据结构常用算法paixu_c

说明:多种排序方法的c实现和查找。入门看看还可以-various methods of sorting and searching c achieve. Portal can also see
<江汉> 在 2025-01-12 上传 | 大小:11kb | 下载:0

[数据结构常用算法AnExampleOfHuffman

说明:一个有关HUFFMAN算法的演示 其中还有一些基于HUFFMAN的压缩-an algorithm for the presentation of which some compression on Speed HUFFMAN
<徐欣民> 在 2025-01-12 上传 | 大小:115kb | 下载:0

[数据结构常用算法recursion_mathod_to_solve_combination_and_all_perm

说明:简单的全排列与组合问题的递归解法,数据结构与算法中较基础的问题-simple combination with the full array of recursive method, data structure and algorithm based on the issues than
<sherry> 在 2025-01-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 176.77 .78 .79 .80 .81 ... 2656 »

源码中国 www.ymcn.org