Drill down to elastic search metric aggregation

Drill down to elastic search metric aggregation (1) In this paper, we focus on two types of aggregation: one is to generate single valued aggregation, the other is to generate multi valued aggregation. Single valued measurement aggregation mainly includes average, weighted average, minimum, maximum an ...

Posted by akufen on Wed, 26 Feb 2020 02:55:38 -0800

Pixhawk learning 8 multi rotor attitude control

In the learning part of attitude control, multi rotor attitude control is taken as an example.1. Overall process Attitude control is mainly divided into several parts: Attitude error angle calculation = > target angular velocity calculation = > angular velocity PID This part focuses on the calcula ...

Posted by cbailster on Wed, 26 Feb 2020 00:50:03 -0800

Using average trend index to assist MACD strategy

Preface "Trend is your friend" is a proverb familiar to every trader. But friends who have done deals may realize that trends always start without warning and end abruptly. So in CTA strategy, how to catch the trend and filter the volatile market is the tireless pursuit of many subjective and quantitative traders. In this course, we ...

Posted by donbueck on Wed, 26 Feb 2020 00:03:40 -0800

#Network programming -- Example of TCP ECHO echo programming

Article directory Flow protocol and packet sticking Sticky bag readn writen Client sends fixed length package code Echo client / server echosrv.c echocli.c Reference material Flow protocol and packet sticking TCP is a transport service based on byte stream. It has no boundary and can not guar ...

Posted by dethron on Tue, 25 Feb 2020 23:16:25 -0800

Chapter 13.5 dynamic memory management exercises and summary in C++ Primer

13.5 dynamic memory management class The best way to manage dynamic memory in a class is to use containers or smart pointers, but maybe if we want to design a set of libraries ourselves, we need to keep the performance of this library at a better level. At this time, we may need to use some lower leve ...

Posted by maxudaskin on Tue, 25 Feb 2020 22:52:03 -0800

249. Responsive layout of bootstrap (grid system)

Responsive layout# I. purpose: the same set of pages can be compatible with devices of different resolutions. 2. Implementation mode: using grid system to achieve: A row is divided into 12 squares. You can set an element to occupy several squares according to the size of the screen. III. steps: Step ...

Posted by antonello on Tue, 25 Feb 2020 20:06:38 -0800

How to solve the basic configuration and common pit in React project?

Basic configuration of React project and solution of common pit 1, Create React project # Global scaffold installation npm install create-react-app -g --save # Create React project create-react-app my-app 2, Implement the loading of Less file 1. Expose profile # Expose the project's profile npm run eject Directory structure after profile e ...

Posted by lady_bug on Mon, 24 Feb 2020 21:24:53 -0800

Teach you how to implement a commodity futures plan delegation tool

When dealing with commodity futures, not all of them are fully automatic trading strategies. There are many semi-automatic and programmed trading tools to replace manual marking.Although this kind of tool is not a complete strategy, it is also based on the user's trading intent, and it is the simplest trading strategy to conduct transactions in ...

Posted by Pudgemeister on Mon, 24 Feb 2020 19:17:14 -0800

Zero basic entry deep learning: LeNet and AlexNet of image classification task

Course name | zero basic entry-level in-depth learning Lecturer: Sun Gaofeng, senior R & D Engineer of Baidu deep learning technology platform Department Teaching time: 20:00-21:00 on Tuesday and Thursday 01 reading guidance This course is Baidu's official zero basic in-depth learning course. It is mainly for students who have no in-dept ...

Posted by Supplement on Mon, 24 Feb 2020 07:09:05 -0800

OpenCV image processing algorithm -- 11(IEEE Xplore 2015 dynamic threshold method for image white balance processing)

Dynamic threshold method for image white balance processing in IEEE Xplore 2015 Preface The following is quoted from: https://zhuanlan.zhihu.com/p/99622522 White spot detection The original image with size of w × hw × hw × h is transformed from rgbrgb space to YCrCbYCrCbYCrCb ...

Posted by madsosterby on Mon, 24 Feb 2020 06:38:51 -0800