码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
POJ 1463 Strategic game 最小点覆盖集(树形dp)
点击打开链接 Strategic game Time Limit: 2000MS   Memory Limit: 10000K Total Submissions: 6105   Accepted: 2808 Description Bob enjoys playing computer games, especially st...
分类:其他好文   时间:2014-07-22 23:01:55    阅读次数:304
《Pro Android Graphics》读书笔记之第二节
Android Digital Video: Formats, Concepts and Optimization       Android Digital Video Formats: MPEG4 H.264 and WebM VP8    H.263 支持老显示器 MPEG4 SP   supported for commercial video(支持商业视频) 3GP Google在...
分类:移动开发   时间:2014-07-22 23:01:15    阅读次数:381
Unity3D Optimizing Graphics Performance for iOS
原地址:http://blog.sina.com.cn/s/blog_72b936d801013ptr.htmlicense Comparisonshttp://unity3d.com/unity/licenses#iphoneOptimizing Graphics Performancehttp:...
分类:移动开发   时间:2014-05-12 18:06:33    阅读次数:1099
UVA之10878 - Decode the tape
【题目】 Your boss has just unearthed a roll of old computer tapes. The tapes have holes in them and might contain some sort of useful information. It falls to you to figure out what is written on them...
分类:其他好文   时间:2014-05-02 23:35:16    阅读次数:526
内存
内存(英语:Computer memory)是一种利用半导体技术做成的电子设备,用来存储数据。电子电路的数据是以二进制的方式存储,存储器的每一个存储单元称做记忆元。存储器的种类很多,按其用途可分为主存储器和辅助存储器,主存储器又称内存储器(简称内存)。?基本简介 内存是计算机中重要的部件之一,它是....
分类:其他好文   时间:2014-05-02 19:08:47    阅读次数:415
Android Graphics专题(1)--- Canvas基础
Canvas是Android UI框架的基础,在Android的控件体系中,所有容器类、控件类在实现上都依赖于Canvas,界面的绘制实质上都是Canvas绘制的。本文将讨论Canvs的由来,并通过实例展示Canvas的基础用法。...
分类:移动开发   时间:2014-05-02 19:02:09    阅读次数:524
A fine property of the non-empty countable dense-in-self set in the real line
A fine property of the non-empty countable dense-in-self set in the real lineZujin ZhangSchool of Mathematics and Computer Science,GannanNormalUnivers...
分类:其他好文   时间:2014-05-02 17:05:10    阅读次数:504
android启动界面
启动界面的效果图: 实现的原理:在一个线程中让几幅图片进行循环显示,实现了动画的效果。 主要的实现类LoadingView是自定义控件,继承了ImageView,实现了Runnable接口 : package wht.android.loading; import android.content.Context; import android.graphics.Canvas; imp...
分类:移动开发   时间:2014-05-02 05:06:02    阅读次数:371
inherited在消息中的作用
好奇一下。看来Object Pascal确实与Windows深入结合了。unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Std.....
分类:其他好文   时间:2014-05-02 00:02:51    阅读次数:275
OpenCV2马拉松第5圈——线性滤波
收入囊中 这里的很多内容其实在我的Computer Vision: Algorithms and ApplicationsのImage processing中都有讲过 相关和卷积工作原理边界处理滤波器的工作原理会使用均值滤波,高斯滤波使用自己创造的核函数进行双线性滤波可分离的滤波(加速) 葵花宝典 相关: g=f?h 卷积: g...
分类:其他好文   时间:2014-04-29 13:25:21    阅读次数:578
5401条   上一页 1 ... 537 538 539 540 541 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!