I want to make a simple password dictionary with C! Seek advice from the master

Updated on technology 2024-04-07
15 answers
  1. Anonymous users2024-02-07

    Go to ZBJWhat to send a task to the money, this kind of program is not simple to implement, and it involves very esoteric professional technology. Algorithms + Data Structures + Programming Style.

  2. Anonymous users2024-02-06

    hash it. Considering the computing power of mobile phones, the only way to speed up is to use a hash table.

    Approximate method: Use the hash function to get the special hash value of each word, and store it in the array as the subscript, and directly read the data in the corresponding subscript according to the input when searching.

  3. Anonymous users2024-02-05

    When creating a project using the VC++ development tool, select the MFC application, and there will be various buttons, input boxes, and other controls to design the software interface like building blocks.

  4. Anonymous users2024-02-04

    Save the information entered by the user to a file, read the file when you log in, and compare it with the entered information.

  5. Anonymous users2024-02-03

    You can also say that. Note: C++ is the language.

    VC++ is a programming environment. MFC is a library that contains graphical interface classes. I want to call the library in the class library in C++, you should know that.

    You can also just use the win32 system api. This is a pure C function. It is also possible to implement a graphical interface.

  6. Anonymous users2024-02-02

    This would be done if the C or Qt drag-and-drop interface would be.

  7. Anonymous users2024-02-01

    Drag a few groups, then drag the buttons static and edit, and you're done.

  8. Anonymous users2024-01-31

    Have you ever studied data structures? I've written an electronic dictionary written in a balanced binary tree, and I also add, delete, and modify words from a file, written in MFC. If you have studied data structures, you should be able to understand them.

  9. Anonymous users2024-01-30

    Since it is simple, then simple is the main thing. Design a word class according to your requirements, and then use an array to save it.

  10. Anonymous users2024-01-29

    Making a trie tree should do the trick.

  11. Anonymous users2024-01-28

    Are you sure your first program can be output...

    Your first program, scanf("%f",&x) This sentence is followed by a semicolon missing;

    After that, the output is fine, and the same as the second program will output the correct result.

  12. Anonymous users2024-01-27

    scanf before fflush(stdin);

    It could be an issue with the input buffer.

  13. Anonymous users2024-01-26

    Could it be one less; Behind the scanf of the first program.

  14. Anonymous users2024-01-25

    C++ Data Structures, Data Containers, Database SQL

  15. Anonymous users2024-01-24

    Interface design, database connection and drivers, database manipulation.

Related questions
8 answers2024-04-07

It's nonsense to say so much above. Landlord please see: pay attention to your program: printf("%d,%d",(a,b),(b,a); >>>More

3 answers2024-04-07

An inch of time is an inch of gold, and it is difficult to buy an inch of time. Why is it made? O young man! Think about it!

5 answers2024-04-07

1. First of all, define a number of reed structure student, which contains the information of the student. >>>More

11 answers2024-04-07

Insert 3 texts, 1 command

private sub form_load()= "1000" 'Blood volume. >>>More

9 answers2024-04-07

Win7 to establish a wireless wifi hotspot method.

Step 1. Start --- all programs -- attachments -- right-click command prompt -- run as administrator >>>More