码迷,mamicode.com
首页 >  
搜索关键字:improve    ( 241个结果
[AWS - Monitoring and Troubleshooting] 5.1 Write code that can be monitored
Trusted Advisor The trusted advisor is an AWS service that evaluates your environment and can provide recommendations for improvement Security improve ...
分类:其他好文   时间:2021-05-04 16:11:23    阅读次数:0
HEVC Analysers
High Efficiency Video Coding (HEVC) [1,2] is a next generation video coding standard which has the potential to improve delivery of High Definition an ...
分类:其他好文   时间:2021-03-15 10:33:29    阅读次数:0
DAY22 - Happy Vacation
Passage 22 Many of us invest valuable time, energy and money in planning our vacations. Vacations help us perform better at work, improve our sleep qu ...
分类:移动开发   时间:2020-07-21 13:55:43    阅读次数:84
What's next?
Retire deprecated micro app projects. (Repo, Codeship, S3) Improve our code structure, how do we layout/split our components and services? https://ind ...
分类:其他好文   时间:2020-06-09 10:06:09    阅读次数:144
[React Testing] Use Generated Data in Tests with tests-data-bot to Improve Test Maintainability
A really important aspect of TDD is the refactor phase. A critical piece to making your tests easier to maintain is using code structure and values to ...
分类:其他好文   时间:2020-05-02 20:56:54    阅读次数:83
[React Testing] Improve Test Confidence with the User Event Module
The User Event module is part of the Testing Library family of tools and lets you fire events on DOM nodes that more closely resemble the way your use ...
分类:其他好文   时间:2020-04-30 19:32:54    阅读次数:70
[React] Improve developer experience for accessing context with a custom React hook
In this lesson, we create a custom hook that wraps the useContext hook and returns its value, as well as more useful error messaging if a context prov ...
分类:数据库   时间:2020-04-22 16:57:54    阅读次数:80
2019-2020 ACM-ICPC Latin American Regional Programming Contest I - Improve SPAM 树形dp?
``` #include #include #define int long long using namespace std; const int N=4010,mod=1e9+7; int a[N]; int e[N*N],ne[N*N],idx,h[N]; int st[N]; int ans... ...
分类:其他好文   时间:2020-04-09 10:53:11    阅读次数:150
How to study english?
How to study English? Here are 100 things you can do to improve your English 1. Don’t be afraid to make mistakes. Be confident. People can only correc ...
分类:其他好文   时间:2020-03-04 20:58:16    阅读次数:88
ISAP 算法
$\quad$ Dinic 算法其实已经足够处理大多数的网络流了,但还不够快。接下来介绍的是最优秀的增广路最大流算法: ISAP (Improve Shortest Argumenting Path)。它的时间复杂度上界与 Dinic 一样,为 $O(n ^ 2 \cdot m)$。 $\quad$ ...
分类:编程语言   时间:2020-02-11 19:15:17    阅读次数:99
241条   1 2 3 4 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!