Giter Club home page Giter Club logo

tongji-university_visual-basic.net's Introduction

vb入门 homework backup for self-use

tongji-university_visual-basic.net's People

Contributors

rpanabfre avatar

Watchers

 avatar

tongji-university_visual-basic.net's Issues

5-2出现问题(已解决)

当c>a>b时排序出现问题,显示b>a

排查一番之后终于搞清楚问题出在哪了……

if语句最后一种情况else那里(也就是c为最大值时)

下隶选择枝,我复制的时候没仔细检查,直接复制了第二种情况的选择枝,结果就是:

`
……

Else
Dim max1$ = Str(c)
If b > c Then ‘啊啊啊啊就是这里,直接复制结果忘审核了。把这里写成a>b就没问题了
Dim mid2$ = Str(a)
Dim min3$ = Str(b)
Label2.Text = max1 & " >" & mid2 & " >" & min3
Else
Dim mid2$ = Str(b)
Dim min3$ = Str(a)
Label2.Text = max1 & " >" & mid2 & " >" & min3
End If
End If

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.