CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - trunk.e
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - trunk.e - List
[
Data structs
]
trunk
DL : 0
这个程序主要是实现检查是否抄袭作业,它可以打开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
Update
: 2025-02-17
Size
: 199kb
Publisher
:
tangjunjie
[
Linux-Unix
]
e-foto-trunk.tar
DL : 0
qt做界面的摄影测量学软件,来自sourceforge-qt ui photogrammetry software from sourceforge
Update
: 2025-02-17
Size
: 236kb
Publisher
:
陈建华
[
ELanguage
]
fs_sup_fcbf
DL : 0
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
Update
: 2025-02-17
Size
: 1kb
Publisher
:
alaa
[
Other
]
箱子
DL : 0
按以下给出的类框架描述和要求建立一个类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.)
Update
: 2025-02-17
Size
: 245kb
Publisher
:
小,
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.