The programming language uses C language to see the "meteor shower". It is said that making a wish to a meteor will have good luck

The programming language uses C language to see the "meteor shower". It is said that making a wish to a meteor will have good luck order   No matter how bright a meteor is, it will flash by. Hi! This is the fox~~ Yes, I'm here again. Last time“ Fireworks ”Have you learned the confession program? This time, I'll gi ...

Posted by robembra on Mon, 22 Nov 2021 22:12:13 -0800

Programming language C / C + +_ wcsupr_ S function - unicode string lowercase to uppercase - Introduction to zero basics of C language

Programming language C / C + +_ wcsupr_ S function - unicode string lowercase to uppercase - Introduction to zero basics of C language catalogue I_ wcsupr_ Introduction to s functionII_ wcsupr_s function practice3, Attention problem3, Guess you like it Zero foundation C/C + + learning route recommendation:   C/C + + Learning directory ...

Posted by DapperDanMan on Mon, 22 Nov 2021 22:03:55 -0800

Prim algorithm solves the minimum spanning tree (solves the road repair problem)

1, What is Prim algorithm         The process of finding the minimum spanning tree by prim algorithm adopts the idea of greedy algorithm. For a connected network with N vertices, PRIM algorithm finds an edge with the smallest weight from the connected network every time. This operation is repeated N-1 times. The spanning tr ...

Posted by Hafkas on Mon, 22 Nov 2021 15:48:24 -0800

BFS record path (learning record)

After learning BFS some time ago, I was very happy to find that oj had some problems to do! But the recording path baffled me again. Hurry to learn. This article is a review of BFS and its recording path methods. Let's take an example: 1086 maze problem    1220 Look for homework   1654 Treasure House Take 1654 as an example: 1654 Treasure H ...

Posted by shoombooltala on Mon, 22 Nov 2021 13:08:12 -0800

Naive Bayes

1, Bayes theorem 1. Introduction           Bayesian theory is named after Thomas Bayes, A theologian in the 18th century. Generally, the probability of event A under the condition of event B (occurrence) is different from that of event B under the condition of event A (occurrence); However, there i ...

Posted by Chronos on Mon, 22 Nov 2021 11:12:19 -0800

Summary of looking for "single dog"

Looking for "single dog" programming problem summary The single dog problem is to find the number that only appears once in the array. Others are one-to-one pairs (the number has appeared twice in the array), and only it is a person (there is only one in the array). It is particularly eye-catching like the "single dog". How ...

Posted by Spaceboy on Mon, 22 Nov 2021 08:49:41 -0800

Bayesian classification preview report with minimum error rate

1, Experimental purpose This experiment aims to let students have a preliminary understanding of pattern recognition and have a deep understanding of Bayesian classification algorithm according to their own design 2, Experimental principle 1. Bayesian classification algorithm         Bayesian classification algorithm is a ...

Posted by expertis on Sun, 21 Nov 2021 23:51:30 -0800

leetcode lecture on algorithm interview in Dachang 3. Dynamic programming

leetcode lecture on algorithm interview in Dachang 3. Dynamic programming Video tutorial (efficient learning): Click to learn catalog: 1. Introduction 2. Time and space complexity 3. Dynamic planning 4. Greed 5. Binary search 6. Depth first & breadth first 7. Double pointer 8. Sliding window 9. Bit operation 10. Recursion & ...

Posted by GetReady on Sun, 21 Nov 2021 23:42:37 -0800

Experiment 4 design and implementation of neural network algorithm for handwritten digit recognition

Experiment 4 design and implementation of neural network algorithm for handwritten digit recognition 1, Experimental purpose By learning BP neural network technology, handwritten digits are recognized, and the recognition rate is improved by structure based recognition method and template matching method. 2, Experimental equipment PC matlab ...

Posted by omanush on Sun, 21 Nov 2021 22:06:34 -0800

29 time and date class - cnblog

1. Time and date 1.1 Date class (application) Overview of Date class Date represents a specific time, accurate to milliseconds Date class constructor Method nameexplainpublic Date()Allocate a Date object and initialize it so that it represents the time it is allocated, accurate to millisecondspublic Date(long date)Allocates a Date object ...

Posted by glueater on Sun, 21 Nov 2021 18:58:57 -0800