QuestionLet’s arrange a deck of cards. There are totally 36 cards of 4 suits(S, H, C, D) and 9 values (1, 2, … 9). For example, ‘eight of heart’ is represe……继续阅读 » 站点默认 2年前 (2020-03-28) 887浏览 1评论0个赞
QuestionWrite a program of the Selection Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following pseudocode: ……继续阅读 » 站点默认 2年前 (2020-03-28) 20065浏览 1评论0个赞
QuestionWrite a program of the Bubble Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following pseudocode: ……继续阅读 » 站点默认 2年前 (2020-03-28) 743浏览 1评论0个赞
Write a program of the Insertion Sort algorithm which sorts a sequence A in ascending order. The algorithm should be based on the following pseudocode: ……继续阅读 » 站点默认 2年前 (2020-03-28) 2010浏览 37评论0个赞
好久没写博客了,,,算了算应该有一个多月了把。话不多说,因为这次疫情,我们需要每天易班签到,我又起不来,不过还行现在以及可以12点后签到了,之前学校设置8点前都不让签到。。。。直接贴代码了。。。 #coding=utf-8from selenium import webdriverimpo……继续阅读 » 站点默认 2年前 (2020-03-05) 25449浏览 236评论9个赞