码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
opencv和openGL的关系
OpenCV是 Open Source Computer Vision Library OpenGL是 Open Graphics Library OpenCV主要是提供图像处理和视频处理的基础算法库,还涉及一些机器学习的算法。比如你想实现视频的降噪、运动物体的跟踪、目标(比如人脸)的识别这些都是C ...
分类:其他好文   时间:2018-10-10 21:59:09    阅读次数:141
Chrome 浏览器访问 Google 学术出现问题 “but your computer or network may be sending automated queries. ”
问题: Chrome 浏览器访问 Google 学术出现如下的问题 : ... but your computer or network may be sending automated queries. To protect our users, we can't process your req ...
分类:Web程序   时间:2018-10-10 21:56:02    阅读次数:1720
Machine Schedule(poj 1325)
Description As we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Schedulin ...
分类:系统相关   时间:2018-10-10 14:38:48    阅读次数:188
POJ - 3436 ACM Computer Factory 网络流
POJ-3436:http://poj.org/problem?id=3436 题意 组配计算机,每个机器的能力为x,只能处理一定条件的计算机,能输出特定的计算机配置。进去的要求有1,进来的计算机这个位子就要求为1,进去的要求有0,进来的计算机这个位子就要求为0. 思路 因为点上有容量限制,所以把每 ...
分类:其他好文   时间:2018-10-07 12:11:35    阅读次数:177
程序在编译时候,你会做什么
程序在编译时候,你会做什么 计算机在编译C程序的过程中都做了哪些工作呢? 先看下国外经典图书computer system的解释吧: 过程如下: 程序在编译时的细节过程(各个过程,及其生成的中间文件)如下: 下面的内容与计算机程序具体的编译过程无关啦, 但是也绝对值得一看: 当编译占用你时间时你会怎 ...
分类:其他好文   时间:2018-10-06 14:29:13    阅读次数:176
2018-10-05 星期五
The high level of English is a standard for a top student. 1. when all else is lost,the future still remains。 2. One way to develop self-confidence is ...
分类:其他好文   时间:2018-10-05 21:56:36    阅读次数:235
Keras vs. PyTorch in Transfer Learning
We perform image classification, one of the computer vision tasks deep learning shines at. As training from scratch is unfeasible in most cases (as it ...
分类:其他好文   时间:2018-10-05 16:02:22    阅读次数:370
05-树8 File Transfer (25 分)
We have a network of computers and a list of bi-directional connections. Each of these connections allows a file transfer from one computer to another ...
分类:其他好文   时间:2018-10-05 10:47:07    阅读次数:300
java多线程
java多线程 一、进程与线程 要理解多线程,首先要理解线程和进程的概念。 进程:狭义定义:进程是正在运行的程序的实例(an instance of a computer program that is being executed)。广义定义:进程是一个具有一定独立功能的程序关于某个数据集合的一次 ...
分类:编程语言   时间:2018-10-04 17:20:21    阅读次数:241
POJ 2420 模拟退火
A Star not a Tree? Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 9298 Accepted: 4022 Description Luke wants to upgrade his home computer ...
分类:其他好文   时间:2018-10-03 00:39:28    阅读次数:190
2862条   上一页 1 ... 56 57 58 59 60 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!