日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 编程资源 > 编程问答 >内容正文

编程问答

C Programming Language

發(fā)布時(shí)間:2023/12/2 编程问答 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 C Programming Language 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

代做module作業(yè)、代做C/C++編程設(shè)計(jì)作業(yè)、代寫(xiě)Programming Language作業(yè)、代做C/C++課程設(shè)計(jì)作業(yè)
C Programming Language
Contribution to module (weighting: 20 %)
1st Semester 2018-2019
Out: WED. 5th Dec. 2018 Due: 18:00[GMT], WED. 19th Dec. 2018
Main objective of the assignment:
Understand C programming and practice to draw a flow chart to describe
the problem and coding in C.
You are given a struct student, Table-1 and Table-2 as listed below. You are
required to finish the assignment with given information.
- Use a flow chart or another method, demonstrate the data flow;
- Explain how the structure/functions to be used;
- Program in C language;
- Output screenshot for each question;
1. You are required to finish struct student class[] = {} using Table-1.
struct student
{ int stuno; char fname[20]
char lname[20]
int age;
struct transcript;
};
Table-1. Students’ Record
stuno fname lname age
101 Keanu Reeves 21
102 Nicolas Cage 20
103 Tom Cruse 20
104 Susan Boyle 22
105 Mariah Carey 19
2. Sort the records based on student age. You are required to write an
appropriate callback function, and output without transcript
information.
3. Transcript can be accessed from Table-2. First, you need to sort
student’s records based on their scores. Then, write an appropriate
callback function, and output with transcript information.
Table-2. Transcript Information
stuno cname score
101 C Programming 41
101 English 48
102 Math 50
103 Art 43
103 C Programming 56
104 Math 64
105 C Programming 71
105 Math 63
105 Database 32
4. Calculate the average score of “C Programming” using recursive
function. Write the appropriate callback function, and output the
average score (AVG).
5. Output all “C Programming” scores with student information. To
achieve this, you need to use strcmp() function to select “C
Programming” course. You are required to add a new column as
remark(Ordinary Degree(Pass) / Lower-second Class Degree / First
Honors Degree). Switch or if statement must be used to get remark
information. Specifically,
40-44 indicate “Ordinary Degree(Pass)”;
45-49 indicate “Third Class Degree”;
50-59 indicate “Lower-second Class Degree”;
60-69 indicate “Upper-second Class Degree”
70-100 indicate “First Honors Degree”.
An example is given below:
Stuno cname score remark
101 C Programming 41
Ordinary
Degree(Pass)
101 English 48
Third Class
Degree
… … … …
Remarks:
* Solutions to all questions above need to be included one *.c file. In
addition, you are required to define a function for each question. e.g.:
main(), Q1functionname(), Q2functionname(), Q3functionname(),
Q4functionname() and Q5functionname(). Qxfunctionname() should be
given by yourself.
* The output for each question should be done in main() function.
* Do not include any Chinese characters in your assignment.
* You are required to write annotation before each function, and
annotation/description for important statements. e.g.:
/
@function function_name
@desc describe what is this function used for.
/
* List all the source code in the assignment.
* The assignment should be submitted in a .doc/.docx file, all the source
code should be included, and output screenshot should be included.
DEPARTMENT OF ELECTRONIC & COMPUTER ENGINEERING
Pro-forma to accompany assignment / coursework 2018/2019
This pro-forma should be the first page to any set assignment/coursework. A full
assignment brief should accompany this pro-forma.
Module Code: A1040040 Module
Leader: XU ZHANG Assessor: XU ZHANG
Module Title: C Programming
Assessment Title: C Programming Assignment Weighting: 20%
Main objectives of the assessment:
To introduce the students the key issues of C programming, including array, struct and
loop, etc.
Brief Description of the assessment:
Finish a student transcript management project with multi-function.
1. Sorting with score or age.
2. Implement with recursive function to calculate average score.
Learning outcomes for the assessment:
Demonstrate knowledge and understanding
(K) cognitive (thinking) skills (C) and other
skills and attributes (S)
(K) Knowledge and Understanding
Write practical C programs demonstrating
knowledge of different data types,
functions, flow control, standard input and
output library functions, array, pointer and
structure;
Design and implement multi-function C
program.
(C) Cognitive (thinking) Skills
Understand the question and implement.
Find and correct errors in the process of
writing code and reading existed code.
(S) Other Skills and Attributes
Assessment and marking criteria
- Use a flow chart or another method,
demonstrate the data flow – 25%
- Explain how the structure/functions to be
used - 25%
- Program in C language – 25%
- Output screenshot for each question – 25%
Design, compile and debug programs using
an integrated development environment.
Assessment method by which a student can demonstrate learning outcomes:
Written assignment (documentation of software) and submitted compressed programming codes
for software
Format for the assessment/coursework (Guidelines on the expected format and length
of submission):
Submission is completed via Blackboard Learn (BBL) only.
Assignment submission includes:
1. Compressed file of softwarehttp://www.6daixie.com/contents/13/2361.html
2. Documentation on implemented software (flow chat) in the form of .pdf or .doc file.
The report should NOT be included into the compressed folder.
Distribution date to students: WED, 5th Dec. 2018
Submission Deadline: 18:00[GMT], WED, 19th, Dec. 2018
Indicative Reading List:
Text Book/Standard Library of C
Further information: N/A

?

?

因?yàn)閷?zhuān)業(yè),所以值得信賴(lài)。如有需要,請(qǐng)加QQ99515681 或郵箱:99515681@qq.com?

微信:codinghelp

轉(zhuǎn)載于:https://www.cnblogs.com/ghostrrrrrrrrr/p/10098536.html

總結(jié)

以上是生活随笔為你收集整理的C Programming Language的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。