码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
hdu2196 Computer 题解
"CSDN同步" "原题链接" 简要题意: 多组数据。每组数据给定一棵树,求离每个节点最远的节点的距离。 显然 $n \leq 10^4$ 不能用 $O(n^2)$ 的爆搜解决。我们考虑优化。 在求树的直径时,我们深搜的做法是: 从任意的节点出发找到最远的节点 $x$,$x$ 作为直径一端。 从 $ ...
分类:其他好文   时间:2020-05-01 16:30:08    阅读次数:58
多模态 图像压缩 相关文献综述
相关文献综述 Liu J, Wang S, Urtasun R. DSIC: Deep Stereo Image Compression[C]//Proceedings of the IEEE International Conference on Computer Vision. 2019: 31 ...
分类:其他好文   时间:2020-05-01 01:26:01    阅读次数:105
zookeeper raft poxas zab
CAP CAP定理是分布式领域当中非常著名的定理,也是大家津津乐道的一个分布式定理。有些人这么理解CAP定理:在分布式系统中,- C代表一致性- A代表可用性,- P代表网络分区。因为,分布式环境中,P不不可避免的,分布式系统要么选择一致性放弃可用性,要么选择可用性放弃一致性。 在一个shared- ...
分类:其他好文   时间:2020-04-29 21:32:23    阅读次数:91
UDP learn by Python3
Find max packet size I used the code above to find the max size of a UDP packet size by default configuration. The result on my computer is: More test ...
分类:编程语言   时间:2020-04-27 19:34:54    阅读次数:117
python MD5加密
什么是MD5Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and RS ...
分类:编程语言   时间:2020-04-26 21:24:03    阅读次数:87
JavaScript-Web编程语言-基本概念
1. Web前端分工: HTML——网页内容 CSS——网页布局 JavaScript——网页行为 2. JavaScript又称 ECMA-262(European Computer Manufacturers Association)标准的实现和扩展。 3. JavaScript脚本可放置于网页 ...
分类:编程语言   时间:2020-04-24 01:43:14    阅读次数:74
The NUIX System: Making Computers Easier to Use-UNIX让电脑更易使用
The NUIX System: Making Computers Easier to Use1982Bell Laboratories HostBack in 1969, a Couple of Computer Scientist here at Bell Laboratories, start... ...
分类:其他好文   时间:2020-04-19 22:19:16    阅读次数:64
文本处理、词频统计与Simhash生成文档指纹
the 1 , data 2 , mining 3 , and 4 , web 2 , information 2 , system 1 , research 2 , group 1 , dmwis 1 , at 1 , college 1 , of 3 , computer 1 , science ...
分类:其他好文   时间:2020-04-19 14:28:53    阅读次数:83
无法停止讲故事的计算机科学家--Knuth访谈
原文地址:https://www.quantamagazine.org/computer-scientist-donald-knuth-cant-stop-telling-stories-20200416/对Donald Knuth来说,好的代码和好的表达是一样的。Part1Donald Knuth... ...
分类:其他好文   时间:2020-04-19 00:30:48    阅读次数:118
10 Awesome PuTTY Tips and Tricks You Probably Didn’t Know
PuTTY Trick 1: Delete All PuTTY Sessions Together When you are swapping an old computer with a new computer, you may end-up transferring all PuTTY ses ...
分类:其他好文   时间:2020-04-16 01:01:51    阅读次数:291
2862条   上一页 1 ... 11 12 13 14 15 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!