Please help me make up a small program, thank you very much!

Updated on society 2024-04-02
10 answers
  1. Anonymous users2024-02-07

    The question is how do you detect events.

  2. Anonymous users2024-02-06

    It's so simple, it's all with examples, and it's copied from it.

  3. Anonymous users2024-02-05

    private sub command1_click()

    on error goto err_exit

    dim n1 as long, n2 as long, x as long, y as long

    dim t as double

    n1 = clng( 'The total number of feet.

    if n1 <= 0 or n1 mod 2 <>0 then goto err_exit

    n2 = clng( 'The number of animals.

    if n2 <= 0 or n1 < 2 * n2 then goto err_exit

    t = (n1 - 2 * n2) / 2 'The number of rabbits.

    x = (n1 - 2 * n2) \2 'The number of rabbits.

    if t <>x or x > n2 or x < 0 then goto err_exit

    y = n2 - x 'The number of chickens.

    There are rabbits" & x & "Only, chickens" & y & "only"

    exit sub

    err_exit:

    msgbox "1. The number of feet must be even and not less than 2 times the number of animals" & vbcrlf & "2. There is no solution to the input quantity"

    end sub

    Please drag three text boxes and one button into the interface.

  4. Anonymous users2024-02-04

    'Suppose there are 5 ** in the root directory of the e-drive, and the name is.

    Add image1, command1, and command2'I don't understand that you can pm

    dim n as integer

    private sub command1_click()if n > 1 then

    n = n - 1

    end if

    end sub

    private sub command2_click()if n < 5 then

    n = n + 1

    end if

    end sub

    private sub form_load()randomize

    n = int(rnd * 5 + 1)

    end sub

  5. Anonymous users2024-02-03

    Hello subject,CF has Tencent's TP protection mechanism (there is a TP progress bar in the lower right corner of the stool when the runner is running, the subject can take a look),It will block the analog key functions including KeyEvent,And there is monitoring and prevention of driver process injection (so the subject can see that those plug-ins need to be updated every day or even updated several times a day to avoid killing)。

    Also, what does module level mean?

    It is very difficult to write the bottom layer of vb, so it is recommended that the subject use c c++ to write his own no-kill driver, and then use the thick hand vb to call.

  6. Anonymous users2024-02-02

    Can I say that the answer is x<=5 instead of x>=3 &&x<=5.

  7. Anonymous users2024-02-01

    I'll start by asking if everyone's name and grades are stored in the program or in an external file such as Access or Excel.

  8. Anonymous users2024-01-31

    Set up a three-layer loop. The sum of the face values is sum, the number of methods is num, and the number of sheets of 1, 2, and 5 is saved with the string array s.

    num=0for i=0 to 20

    for j=0 to 20-i

    for k=0 to 20-i-j

    sum=i+j*2+k*5

    if sum=60 then

    num=num+1

    s(num)=str(i)+"Zhang 1 yuan"+str(j)+"2 yuan per sheet"+str(k)+"$5 per sheet"i, j, and k represent the number of sheets of the yuan, and the number of sheets of each method is stored as a string.

    end if

    next k,j,i

    It's as simple as that.

  9. Anonymous users2024-01-30

    'Let's start with the calculation formula.

    x+2y+5z=60

    x+y+z=20

    private sub form_load()dim x, y, z

    for x = 1 to 20

    for y = 1 to 20

    for z = 1 to 20

    if x + 2 * y + 5 * z = 60 and (x + y + z) = 20 then print x, y, z

    next z

    next y

    next x

    end sub

  10. Anonymous users2024-01-29

    This is easy, take advantage of the fast computing speed of the computer, and perform a combination operation with a little constraint.

    Let's start with the calculation formula.

    private sub form_load()dim x, y, z

    for x = 1 to 18

    for y = 1 to 19-x

    z = 20-x-y

    if x + 2 * y + 5 * z = 60 then print x, y, z

    next y

    next x

    end sub

Related questions
11 answers2024-04-02

One. Calculation [have a process].

8 and 3/8 - 2/5 >>>More

12 answers2024-04-02

Personally, I don't think it's realistic to use a pressure cooker, one is that this pressure cooker requires a lot of pressure, and the other is that it's too dangerous. >>>More

4 answers2024-04-02

Now there is nothing compatible with the computer, as long as the pin of the CPU is suitable, the corresponding motherboard can run stably. I really don't understand why I need two SSDs? A 512G solid-state plus a 2TB hard disk is not enough for you? >>>More

22 answers2024-04-02

There should be a hidden condition in the question, and there should be exactly one tree in each corner. >>>More

11 answers2024-04-02

First of all, after booting up, press a certain piece, generally the boot will be displayed, select the boot boot address, or you enter the BIOS to change to boot from the optical drive first. Put the disk into the optical drive and reboot,That's it,Follow the prompts,Install it will let you format the C disk,Then the system can be installed on the C disk,Only the things of the C disk will be deleted,So be sure to do a good job of the C disk backup before installation。 >>>More