Clustering algorithm learning
1,k-mean Source: https://www.pianshen.com/article/7840142921/
...
Tree of data structures and algorithms
Binary tree Why do you need a tree data structure Analysis of array storage mode Advantages: it is fast to access elemen...
References in Java and JNI (strong, soft, weak, virtual)
1. Strong References (Objects) Features: Strong references provide direct access to the target object. Will not be rec...
References in Java and JNI (strong, soft, weak, virtual)
1. Strong References (Objects) Features: Strong references provide direct access to the target object. Will not be rec...
Unity3D -- Automatically generate animations
We have many sub-objects in a Prefab, and currently prefab uses a lot of animation states. If you want to change the pro...
Jump to third-party app for Cordova plug-ins
created by diwj on 20171205 Step 1: Install the Cordova plug-in cordova plugin add https://github.com/lampaa/com.lampa....
Unity3D-iOS calls the native application details interface (which pops up directly in the game)
It could have been through Unity Application.OpenUrl However, there is another way above iOS6 to pop up the evaluation b...
Find Common Friends - Data Mining - Scala Edition
Hello, there are many language implementations on the Internet about the algorithm of "Find common friends". W...
Beego Learning Notes 10: Easyui Use
EasyUI use
1> Download EasyUI. Download address: http:...
Three methods of transferring values between parent and child forms in JS
1, In the process of development projects, it is often necessary to transfer values between parent page and child page t...
A logic problem: who is the killer
Previous articles in this series:
Simple implementation ...
[reinforcement learning] example 1 of implementing q-learning in python
Author: hhh5460
Address: https://www.cnblogs.com/hhh5460/...
Implementation of Prometheus alarm through Alertmanager
Prometheus does not support the alarm function, mainly through the plug-in alertmanager to achieve alarm. Alertmanager i...
[CV12] how to use Mask R-CNN for target detection in Keras
Article catalog 1. Mask R-CNN for Object Detection 2. Matterport Mask R-CNN Project 3. Object Detection With Mask R-CNN...
[RabbitMQ] takes you through the RabbitMQ Delay Queue
Text taste: shredded fish-flavored meat. Read expected: 10 minutes
...
Differences between docker save and docker export
This article talks about the difference between docker save and docker export.
...
Implementation of golang fuse
A fuse is like a fuse. When there is a problem with the services we depend on, we can be fault tolerant in time. On the ...
iOS animation - window view (end of 3)
This article is the third in a series.
Friends who have r...
Encapsulating rapid JSON for database and network data transmission
background
I want to complete json as the dat...
A course of neural network based on DGL library Diagram -- basic drawing operation
Recently contacted with graph neural network, I feel that this device can provide multi granularity perspective. After a...
spring data operation ES can't smell any more
introduction
Elastic search (hereinafter refe...
Go three Map and String
Yiduo doesn't press on. Learn the recently popular Go language and make notes. Relevant codes and notes are also put on ...
UnityStandardAsset project, source code analysis_ 4_ Racing game [AI control]_ AI mechanism
Address of the previous chapter: UnityStandardAsset project, source code analysis_ 4_ Racing game [player control]_ Came...
Sensitive word filtering: AOP + annotation + DFA algorithm
preface In terms of sensitive word filtering, we should say that it's big or small. Generally legal users will not have...
Call Baidu Statistics API
Baidu Statistics provides users with access to API, enabling users to customize UI without entering Baidu Statistics web...
Beego Learning Notes 13:Api Writing
Api Writing
1> The common data formats used by api are...
RabbitMQ and SpringBoot integration
To integrate RabbitMQ with SpringBoot, first we need to create a new SpringBoot project, which is divided into two sub m...
IBM Cloud Kubernetes Service - k8s external cloud storage performance test
There are many ways to store k8s data: emptyDir (temporary storage), hostpath (semi persistent storage), persistent stor...
Hexo +gitee blogging for the most complete teaching
Hexo is a fast, concise and efficient blog framework.Hexo Use Markdown (or other rendering engine) parses the article an...
"Build your own UI component library from 0 to 1" -- button component
Write before: I am "boiling sheep"_ , the nickname comes from the abbreviation fyy of the name. The blog that ...