码迷,mamicode.com
首页 >  
搜索关键字:processing mousex    ( 1402个结果
Guava学习笔记:Google Guava 类库简介
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, 等等. 这些高质量的 API 可以...
分类:其他好文   时间:2014-07-21 10:14:58    阅读次数:180
magento mysql
select?sku,COUNT(sku)?cc?from?sales_flat_order_item?where?order_id?in(SELECT?entity_id?from?sales_flat_order?where?state?in(‘complete‘,‘processing‘))?GROUP?BY?sku?ORDER?BY?cc?D...
分类:数据库   时间:2014-07-21 10:08:17    阅读次数:250
基于内容的音频和音乐分析领域的研究工作
基于内容的音频和音乐分析领域的研究工作:主要文献出处:IEEE Transaction on Speech and Audio Processing ;IEEE Transaction on Pattern Analysis and Machine Intelligence(PAMI);IEEE T...
分类:其他好文   时间:2014-07-16 18:56:20    阅读次数:200
Video processing systems and methods
BACKGROUNDThe present invention relates to video processing systems.Advances in imaging technology have led to high resolution cameras for personal us...
分类:其他好文   时间:2014-07-16 17:38:34    阅读次数:441
J - MANAGER(2.4.5)
J - MANAGER(2.4.5) Time Limit:1000MS     Memory Limit:10000KB     64bit IO Format:%I64d & %I64u Submit Status Description One of the programming paradigm in parallel processing is th...
分类:其他好文   时间:2014-07-16 17:30:45    阅读次数:213
arm-linux-gcc 常用参数讲解 gcc编译器使用方法
我们需要编译出运行在ARM平台上的代码,所使用的交叉编译器为arm-linux-gcc。下面将arm-linux-gcc编译工具的一些常用命令参数介绍给大家。 在此之前首先介绍下编译器的工作过程,在使用GCC编译程序时,编译过程分为四个阶段: 1. 预处理(Pre-Processing) 2. 编译...
分类:系统相关   时间:2014-07-16 15:18:30    阅读次数:273
显示对象的像素级碰撞检测
mc2.gotoAndStop(1);varbmd1=newBitmapData(mc1.width,mc1.height,true,0);bmd1.draw(mc1);varbmd2=newBitmapData(mc2.width,mc2.height,true,0);bmd2.draw(mc2);stage.addEventListener(Event.ENTER_FRAME,frameFunc);functionframeFunc(e:Event):void{ mc1.x=this.mouseX; mc..
分类:其他好文   时间:2014-07-15 12:07:45    阅读次数:202
Processing 中玩增强现实 Argument Reality
其实2009年Processing就能做AR了,只是我不知道而已~需要以下几个东西:1、JMyron2、GSVideo3、nyar4psg4、Picking5、OBJLoader或者大伙也可以去下【鲸男】的ARforProcessingAll.zip包,但是里面的东西已经很老了,而且有些小错误,可能...
分类:其他好文   时间:2014-07-15 08:04:43    阅读次数:346
nyar4psg: Cannot find a class or type named "MultiMarker"
Cannot find a class or type named "MultiMarker" 是一种常见错误,产生的原因是Library里面有1个以上的ar库。以我的电脑为例,我装了NyAR2、NyAR4psg,所以运行的时候Processing先搜索NyAR2,结果找不到MultiMarker类...
分类:其他好文   时间:2014-07-15 00:47:37    阅读次数:228
Graphics processing architecture employing a unified shader
FIELD OF THE INVENTIONThe present invention generally relates to graphics processors and, more particularly, to a graphics processor architecture empl...
分类:其他好文   时间:2014-07-14 14:16:36    阅读次数:369
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!