码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
Procedures to enable crash dump in windows server
Right click ‘Computer’ and select ‘Properties’;Click the ‘Advanced system settings’ and in the dialog tab of ‘Advanced’ click button ‘Environment Vari...
分类:Windows程序   时间:2014-07-22 22:53:53    阅读次数:241
On-demand diverse path computation for limited visibility computer networks
In one embodiment, a source device detects a packet flow that meets criteria for multi-path forwarding, and forwards a probe packet on a primary path ...
分类:Web程序   时间:2014-07-22 22:47:53    阅读次数:374
图像处理、模式识别、模式分类、机器视觉推荐图书
源地址:http://blog.chinaunix.net/uid-26020768-id-3155898.html1、数字图像处理,冈萨雷斯,阮秋琦(译),电子工业出版社;2、opencv基础篇,于仕琦,刘瑞祯,北京航空航天大学出版社;3、Learning OpenCV computer visi...
分类:其他好文   时间:2014-07-22 00:38:34    阅读次数:212
UVa12096.The SetStack Computer
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=32481391605812096The SetStack ComputerAcceptedC++0...
分类:其他好文   时间:2014-07-22 00:28:38    阅读次数:220
poj_2586_Y2K Accounting Bug_201407211318
Y2K Accounting BugTime Limit:1000MSMemory Limit:65536KTotal Submissions:10210Accepted:5083DescriptionAccounting for Computer Machinists (ACM) has suff...
分类:其他好文   时间:2014-07-22 00:25:37    阅读次数:177
libgdx Actor
直接上代码吧 1 package com.mygdx.game; 2 3 import com.badlogic.gdx.Gdx; 4 import com.badlogic.gdx.graphics.g2d.Animation; 5 import com.badlogic.gdx.graphic....
分类:其他好文   时间:2014-07-21 23:30:20    阅读次数:360
uva 12096 - The SetStack Computer(STL 的运用)
这道题目貌似就是在不停地用STL中的内容,对STL熟练运用的大神估计坐起来会比较easy。。 不过对于我这种看着代码还是需要上网查函数运用的菜鸟来说,若让我自己做这道题,肯定不会使用STL。。 就当对STL的学习了。 #include #include #include #include #include #include #include #include #include//set_un...
分类:其他好文   时间:2014-07-21 11:44:55    阅读次数:320
C语言基础学习9:指向指针的指针
一般形式:基类型 **变量名;例如:char **p;void main(){ char *name[] = {"Follow me","Basic","Great Wall","FORTRAN","Computer design"}; char **p; int i; fo...
分类:编程语言   时间:2014-07-21 09:33:30    阅读次数:235
Linux ARM交叉编译器设定
在Host PC (x86)下编译ARM的应用时需要使用ARM交叉编译器, 虽然可以从头编译相关工具,但是实在是太麻烦了,而且一般都没有这必要。 目前可以使用的已编译好的二进制文件主要是由Mentor Graphics提供。 主要步骤如下: 1. 下载相关的软件包 $ wget https://sourcery.mentor.com/GNUToolchain/package128...
分类:系统相关   时间:2014-07-21 09:28:42    阅读次数:293
认识WebGL
认识WebGL作者:chszs,转载需注明。博客主页:http://blog.csdn.net/chszsWebGL是一个跨平台、免费的底层3D绘图API的Web标准,它基于OpenGL ES 2.0标准。WebGL是网页上渲染三维图形图像的技术,它本身是HTML5规范的一部分。WebGL通过HTML5 Canvas元素对外暴露DOM编程接口。WebGL全称是Web-based Graphics ...
分类:Web程序   时间:2014-07-20 22:41:03    阅读次数:352
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!