资源列表
imagelib
- 第一次上传,大家如果需要可以下载,谢谢大家-first upload, if we need to be downloaded, thank you
mutex
- 第一次上传,大家如果需要可以下载,谢谢大家-first upload, if we need to be downloaded, thank you
cclassshape
- 声明一个基类Shape(点), 在此基础上派生出Rectangle(长方形)和Circle(圆),这三个类都有GetArea()函数计算对象的面积,构造函数,析构函数等有关函数。再使用Rectangle类创建一个派生类Square(正方形)。并设计创建各种类的对象,调用所有函数。设计函数f(Shape &a)能对不同对象的实参调用计算打印出对象的面积。 -statement a base class Shape (points) On this basis -- for Rectangle
cclasspoint
- 首先定义一个点类Point,其私有成员为其坐标X,Y。设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print。再定义一个线类Line,线类是在公有继承点类的基础上,新增私有成员斜率S,并设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print以及其它你认为对访问此Line类对象有用的成员函数。并用此Line类定义对象,调用所有成员函数。尤其是考察构造函
cstring
- 定义一个字符串类String,其私有成员为一个字符串指针。设计构造函数,拷贝构造函数,析构函数,设置新值函数Set, 打印成员值函数Print。借助此String类,将操作符"=="、">"、"<"的重载函数设置为String类的成员函数,实现对操作符"=="、">"、"<"的重载,使之能直接比较两个String类类型的字符串的大小,设计各种情况调用此三个重载操作符。-definition of a string type String, its private members as a str
cyuanchengxu
- 函数模板T max(T a, T b, T c),使之实现对任何类型数,能从三个数中求出最大数返回。设计各种类型数据(char,short,long,float,double)调用此函数模板。-function template T max (T a, b T, T c), to enable it to achieve any of several types, a few were from the three sought to return to the greatest number.
cmoban
- 参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数-reference stack class template examples of the preparation of a class template cl
bessel-source
- BESSEL PROGRAMS IN C/C-Loaded PROGRAMS IN C / C
jisuanlianggeshuxiangchu
- 算两个整数相除,可以算到小数点后无穷位.用的是数组.可以看一下-count two integer eliminate, to be counted after the decimal point infinite spaces. Use the array. Can look at the
reverse_matrix
- 这是一个求矩阵的逆矩阵快速算法的c语言代码,非常好用,你可以将其封装成动态库用,也可以直接用-This is a matrix for the rapid inverse matrix algorithm c language code and very handy, You can be as dynamic Packaging library, can be directly used
C-ANN-sourceCode
- C语言神经网络源码 数种神经网络的C语言实现,要阅读该文章,您首先得熟悉ANN的学习算法,,否则您是读不懂这些代码的。本代码仅供学习研究之用,不得用于任何商业目的!谢谢! -neural network C language source code in several neural network in C language, to read the article, you must first be familiar with ANN learning algorithm, oth
YangBen
- 关于傅立叶变换的matlab源代码,再次拿出仅供讨论,望大家提出意见,以便改正。-on Fourier Transform Matlab source code, a renewed for discussion, we hope comment to correct.