码迷,mamicode.com
首页 >  
搜索关键字:maximum    ( 4142个结果
MMD :maximum mean discrepancy
MMD :maximum mean discrepancy(最大平均差异) MMD:maximum mean discrepancy。最大平均差异。最先提出的时候用于双样本的检测(two-sample test)问题,用于判断两个分布p和q是否相同。它的基本假设是:如果对于所有以分布生成的样本空间为 ...
分类:其他好文   时间:2019-07-12 20:11:36    阅读次数:679
POJ - 3693 Maximum repetition substring (后缀数组)
The repetition number of a string is defined as the maximum number R such that the string can be partitioned into R same consecutive substrings. For e ...
分类:编程语言   时间:2019-07-12 16:59:00    阅读次数:108
PAT甲级——A1007 Maximum Subsequence Sum
Given a sequence of K integers { N?1??, N?2??, ..., N?K?? }. A continuous subsequence is defined to be { N?i??, N?i+1??, ..., N?j?? } where 1. The Max ...
分类:其他好文   时间:2019-07-11 22:03:09    阅读次数:112
[LeetCode] 124. 二叉树中的最大路径和
题目链接 : https://leetcode cn.com/problems/binary tree maximum path sum/ 题目描述: 给定一个 非空 二叉树,返回其最大路径和。 本题中,路径被定义为一条从树中任意节点出发,达到任意节点的序列。该路径 至少包含一个 节点,且不一定经过 ...
分类:其他好文   时间:2019-07-11 20:25:49    阅读次数:84
LeetCode-718. Maximum Length of Repeated Subarray
iven two integer arrays A and B, return the maximum length of an subarray that appears in both arrays. Example 1: Note: ...
分类:其他好文   时间:2019-07-09 22:21:59    阅读次数:125
codeforces1187E
题目链接:http://codeforces.com/problemset/problem/1187/E E. Tree Painting You are given a tree (an undirected connected acyclic graph) consisting of n<!-- ...
分类:其他好文   时间:2019-07-09 10:50:32    阅读次数:74
LeetCode 1026. Maximum Difference Between Node and Ancestor
原题链接在这里:https://leetcode.com/problems/maximum-difference-between-node-and-ancestor/ 题目: Given the root of a binary tree, find the maximum value V for ...
分类:其他好文   时间:2019-07-07 09:48:28    阅读次数:124
1007 Maximum Subsequence Sum
Given a sequence of K integers { N?1??, N?2??, ..., N?K?? }. A continuous subsequence is defined to be { N?i??, N?i+1??, ..., N?j?? } where 1. The Max ...
分类:其他好文   时间:2019-07-06 09:16:31    阅读次数:90
添加SuperSocket的启动代码到 Windows Azure 的 WorkRole 项目
与其它SuperSocket程序相同,启动代码同样也要写到程序的入口处,如 Windows Azure 的 WorkRole 项目的OnStart() 方法: public override bool OnStart() { // Set the maximum number of concurre ...
分类:Windows程序   时间:2019-07-03 16:57:19    阅读次数:124
Java并发:一篇搞定线程池
原文地址:https://www.nowcoder.com/discuss/152050?type=0&order=0&pos=6&page=0 本文是在原文的基础+理解,想要系统学习,请看原文地址。 线程池介绍 1.1 线程池的概念 线程池(thread pool): 一种线程使用模式。线程的创建 ...
分类:编程语言   时间:2019-07-02 19:41:14    阅读次数:134
4142条   上一页 1 ... 49 50 51 52 53 ... 415 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!