当前位置:网站首页>Ind FXL first week
Ind FXL first week
2022-07-03 10:31:00 【IFI_ rccsim】
IND-fxl- The first week
markdown Some uses of
Basic applications
- # Number means Title Progression
- This is italics
- This is bold
- This is bold and italic
In this way, add a strikeout to the word- Underline
- This adds highlights
- Add subscript , Use , Such as H2~
- Add superscript , Use , Such as x2^
- Use more than three asterisks 、 minus sign 、 Bottom line to create a separation line (ps: There can't be anything else in a line )
1. # Number means Title Progression
2. * This is italics *
3. ** This is bold **
4. *** This is bold and italic ***
5. ~~ In this way, add a strikeout to the word ~~
6. <u> Underline </u>
7. == This adds highlights ==
8. Add subscript , Use ~, Such as H~2~
9. Add superscript , Use ^, Such as x^2^
10. Use more than three asterisks 、 minus sign 、 Bottom line to create a separation line (ps: There can't be anything else in a line )
footnote
Use [^name] Add footnotes
Such as : This is my markdown1 Learning notes
list
Unordered list
- Use the asterisk (*)、 plus (+) Or a minus sign (-) As a list marker , These tags are followed by a space , Then fill in the content
- Jump out of the list and press enter
Ordered list
- Use numbers and add . The sign means
- Digital plus . Space after
Definition list
- Definition list
- It consists of nouns and explanations . Write the definition in one line , Follow the line with an explanation . The writing of explanation : Followed by an indent (Tab)
block
- Block references are used at the beginning of a paragraph > Symbol , Followed by a space symbol
- One > Symbols are the outermost layer , Two > Symbols are the first level of nesting
Outermost layer
The first layer is nested
The second layer is nested
Code
printf(" Single line code is used wrap up ")`
#include <iostream>
int main()
{
std::cout << "Hello, typora";
printf(" A piece of code is used ``` wrap up “);
}
link
Our football defensive formation
The defensive formation in the team is 4-3-2 Formation , It is divided into interception part 4 people 、 The part surrounding the ball 3 people 、 The connecting part 2 people
Interception part
double distance = abs(tball.getDistanceTo(VecPosition(-15.0,0.0,0.0))-(1.8/cos(angBallToMyGoal)));
Set four players in distance On the quintiles of
The part surrounding the ball
double theta=pow(0.9,abs(x));
VecPosition ppp = VecPosition(-2.5*theta,0.0,0.0);
deam_position.push_back(ppp + VecPosition(x,y,0));
deam_position.push_back(VecPosition((distance-1.5)*cos(angBallToMyGoal)-14, (distance-1.5)*sin(angBallToMyGoal)+1.8*tan(angBallToMyGoal)+0.8,0));
deam_position.push_back(VecPosition((distance-1.5)*cos(angBallToMyGoal)-14, (distance-1.5)*sin(angBallToMyGoal)+1.8*tan(angBallToMyGoal)-0.8,0));
One of the players is directly behind the ball , The other two players are some distance away from the ball , And with distance Form a certain angle
The connecting part
if(x < -3) {
deam_position.push_back(VecPosition(x+8, 0, 0));
}
else {
deam_position.push_back(VecPosition(6, 0, 0));
}
deam_position.push_back(VecPosition(10.5, 0, 0));
One is directly in front of the ball , The other is standing in front of the opponent's goal
- The above defensive formation needs to be optimized , See above “ Detailed explanation of football formation ” Link improvement
markdown It's a plain text markup language ︎
边栏推荐
- Timo background management system
- Hands on deep learning pytorch version exercise solution - 2.5 automatic differentiation
- A complete mall system
- Codeup: word replacement
- Leetcode刷题---977
- 20220607 others: sum of two integers
- Leetcode刷题---217
- Judging the connectivity of undirected graphs by the method of similar Union and set search
- Policy Gradient Methods of Deep Reinforcement Learning (Part Two)
- Tensorflow—Image segmentation
猜你喜欢

权重衰退(PyTorch)

Powshell's set location: unable to find a solution to the problem of accepting actual parameters

Advantageous distinctive domain adaptation reading notes (detailed)

Leetcode - 1172 plate stack (Design - list + small top pile + stack))
![Step 1: teach you to trace the IP address of [phishing email]](/img/a5/c30bc51da560c4da7fc15f434dd384.png)
Step 1: teach you to trace the IP address of [phishing email]

2018 Lenovo y7000 black apple external display scheme

2018 y7000 upgrade hard disk + migrate and upgrade black apple

Rewrite Boston house price forecast task (using paddlepaddlepaddle)

What did I read in order to understand the to do list

Matplotlib drawing
随机推荐
Judging the connectivity of undirected graphs by the method of similar Union and set search
3.3 Monte Carlo Methods: case study: Blackjack of Policy Improvement of on- & off-policy Evaluation
2.2 DP: Value Iteration & Gambler‘s Problem
Leetcode - the k-th element in 703 data flow (design priority queue)
Leetcode刷题---10
Leetcode刷题---189
Leetcode刷题---367
Pytorch ADDA code learning notes
Leetcode刷题---278
Leetcode刷题---1385
Label Semantic Aware Pre-training for Few-shot Text Classification
2.1 Dynamic programming and case study: Jack‘s car rental
Hands on deep learning pytorch version exercise answer - 2.2 preliminary knowledge / data preprocessing
An open source OA office automation system
20220607其他:两整数之和
GAOFAN Weibo app
A complete answer sheet recognition system
20220601 Mathematics: zero after factorial
Leetcode - 706 design hash mapping (Design)*
Leetcode刷题---1