2021.12.5 simple minesweeping game implemented in c language
catalogue
Overall idea: (test. C) (game. H) (game. C) )
Step 1: (game start interface)
Step 2: Initialize and print mine disk
Step 3: lay lightning
Step 4: mine detection
game .h Document code summary:
test .c Document code summary:
game .c Document code summary:
Try:
For beginners, i ...
Posted on Tue, 07 Dec 2021 01:34:08 -0500 by akluch
Linux kernel learning 6 -- code analysis and application of the upper part of interrupt
Here to show you a simple interrupt program in Linux
1, View interrupt
The common application of interrupt is in the driver, such as our keyboard and mouse. Every time we click, an interrupt will be generated, so that the computer can recognize it. The experiment is to virtualize a device, register the device in the system, and then use the i ...
Posted on Tue, 07 Dec 2021 01:23:14 -0500 by jeppers
Forward and inverse kinematics of 6-DOF robot
brief introduction
This paper mainly solves the forward and inverse kinematics of the traditional six degree of freedom robot, selects the Han robot Elfin05 as the analysis object, and the development language is C + +. (under improvement)
Robot forward kinematics
Robot forward kinematics derivation process
General method for determining t ...
Posted on Tue, 07 Dec 2021 01:14:03 -0500 by sONOCOOLO
Python face recognition (GUI interface) -- Based on pyopencv
Daily sentence: Shine silently, and then amaze everyone!!!
preface: This project was written by the author before the end of the summer vacation. Because of the opening of school and other problems, this project has been put aside. With the author's need to transform Java, there may not be many projects to write python in the future. This week ...
Posted on Tue, 07 Dec 2021 01:06:05 -0500 by robert.access
post and get requests
1.GET request
GET request parameters are spliced after the url. This method is called query parameters. In fact, POST requests can also be requested using the query parameter.
2. Browser behavior: Form submission
action: url Address, the address where the server receives form data
method: Submit server's http Method, generally post and get
n ...
Posted on Tue, 07 Dec 2021 00:57:55 -0500 by christine75
React Hook case collection
React Hook is essentially a function whose name is “use” At the beginning, other functions can be called inside the function Hook, the result will generally have a return value. The purpose of using hook is to extract the common logic of multiple components. This paper uses six cases to familiarize you with the ...
Posted on Tue, 07 Dec 2021 00:52:52 -0500 by danielle
Django entry practice to achieve a simple library management system
Web development, that is, writing websites, is a major application direction of Django. Django is one of the most popular python web frameworks. Many students want to know about this learning case. Today we will share one with you: using Django to realize the library management system
There is no need to write sql and the front end. Using th ...
Posted on Tue, 07 Dec 2021 00:46:19 -0500 by herod1
Greenplum 6 installation configuration details
catalogue1, Host planning2, Platform requirements3, Operating system configuration1. Disable SELinux and firewall2. System configuration3. Synchronize system clock4. Create gpadmin account5. Install Java (optional)4, Install Greenplum database software1. Install Greenplum database2. Configure secret free SSH3. Confirm software installation5, Cr ...
Posted on Tue, 07 Dec 2021 00:40:40 -0500 by levidyllan
Go Mysql transfer of Mysql data real-time incremental synchronization tool
@Go MySQL transfer of data real-time incremental synchronization tool: https://blog.csdn.net/weixin_...Installation, configuration and Kibana foundation of Elasticsearch notes: https://blog.csdn.net/weixin_...Go MySQL transfer official Manual: https://www.kancloud.cn/wj596...Environment installation of GO notes: https://blog.csdn.net/weixin_... ...
Posted on Tue, 07 Dec 2021 00:34:38 -0500 by Ima2003
Python crawler advanced essential | analysis of encryption parameter sign of a device mall
Today websiteaHR0cHM6Ly90aXRhbm1hdHJpeC5jb20vdGd4eA==This example comes from communication group 4Parameter positioning and analysisThis parameter can be found directly through the following requestaHR0cHM6Ly9tYWNhZmUudGl0YW5tYXRyaXguY29tL21hY2FmZS9nZXRTdGF0ZQ==The next step is the search method. We talked about several methods to locate encryp ...
Posted on Tue, 07 Dec 2021 00:24:13 -0500 by mblack0508