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

怎麼用編程查成績

發布時間: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步:您需要注冊易查分賬號,登錄後點擊首頁的「新建坦猜絕查詢」進入查詢任務創建向導;



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

閱讀全文

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

熱點內容
資料庫查詢系統源碼 瀏覽:611
php5314 瀏覽:350
完美國際安裝到哪個文件夾 瀏覽:663
什麼app可以掃一掃做題 瀏覽:534
程序員編碼論壇 瀏覽:917
淘點是什麼app 瀏覽:654
中國高等植物pdf 瀏覽:447
51單片機時間 瀏覽:175
後台如何獲取伺服器ip 瀏覽:260
單片機流水燈程序c語言 瀏覽:227
程序員第二職業掙錢 瀏覽:234
運行里怎麼輸入伺服器路徑 瀏覽:833
pythonstepwise 瀏覽:502
劉一男詞彙速記指南pdf 瀏覽:56
php認證級別 瀏覽:361
方舟編譯啥時候推送 瀏覽:1003
php手機驗證碼生成 瀏覽:668
哲學思維pdf 瀏覽:9
凌達壓縮機有限公司招聘 瀏覽:527
weblogic命令部署 瀏覽:30