资源列表
1
- CW节约算法,经典的物流配送系统的调度算法-CW algorithm
5_9_2
- 实现一个类,包含友元函数、静态成员函数、构造函数重载的小例子-Implement a class that contains the friend functions, static member functions, constructors, overloading a small example
CPP
- 本代码中有:“包含与继承”、“虚函数与多态”、“模板”程序例子-This code are: " Include and inheritance" , " virtual functions and polymorphism," " template" program example
5_9_4
- 设计并实现平面内点类POINT。要求计算两点之间距离-Design and implementation of point-plane type POINT. Requires calculating the distance between two points
Comprehensive-basisalgorithm
- 对分治等一系列的算法有着详细的讲解,而且讲的容易懂-And a series of sub-rule algorithm with detailed explanations, easy to understand and speak
Customer-relationship_data-mining
- 客户关系管理与数据挖掘的重要书籍,数据挖掘的算法在客户关系管理中的应用-Customer relationship management and data mining of important books, data mining algorithms in customer relationship management application
prog1
- 请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN.DAT中的数据不得修改。 请勿改动主函数main和其它
49
- 给定程序MODI1.C中函数fun的功能是:计算s所指字符串中含有t所知字符串的数目,并作为函数值返回。 请改正函数fun中指定部位的错误,使它能得出正确的结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构! -MODI1.C in a given program function is a function fun: Calculation s t know referred to a string containing the number of strin
49.1
- 编写函数fun,函数的功能是:根据以下公式计算s,计算结果作为函数值返回;n通过形参传入。 s=1 + 1/(1+2) + 1/(1+2+3) +... + 1/(1+2+...+n) -Write a function fun, function is the function: according to the following formula s, calculated as a function return value n passing through the param
46
- 给定程序MODI1.C中函数fun的功能是:统计substr所指字符串在str所指字符串中出现的次数。 例如,若字符串为aaas lkaaas,子字符串为as,则应输出2. 请改正程序中的错误,使它能计算出正确的结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。-In a given program MODI1.C function fun is the function: Statistics within the meaning of the string
oosession-5
- Constructor and Destructor Functions
calculpsnr
- function for calculate PSNR