Games: minesweeping (implemented in C language)

Game introduction About mine sweeping, it can be said that it is a classic in educational games. Then briefly introduce mine sweeping. The mine sweeping interface will be more than one × Many squares, in which thunder is placed, we choose one of the squares. If it is thunder, it will be killed; If it's not a mine, print the number of ...

Posted by bagsobrands on Sun, 02 Jan 2022 07:50:30 +0100

Python implements extreme learning machine ELM [hpelm library] (connotation source code)

💖 About the author: Hello, I'm brother cheshen, cheshen at No. 18 Fuxue road 🥇 ⚡ About - > Che Shen: the fastest time from the bedroom to the laboratory is 3 minutes, and the slowest time is 3 minutes and a half (that half minute is actually waiting for the traffic light) 📝 Personal homepage: A blog that should have no place to live_ Che ...

Posted by JasonL on Sat, 01 Jan 2022 00:48:56 +0100

Introduction to wechat applet entry code

Introduction to file functions After creating a cloud developed applet project, you can see the following files in the Explorer: The folder cloudfunctions contains cloud functions. The folder miniprogram/images contains the pictures to be inserted in the applet. The folder miniprogram/pages contains the interfaces of the applet. app ...

Posted by varecha on Wed, 29 Dec 2021 10:07:14 +0100

Based on MQTT Baidu Tiangong server, wechat applet control ESP8266 is realized to complete the simple control of remote control car

catalogue preface 1, Preparation tools 2, Construction of Baidu Tiangong Internet of things platform 3, Construction and code of Arduino IDE environment 4, Construction and code of wechat applet preface Based on MQTT protocol, with the help of Baidu Tiangong Internet of things platform and Arduino IDE burning program, wec ...

Posted by tommy1987 on Mon, 20 Dec 2021 01:26:54 +0100

uniApp knowledge and projects

Chapter 1 implementation of indexCateList 1, Implementation of background data Home page paging list data to achieve simple cors processing // Home navigation page data let indexCateList = require('./datas/indexCateList.json') router.get('/getindexCateList', async (ctx, next) => { // The generated H5 application has cross domain problems ...

Posted by jennatar on Sat, 18 Dec 2021 02:39:55 +0100

Wechat applet: wx:key details

Wechat applet: wx:key details 1, Code demonstration Source code without wk: key: //<!-- pages/mypage/mypage. Wxml -- > (wxml page structure file) <switch wx:for = "{{numberArray}}" style='display : block;'>{{item}}</switch> // pages/mypage/mypage.js (js script file) Page({ /** * Initial data of the page */ dat ...

Posted by Copyright on Fri, 17 Dec 2021 11:51:03 +0100

The applet page generates links and sends them through SMS

1, Background          There is a page that needs to send links to the page through SMS. The official account number is two-dimensional code. The user scan WeChat two-dimensional code can add teachers to collect information. 2, Implementation analysis Analysis: because it is an enterprise wechat QR cod ...

Posted by t_miller_3 on Thu, 09 Dec 2021 01:06:09 +0100

Wechat applet custom navigation bar and capsule alignment scheme

Scheme descriptionI've seen some other people's schemes on the Internet, which is different from my idea of keeping up with the capsule (shouldn't this be the simplest and clear scheme?), so I made a scheme myself.To align the user-defined navigation bar with the capsule, as shown in the figure below, you only need to obtain the height of the n ...

Posted by ashton321 on Wed, 08 Dec 2021 23:26:22 +0100

10_ Travel reservation process requirements_ Steps for Alibaba cloud to use SMS

Chapter I. requirements of tourism reservation process Users can make travel reservations through the following operation process: 1. Click travel reservation on the home page of the mobile terminal, and the page will jump to the package list page 2. Click the package to be reserved on the package list page, and the page will jump to the p ...

Posted by AchillesForce on Fri, 03 Dec 2021 14:23:11 +0100

Frequent calls of wechat applet wx.getLocation:fail will increase power loss

Frequent calls of wechat applet getLocation:fail will increase power loss There was a problem when developing wechat applet yesterday. It is as follows: I need to get the location information, send it to the back end and get the orders within the scope. Before receiving the order, I also need to get the location again, get the latest location ...

Posted by deeppak on Wed, 01 Dec 2021 07:40:08 +0100