Nikita plays a new computer game. There are m levels in this game. In the beginning of each level a new class appears in the game; this class is a chi ...
分类:
其他好文 时间:
2017-11-18 11:23:16
阅读次数:
258
1 package com.redis; 2 3 import java.io.IOException; 4 import java.util.concurrent.ConcurrentHashMap; 5 6 import redis.clients.jedis.Jedis; 7 import r... ...
分类:
编程语言 时间:
2017-11-16 20:54:31
阅读次数:
173
Y2K Accounting Bug Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16154 Accepted: 8111 Description Accounting for Computer Machinists (ACM ...
分类:
其他好文 时间:
2017-11-16 18:34:18
阅读次数:
130
OpenCV(Open Source Computer Vision Library) 是一个基于BSD许可(开源)发行的跨平台计算机视觉库,它具有C ++,C,Python和Java接口,可以运行在Linux、Windows、Mac OS和Android操作系统上。OpenCV的设计是为了提高计算 ...
分类:
编程语言 时间:
2017-11-16 16:20:58
阅读次数:
233
numpy 简介 numpy的存在使得python拥有强大的矩阵计算能力,不亚于matlab。 官方文档(https://docs.scipy.org/doc/numpy-dev/user/quickstart.html) Quickstart tutorial Prerequisites Befo ...
分类:
其他好文 时间:
2017-11-12 18:39:53
阅读次数:
267
pwd print working directory hostname my computer's network name mkdir make directory cd change directory ls list directory rmdir remove directory push ...
Luke wants to upgrade his home computer network from 10mbs to 100mbs. His existing network uses 10base2 (coaxial) cables that allow you to connect any ...
分类:
其他好文 时间:
2017-11-11 13:02:31
阅读次数:
187
连接SSH时,产生了一下错误 >Read from socket failed: Connection reset by peer 首先查看日志 tail -f /var/log/auth.log 添加参数 -v 获得更详细的连接信息 ssh user@computer -v 如果是 rsa and ...
分类:
其他好文 时间:
2017-11-10 18:53:21
阅读次数:
136
机器学习定义: A computer program is said to leran from experience E with respect to some task T and some performance measure P, if it's performance on T, as ...
分类:
其他好文 时间:
2017-11-09 00:46:57
阅读次数:
150
转载于http://blog.sina.com.cn/s/blog_9d5430ce0100x5pb.html RISC(Reduced Instruction Set Computer)和CISC(complex instruction set computer)是当前CPU的两种架构。 它们的区 ...
分类:
其他好文 时间:
2017-11-07 22:11:45
阅读次数:
186