码迷,mamicode.com
首页 >  
搜索关键字:alternative    ( 195个结果
Applied Nonparametric Statistics-lec4
Ref: https://onlinecourses.science.psu.edu/stat464/print/book/export/html/5 Two sample test 直接使用R的t-test t.test(n, t, alternative="two.sided", var.equ ...
分类:移动开发   时间:2017-06-07 11:16:22    阅读次数:179
CSU 1541 There is No Alternative (最小生成树+枚举)
题目链接:传送门 题意: 有n个点。m条边。要使n个点所有连起来且要花费最小。问有哪些边是必需要连的。 分析: 要使花费最小肯定是做最小生成树。可是题目要求哪些边是必需要用的。我们能够 这样思考,我们先求一次最小生成树,然后把这些用到的边统计起来,然后依次枚 举这n-1条边。使他们不能用,然后继续做 ...
分类:其他好文   时间:2017-06-06 20:49:02    阅读次数:210
【论文:麦克风阵列增强】An alternative approach to linearly constrained adaptive beamforming
作者:桂。 时间:2017-06-03 21:46:59 链接:http://www.cnblogs.com/xingshansi/p/6937259.html 原文下载:http://pan.baidu.com/s/1hs5kgh2 前言 1982年的文章了,主要是基于GSC框架的麦克风阵列增强, ...
分类:移动开发   时间:2017-06-04 00:18:36    阅读次数:678
图书源代码下载: Modern Differential Geometry of CURVES and SURFACES with Mathematica
http://alpha01.dm.unito.it/personalpages/abbena/gray/ Contents 1. Curves in the Plane | 2. Famous Plane Curves | 3. Alternative Ways of Plotting Curve ...
分类:其他好文   时间:2017-05-30 12:37:24    阅读次数:236
html页面全屏化显示
<html><head><script>// toggle full screen function toggleFullScreen() { if (!document.fullscreenElement && // alternative standard method !document.mo ...
分类:Web程序   时间:2017-05-23 15:53:37    阅读次数:408
[Recompose] Add Local State with Redux-like Reducers using Recompose
Learn how to use the 'withReducer' higher order component using the alternative reducer form. If you like using reducers in redux, you’ll be able to r ...
分类:其他好文   时间:2017-05-14 19:39:23    阅读次数:119
Kattis之旅——Fractional Lotion
Freddy practices various kinds of alternative medicine, such as homeopathy. This practice is based on the belief that successively diluting some subst ...
分类:其他好文   时间:2017-04-28 11:19:04    阅读次数:272
zoj 3962 Seven Segment Display(数位dp)
A seven segment display, or seven segment indicator, is a form of electronic display device for displaying decimal numerals that is an alternative to ...
分类:其他好文   时间:2017-04-23 18:50:58    阅读次数:226
ISL - Ch.6 Linear Model Selection and Regularization
Q: Why might we want to use another fitting procedure instead of least squares? A: alternative fitting procedures can yield better prediction accuracy ...
分类:其他好文   时间:2017-04-04 13:27:25    阅读次数:252
Ubuntu下安装配置JDK
环境:Ubuntu 10.04步骤:1、下载安装jdk$sudo apt-get install openjdk-6-jdk2、查看当前系统中的JVM$sudo update-alternatives --display java3、安装JVM路径$sudo update-alternative s ...
分类:系统相关   时间:2017-03-25 14:26:41    阅读次数:213
195条   上一页 1 ... 6 7 8 9 10 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!