首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
CPT106编程语言讲解、C++程序辅导、讲解Programming编程 辅导Web开发|调试Matlab程序
项目预算:
开发周期:
发布时间:
要求地区:
CPT106 Assessment 3
1
CPT106 C++ Programming and Software Engineering II
Assessment 3
Assessment Number 3
Contribution to Overall Marks 35%
Release Date Tuesday, 20-April-2021, 23:59
Submission Deadline Wednesday, 5-May-2021, 23:59
How the work should be submitted?
SOFT COPY ONLY !
(This is an INDIVIDUAL WORK and MUST be submitted through Learning Mall so that the
TAs can run your programs during marking.)
1. Make sure your name and ID are printed on the cover page of your report.
2. A short report named with your student ID number with up to a few pages in PDF
format should be submitted to Learning Mall.
3. C++ source code files for all questions should be zipped into a single file named
with your student ID number and submitted to Learning Mall.
4. The report and zipped source code file should be submitted separately to two
different submission boxes on Learning Mall.
5. Late Submission Policy: 5% of the total marks available for the assessment shall be
deducted from the assessment mark for each working day after the submission date,
up to a maximum of five working days.
Assessment Overview
This assessment aims at testing some basic concepts of C++ programming and initiates the routine of
code development using the software development process (SDP). The report should include five main
steps (step 1-5 below) of the software development process, and the marking criteria is as follows:
1. Problem statement: formulate the problem. (10 marks)
2. Analysis: determine the inputs, outputs, variables, classes, class relationships, etc. (10 marks)
3. Design: use flow chart or UML activity diagram to define the main steps (the algorithm) needed
to solve the problem. (10 marks)
4. Implementation: the C++ code hasto be submitted as a zipped file. Just indicate here the name of
the file.(40 marks, further divided in page 3)
5. Testing: explain how you have tested and verified your C++ program and include some sample
runs of your C++ Programs. Testing result must be shown by screenshot and included in your
report. (20 marks)
6. The overall quality of report, including structure, writing, etc. (10 marks)
CPT106 Assessment 3
2
Line fitting algorithms
Given a set of x,y data points, it is often necessary to automatically calculate an equation
which gives the best fit line through the data. This type of analysis is known as line fitting
or regression analysis.
The mathematical basis behind line fitting is quite straightforward. You have a set of data
points represented by (x1,y1), (x2,y2) ..... (xn, yn). You want an equation which represents
this data, the exact type of equation will depend on the way in which the data varies. Given
any mathematical relationship between x and y it should be possible to generate a line
fitting algorithm. The line fitting algorithm is described below.
Straight line
The equation for a straight line is: y = ax + b. Suppose that we have n points of (x,y) values
from the text file, the values of a and b for the best fit line that is the best approximation of
the given set of data points can be obtained from the following equation:
Distance
The distance from a point P(x,y) to the line ax+by+c=0 is the length of the perpendicular
line from the point P to the line:
Distance =
|ax+by+c|
√𝑎2+𝑏
2
where (x,y) is the coordinate value for point P.
Standard error of distance for all the points: SE=√
∑ (𝑥𝑖−𝑥̅)
𝑛 2
𝑖=1
𝑛−1
Where 𝑥̅is the mean distance of all points, 𝑥𝑖
is the distance of Point Pi , n is the number of all
points.
CPT106 Assessment 3
3
Please complete the assessment according to the following steps: (40 marks)
1. Create a file operation class “FileOp” with functions as follows: (12 marks, 3 marks per question)
a) It can allow users to input points from the keyboard and save these points into a text file.
b) It can read points from the text file.
c) It can delete a point from the text file.
d) It can check if a point is in the text file.
2. Create a class “LineFitting” with functions as follows: (15 marks, 3 marks per question)
a) It can calculate the parameters of a, b and c for the best fit line ax+by+c=0.
b) It can calculate the distance between each point in your file and the best fit line.
c) It can find the best point from the file, which is not in the best fit line but has the minimal
distance compared to other points.
d) It can find the worst point from the file, which has the maximal distance compared to other
points.
e) It can calculate the standard error of distance for all the points.
3. Create a main method in you program to achieve follow functions: (13 marks)
a) Create a main method. (1 mark)
b) Create a text file using the “FileOp” class with some points. (2 marks)
c) Print out the equation of the best fit line (e.g. 3x+2y+3=0). (2 marks)
d) Ask the user to input a point and print out whether the point is in the text file or not, if it is
in the file then print out its position. (2 marks)
e) Print out the worst point that has a maximal distance to the best fit line in all the points. (2
marks)
f) Print out the standard error for all the points. (2 marks)
g) Ask user to input a point and delete it from the file if the point exists in the text file. (2 marks)
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!