码迷,mamicode.com
首页 >  
搜索关键字:improve    ( 241个结果
SCI论文之数据可用性陈述--Data availability statement
数据可用性陈述 Data Availability Statement ASCE is taking steps to improve the availability and reproducibility of work published in its journals. ASCE is in ...
分类:其他好文   时间:2019-05-29 09:18:59    阅读次数:5228
[Algorithm] Calculate Pow(x,n) using recursion
Asking you to implement the Math.pow method The navie implemenation can be: It takes O(N) time. Now if we want to improve it to O(logN) time. we can d ...
分类:其他好文   时间:2019-04-29 22:32:47    阅读次数:146
机器学习---吴恩达---Week6_2(机器学习系统设计)
Machine Learing System Design(机器学习系统设计) Ways to improve the accuracy of a classifier(提高分类器准确性的几个方法) Collect lots of data (for example "honeypot" proje ...
分类:其他好文   时间:2019-04-10 12:03:50    阅读次数:126
HDU 3555 Bomb (数位dp)
Problem Description The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. The number sequence o ...
分类:其他好文   时间:2019-04-09 00:12:22    阅读次数:124
[HTML5] Track First Contentful Paint with PerformanceObserver and Google Analytics
"If you can't measure it, you can't improve it." The first step when doing performance work is to measure meaningful metrics to establish a baseline f ...
分类:Web程序   时间:2019-02-12 09:11:35    阅读次数:159
java 11 值得关注的新特性
JEP 181: Nest Based Access Control 基于嵌套的访问控制 JEP 309: Dynamic Class File Constants 动态类文件 JEP 315: Improve Aarch64 Intrinsics 改进 Aarch64 的效率 JEP 318: E ...
分类:编程语言   时间:2019-02-02 00:21:11    阅读次数:197
[Angular] Improve Server Communication in Ngrx Effects with NX Data Persistence in Angular
Communicating with a remote server via HTTP presents an extra level of complexity as there is an increased chance of race conditions and the need for ...
分类:其他好文   时间:2019-01-31 01:22:06    阅读次数:117
Bomb HDU - 3555 (数位DP)
Bomb HDU - 3555 (数位DP) The counter-terrorists found a time bomb in the dust. But this time the terrorists improve on the time bomb. The number sequenc ...
分类:其他好文   时间:2019-01-26 21:36:12    阅读次数:168
[Typescript] Improve Readability with TypeScript Numeric Separators when working with Large Numbers
When looking at large numbers in code (such as 1800000) it’s oftentimes difficult for the human eye to quickly see how big the number actually is. Typ ...
分类:其他好文   时间:2019-01-14 17:10:23    阅读次数:185
Combining Lexical and Grammatical Features to Improve Readability Measures for First and Second Language Texts.-paper
http://www.aclweb.org/anthology/N07-1058 Volume:Human Language Technologies 2007: The Conference of the North American Chapter of the Association for ...
分类:其他好文   时间:2018-12-23 18:01:08    阅读次数:139
241条   上一页 1 2 3 4 5 6 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!