Welcome![Sign In][Sign Up]
Location:
Search - trunk.e

Search list

[Data structstrunk

Description: 这个程序主要是实现检查是否抄袭作业,它可以打开txt格式的文件,然后检查在所有存的文件中是否有雷同的,用了命令行参数和数据结构算法,很适合学习c++人做参考-This program is mainly to achieve check copying operation, it can open the txt file format, and then check whether all documents are kept identical, with the command line parameters and data structure algorithms, well suited to learning c++ People to do reference
Platform: | Size: 203776 | Author: tangjunjie | Hits:

[Linux-Unixe-foto-trunk.tar

Description: qt做界面的摄影测量学软件,来自sourceforge-qt ui photogrammetry software from sourceforge
Platform: | Size: 241664 | Author: 陈建华 | Hits:

[ELanguagefs_sup_fcbf

Description: Using Weka s feature selection algorithm X, the features on current trunk, each colum is a feature vector on all instances, and each row is a part of the instance Y, the label of instances, in single column form: 1 2 3 4 5 ... a.E = weka.attributeSelection.SymmetricalUncertAttributeSetEval a.S = weka.attributeSelection.FCBFSearch -D false -T -1.7976931348623157E308 -N -1- Using Weka s feature selection algorithm X, the features on current trunk, each colum is a feature vector on all instances, and each row is a part of the instance Y, the label of instances, in single column form: 1 2 3 4 5 ... a.E = weka.attributeSelection.SymmetricalUncertAttributeSetEval a.S = weka.attributeSelection.FCBFSearch -D false -T -1.7976931348623157E308 -N -1
Platform: | Size: 1024 | Author: alaa | Hits:

[Other箱子

Description: 按以下给出的类框架描述和要求建立一个类Trunk,并按要求完成测试。 class Trunk { float edge; //正方形箱子底边长 float high; //箱子高 char color; //颜色(允许的取值:'G'、'P'、'Y') int quantity; //数量 char *use; //用途(如:纸箱、行李箱、计算机箱) public: Trunk (float e=1, float h=1,char c='Y',int a=1, char *u=NULL); Trunk (Trunk &b); ~ Trunk (); //析构函数,释放分配的内存 float cubage ( ); //计算一个箱子的容积(底面积乘高) void setuse(char *s) ; //用s值修改箱子用途 void display(); //输出箱子信息(各数据成员的值) bool operator ==( Trunk &); //判断2个箱子是否相同(底边长、箱子高和颜色相同则返回true,否则返回false)。 …… } 测试数据: 对象A:3.2, 4.5, 'R', 30, "纸箱" 对象B:2.5, 4.6, 'W', 50, "行李箱" 对象C:由对象A拷贝生成。 对象D:初值为缺省值。(Create a class Trunk as described and required by the following class framework description and requirements and complete the tests as required.)
Platform: | Size: 250880 | Author: 小, | Hits:

CodeBus www.codebus.net