码迷,mamicode.com
首页 >  
搜索关键字:specific    ( 1538个结果
[Stanford Algorithms: Design and Analysis, Part 2]
Specific topics in Part 2 include: greedy algorithms (scheduling, minimum spanning trees, clustering, Huffman codes), dynamic programming (knapsack, s ...
分类:其他好文   时间:2019-03-15 09:15:23    阅读次数:287
PAT A1020——已知后序中序遍历求层序遍历
1020 Tree Traversals Suppose that all the keys in a binary tree are distinct positive integers. Given the postorder and inorder traversal sequences, y ...
分类:其他好文   时间:2019-02-27 01:41:50    阅读次数:212
Codeforce 719B
B. Anatoly and Cockroaches time limit per test:1 second time limit per test:1 second memory limit per test:256 megabytes memory limit per test:256 meg ...
分类:其他好文   时间:2019-02-25 01:02:58    阅读次数:154
常见设计模式 (python代码实现)
1.创建型模式 单例模式 单例模式(Singleton Pattern)是一种常用的软件设计模式,该模式的主要目的是确保某一个类只有一个实例存在。当你希望在整个系统中,某个类只能出现一个实例时,单例对象就能派上用场。 比如,某个服务器程序的配置信息存放在一个文件中,客户端通过一个 AppConfig ...
分类:编程语言   时间:2019-02-24 19:03:27    阅读次数:200
PAT 甲级 1017 Queueing at Bank
https://pintia.cn/problem-sets/994805342720868352/problems/994805491530579968 Suppose a bank has K windows open for service. There is a yellow line in ...
分类:其他好文   时间:2019-02-23 12:14:11    阅读次数:141
Hadoop Single Node Cluster——Hadoop单节点集群的安装
Hadoop Single Node Cluster只以一台机器来建立Hadoop环境,仍然可以使用Hadoop命令,只是无法发挥使用多台机器的威力。 安装JDK 因为Hadoop是以Java开发的,所以必须先安装Java环境。本文是以Ubuntu系统为例 安装前查看java版本 在命令终端输入 j ...
分类:其他好文   时间:2019-02-21 17:23:02    阅读次数:172
Tanya and Candies
Tanya has nn candies numbered from 11 to nn. The ii-th candy has the weight aiai. She plans to eat exactly n?1n?1 candies and give the remaining candy ...
分类:其他好文   时间:2019-02-20 10:07:14    阅读次数:101
C++使用GRPC
0.编写.proto文件: 1.编译.proto文件,生成对应c++源文件: 2.编写 server端代码: 4.编写Client端代码: 5.分别编译、运行Server端、Client端代码。 ...
分类:编程语言   时间:2019-02-15 01:26:34    阅读次数:688
x86服务器MCE(Machine Check Exception)问题
MCE现象 Intel在Pentium 4、Xenon和P6系列处理器中实现了机器检查(Machinecheck)架构,提供能够检测和报告硬件(机器)的错误机制,如系统总线错误、ECC错误、奇偶校验错误、缓存错误、TLB错误等。它包括一直MSR(Model-Specific Registers)寄存 ...
分类:系统相关   时间:2019-02-14 13:34:05    阅读次数:681
Codeforces Round #538 (Div. 2) D. Flood Fill 【区间dp || LPS (最长回文序列)】
任意门:http://codeforces.com/contest/1114/problem/D D. Flood Fill time limit per test 2 seconds memory limit per test 256 megabytes input standard input ...
分类:其他好文   时间:2019-02-13 22:54:56    阅读次数:327
1538条   上一页 1 ... 24 25 26 27 28 ... 154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!