码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
hdu1150Machine Schedule (二分匹配,最小顶点覆盖)
Problem Description As we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Scheduling problems differ widely in the nature of...
分类:其他好文   时间:2014-07-28 15:47:03    阅读次数:308
Machine Learning Notes, MOOC, W1_Introduction
Definition of Supervised Learning and unsupervised learningIdea of supervised learning is to teach computer how to do something.Idea of unsupervised l...
分类:其他好文   时间:2014-07-28 11:32:10    阅读次数:183
Uniform synchronization between multiple kernels running on single computer systems
The present invention allocates resources in a multi-operating system computing system, thereby avoiding bottlenecks and other degradations that resul...
分类:其他好文   时间:2014-07-28 11:25:00    阅读次数:302
IOS开发——Core Graphics & Core Animation
网上学习资源很多,但是分类五花八门,不能很好作为思维导图一部分,所以最近用思维导图方式开始整理一些IOS中最常用的进价技术和一些demo。 小编认为IOS开发中最重要和难度较高的技术应该算是绘图和动画了,毕竟IOS说白了就是一个展现app的平台,图形技术最为重要,那么怎样在一个app中为用户展现最精彩的视觉效果,是每个开发者必备的技能。...
分类:移动开发   时间:2014-07-27 23:48:09    阅读次数:296
Linux下配置OpenCV1.0环境
自己一直嚷嚷着打算学学图像识别,识别个简单的,车牌号,验证码之类的,之前查过资料,OpenCV可以实现。昨天花了一个下午终于配置好环境了,今天写下总结。OpenCV这一名称包含了Open和Computer Vision两者的意思。实际上,Open指Open Source(开源,即开放源代码),Com...
分类:系统相关   时间:2014-07-27 23:33:39    阅读次数:593
poj 3436 -- ACM Computer Factory
ACM Computer FactoryTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 5244Accepted: 1796Special JudgeDescriptionAs you know, all the computers ...
分类:其他好文   时间:2014-07-27 22:45:01    阅读次数:308
Android中获取屏幕长宽的方法
package com.kale.screen;import android.annotation.SuppressLint;import android.app.Activity;import android.graphics.Point;import android.os.Bundle;impo...
分类:移动开发   时间:2014-07-27 22:23:29    阅读次数:196
POJ 3436 ACM Computer Factory 最大流
要求输出每一条有流量的边的流量,数据范围不大我就用标号法水过了,输出的时候只要把所有大于0的流量的边输出就好。#include #include #include #include #include #include #include #include #include #include #incl...
分类:其他好文   时间:2014-07-27 21:54:39    阅读次数:265
Linux下配置OpenCV1.0环境
自己一直嚷嚷着打算学学图像识别,识别个简单的,车牌号,验证码之类的,之前查过资料,OpenCV可以实现。昨天花了一个下午终于配置好环境了,今天写下总结。OpenCV这一名称包含了Open和Computer Vision两者的意思。实际上,Open指Open Source(开源,即开放源代码),Com...
分类:系统相关   时间:2014-07-27 21:32:45    阅读次数:658
HDU 2196——Computer(树形DP)
膜拜了NN个大神的代码,看了一整天,弱菜伤不起啊。求拜师啊 问题分析:求树上每个节点到其它节点的最远距离 每个节点到其它节点的最远距离就是以该节点为根的树所能达到的最大深度,这样子的话,要把每个节点转化为根,总共dfs的次数为节点数,肯定超时 于是~ 一个节点的最长路:1.从该节点往下取得最长路(子树部分)  2.从该节点往上取得的最长路(父节点往上的部分) 情况1:自下而上的d...
分类:其他好文   时间:2014-07-27 11:27:42    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!