導航:首頁 > 編程語言 > 怎麼用編程查成績

怎麼用編程查成績

發布時間:2023-09-08 00:45:07

『壹』 如何用python編程做一個迷你成績查詢器

python的cmd模塊為命令行應用提供了強大的支持:

#!/usr/bin/envpython
#coding:utf-8


fromcmdimportCmd


classDegree(Cmd):

STUDENTS={}

defdo_enter(self,cmdln):
"""Enterastudent';"""
ln=cmdlnorraw_input("EnterStudent'snameanddegree:")
student,degree=ln.split("")
self.STUDENTS[student]=int(degree)

defdo_delete(self,cmdln):
"""Enterastudent'snamefordelete;"""
student=cmdlnorraw_input("EnterStudent'snamefordelete:")
ifstudentinself.STUDENTS:
delself.STUDENTS[student]

defdo_list(self,cmdln):
"""ListStudentsName-Degree;"""
forstudent,degreeinsorted(self.STUDENTS.items()):
printstudent,degree

defdo_compute(self,cmdln):
"""Computedegrees'averangedata;"""
avg=sum(self.STUDENTS.values())/len(self.STUDENTS)
print"Avg:{avg}".format(avg=avg)

defdo_quit(self,cmdln):
"""Leavethsapplication."""
return1


if__name__=="__main__":
degreemgr=Degree()
degreemgr.cmdloop()

"""
help
tim@crunchbangtime:~/workspace/$pythonqa_cmd.py
(Cmd)?

Documentedcommands(typehelp<topic>):
========================================


(Cmd)?enter
Enterastudent';
(Cmd)helplist
ListStudentsName-Degree;
(Cmd)
(Cmd)enterTim93
(Cmd)enterBruce38
(Cmd)enter
EnterStudent'snameanddegree:Bruce88
(Cmd)enterHans89
(Cmd)enterBill94
(Cmd)
(Cmd)list
Bill94
Bruce88
Hans89
Tim93
(Cmd)deleteBill
(Cmd)list
Bruce88
Hans89
Tim93
(Cmd)compute
Avg:90
(Cmd)quit
tim@crunchbangtime:~/workspace/$
"""

『貳』 如何製作一個簡單的查詢成績的網頁

你的需求用易查分就可以搞定,操作步驟也很簡單,你只需要把查詢內容做成excel電子表格,上傳到易查分,然後根據任務向導,完成各個向導的內容,就可以生成你想要的查詢網頁;具體操作步驟如下:

第1步:您需要注冊易查分賬號,登錄後點擊首頁的「新建坦猜絕查詢」進入查詢任務創建向導;



希望以上內容能夠幫到你,如在操作過程中有不懂的地方,歡迎向我提問哈!

閱讀全文

與怎麼用編程查成績相關的資料

熱點內容
游戲源碼搭建一條龍 瀏覽:192
宋金pdf 瀏覽:807
伺服器為什麼需要內存池 瀏覽:526
php與jquery開發實例 瀏覽:289
編程大世界故事漫畫 瀏覽:983
北漂程序員出車禍 瀏覽:914
亞馬遜為什麼用雲端伺服器 瀏覽:65
程序員審核職位 瀏覽:385
德龍空調壓縮機 瀏覽:780
紅旗app如何注冊新賬戶 瀏覽:360
慣導pdf 瀏覽:606
c程序員的平均工資 瀏覽:58
微小店源碼 瀏覽:801
編譯原理答題題庫 瀏覽:169
ubuntu編程入門 瀏覽:301
antbuild命令 瀏覽:771
怎麼訂閱伺服器 瀏覽:593
視頻專用加密器哪個好用 瀏覽:295
app無法使用網路哪裡設置 瀏覽:847
紅旗linux怎麼安裝 瀏覽:136