码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
codeforces 842E. Nikita and game
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
java中操作redis
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
poj 2586 Y2K Accounting Bug【贪心】【刷题计划】
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
linux安装OpenCV以及windows安装numpy、cv2等python2.7模块
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 简介 numpy的存在使得python拥有强大的矩阵计算能力,不亚于matlab。 官方文档(https://docs.scipy.org/doc/numpy-dev/user/quickstart.html) Quickstart tutorial Prerequisites Befo ...
分类:其他好文   时间:2017-11-12 18:39:53    阅读次数:267
windows命令行基本用法:
pwd print working directory hostname my computer's network name mkdir make directory cd change directory ls list directory rmdir remove directory push ...
分类:Windows程序   时间:2017-11-12 12:29:31    阅读次数:206
POJ - 2420 A Star not a Tree?
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_Connection reset by peer报错
连接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
coursera_ML_1
机器学习定义: 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
CISC和RISC的区别
转载于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
2862条   上一页 1 ... 94 95 96 97 98 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!