Principle analysis of honey badger algorithm (HBA) (including source code)

catalogue Introduction: Paper download link: Main flow of algorithm: 1. Initialization phase  2. Define density factor 3. Update density factor 4. Escape from local optimum 5. Update agent location 5.1 excavation stage 5.2 attraction stage Source code analysis: Population initialization code: Algorithm operation code: Objecti ...

Added by JunbinDuan on Sat, 05 Mar 2022 18:55:57 +0200

Vue3 has become the default version, and these intersections with vue3 are here

catalogue Common knowledge points related to Vue3 I Encounter with Composition composite API 1.1 initial intersection with setup1.2 ref function1.3 reactive function1.4 precautions for setup1.5 calculation attributes1.6 watch monitoring1.7 watchEffect function1.8 life cycle function of vue31.9 customize the hooks function and experienc ...

Added by discombobulator on Sat, 05 Mar 2022 18:52:37 +0200

Installation and use of exa, fzf and bat software

   this article only deals with the simple use of the above software, which is strongly personal. For more comprehensive and detailed use, please refer to the official website.   1, What's good about the new software 1. cat,less =>bat    the commonly used cat command is used to connect multiple files and print to ...

Added by Cherry on Sat, 05 Mar 2022 18:49:07 +0200

Vue3. Configuration method of X + vite introducing third-party Cesium package

1. Introduction In the process of application development based on Cesium, it is often encountered that the library to be used is not the standard Cesium official package. The Vue integration of the official package is quite mature and there are many materials to view. However, the unofficial package reference integration, especially in the Vu ...

Added by kittrellbj on Sat, 05 Mar 2022 18:44:34 +0200

I wrote an implementation case of Java RMI (remote method call)

I simply wrote an implementation case of Java RMI (remote method call). In order to better understand RMI (remote method call), the meaning of serialization and so on, it took more than three days to build an implementation case of Java RMI. !!! High energy warning!!! The amount of code is a little large. A diagram is attached for understanding ...

Added by eruna on Sat, 05 Mar 2022 18:35:57 +0200

Hello Qt -- QtQuick Foundation

1, Introduction to QtQuick QT provides two independent ways to create user interfaces. QtQuick module provides a markup language for creating a smooth and vivid user interface. QtQuick module is suitable for interfaces that need animation elements and scenes where applications mainly run on small screens and multi touch devices. The module pr ...

Added by thefamouseric on Sat, 05 Mar 2022 18:32:47 +0200

Hello Qt-—Qt Quick Controls

1, Qt Quick Controls Basics QT5.1 released a new module of Qt Quick: Qt Quick Controls. Qt Quick Controls module provides a large number of reusable components similar to Qt Widgets module. In order to develop programs based on Qt Quick Controls, you need to create an application of Qt Quick Application type. When selecting component sets, pa ...

Added by arpowers on Sat, 05 Mar 2022 18:29:46 +0200

Hello Qt -- QT5 parsing Json file

1, Introduction to Qt5 Jason QT4 uses the third-party library QJson to parse JSON files. QT5 adds a new class to handle JSON. All classes begin with QJson and are included in the QtCore module. Six related categories are added to QT5: QJsonArray Encapsulating JSON arrays QJsonDocument Reading and writing JSON documents QJsonObject Enca ...

Added by TimUSA on Sat, 05 Mar 2022 18:27:34 +0200

PHY driver debugging -- PHY device driver

1. Preface Kernel version: linux 4.9.225. Take freescale as an example. (some contents need to be modified and supplemented, which may not be accurate) 2. General In the previous article, the controller driver uses the connection mode of platform bus. In this section, the PHY device driver is based on the connection mode of device, d ...

Added by KirstyBurgoine on Sat, 05 Mar 2022 18:06:19 +0200

Introduction to webrtc Chapter 4 data channel

Introduction to webrtc Chapter 4 data channel 1, Introduction In the process of realizing end-to-end connection in webrtc, in addition to transmitting media stream, it can also transmit text, files, pictures and other data. It is also practical in IM scenarios, and does not need third-party message services, such as websocket, transparent mes ...

Added by johng on Sat, 05 Mar 2022 18:05:33 +0200