资源列表

« 1 2 ... .41 .42 .43 .44 .45 346.47 .48 .49 .50 .51 ... 653 »

[控制台(字符窗口)编程ch08_02

说明:已知一个有理数类Zrf_Ratio,实现如下的操作符重载形式:   friend zrf_Ratio operator-(const zrf_Ratio&)   friend zrf_Ratio operator+(const zrf_Ratio&, const zrf_Ratio&)   friend zrf_Ratio operator-(const zrf_Ratio&, const zrf_Ratio&)
<王石> 在 2024-09-21 上传 | 大小:4981760 | 下载:1

[控制台(字符窗口)编程ch08_08

说明:声明一个抽象类Med作为基类,其中仅包含一个string 类型数据成员title(名称)和两个纯虚函数print()和id()。然后派生出Book类,CD类和Mag类。在Book类中,包含3个string类型数据成员 author(作者), pub(出版者), isbn(书号)和函数成员print()和id()。在CD类中,包含3个string类型数据成员composer(制作者), make(介质形式), number(编号)和函数成
<王石> 在 2024-09-21 上传 | 大小:5154816 | 下载:2

[控制台(字符窗口)编程ChessBoard

说明:算法设计中的棋盘覆盖 输出覆盖后的矩阵-The chessboard coverage algorithm design output coverage matrix
<姚益民> 在 2024-09-21 上传 | 大小:261120 | 下载:0

[控制台(字符窗口)编程Select

说明:选出数组中第k小元素 给定一个随机数组 用分治法-Elect the k-th smallest element in the array is given a random array of divide and conquer
<姚益民> 在 2024-09-21 上传 | 大小:268288 | 下载:0

[控制台(字符窗口)编程MatrixChain

说明:给定数量的矩阵相乘 给出矩阵计算乘法的最小次数 并给出分割点-A given number of matrix multiplied to give the minimum number of times of the multiplication of the matrix calculation and gives the split point
<姚益民> 在 2024-09-21 上传 | 大小:262144 | 下载:0

[控制台(字符窗口)编程test

说明:采用C++实现了KMP算法,易于理解实现-KMP algorithm
<箫筱沐羽> 在 2024-09-21 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程polynomial

说明:主要用C++实现了数据结构中的多项式,可以进行加减乘除计算-Mainly implemented in C++ polynomial data structure can be addition, subtraction, multiplication and division calculation
<箫筱沐羽> 在 2024-09-21 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程changefont

说明:Change standard fonts on windows console.
<npravdin> 在 2024-09-21 上传 | 大小:60416 | 下载:0

[控制台(字符窗口)编程CPP-Coding-Standards-101-Rules

说明:这是一本介绍c++编程规范的书,很好很强大。-This is a the introduction c++ programming specifications book, very very strong.
<马鹏程> 在 2024-09-21 上传 | 大小:514048 | 下载:0

[控制台(字符窗口)编程course_arrangement

说明:使用c++实现的简单的控制台程序,实现通过读入课程文件按照既定规则排课的功能-C++ achieve simple console program to realize the function by reading into the curriculum documents in accordance with established rules Timetable
<Juno> 在 2024-09-21 上传 | 大小:1388544 | 下载:0

[控制台(字符窗口)编程AVLtree1

说明:这是正确的AVLTree的代码,实现了二叉树的遍历,可以正确执行-This is the the a correct AVLTree code, binary tree traversal can be performed correctly
<anli> 在 2024-09-21 上传 | 大小:27648 | 下载:0

[控制台(字符窗口)编程txl

说明:一个带有密码输入功能的简单通信录,有不完善的地方!-Password input function with a simple address book imperfections!
<王贺强> 在 2024-09-21 上传 | 大小:32768 | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 346.47 .48 .49 .50 .51 ... 653 »

源码中国 www.ymcn.org