码迷,mamicode.com
首页 >  
搜索关键字:项目打包    ( 661个结果
图形互操作源码分析
项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-26 21:03:18    阅读次数:237
maven 打包可执行jar 问题小结
最近项目用到maven,完成后要将项目打包成可执行的jar,在网上搜了很多打包方法,但总有个个别问题在那里 pom配置文件增加下面配置,执行mvn clean package org.apache.maven.plugins maven-jar-plugin true Main ...
分类:其他好文   时间:2014-09-26 12:17:18    阅读次数:184
基于纹理内存的CUDA热传导模拟
原文链接项目中有三个,第一个是全局内存,其余两个分别是基于1d和2d纹理内存。项目打包下载。纹理内存是只读内存,与常量内存相同的是,纹理内存也缓存在芯片中,因此某些情况下,它能减少对内存的请求并提供更高效的内存宽带。纹理内存专门为那些内存访问模式中存在大量空间局部性的图形应用程序而设计的。在某个计算...
分类:其他好文   时间:2014-09-24 19:38:27    阅读次数:157
使用全局内存的光线跟踪实验
使用全局内存来存储球面对象,项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain al...
分类:其他好文   时间:2014-09-23 12:26:44    阅读次数:236
使用常量内存来处理光线跟踪
项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-23 11:56:14    阅读次数:214
共享内存实现大规模点积
项目打包下载 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors retain all intellectual...
分类:其他好文   时间:2014-09-22 17:01:32    阅读次数:304
cuda中当元素个数超过线程个数时的处理案例
项目打包下载当向量元素超过线程个数时的情况向量元素个数为(33 * 1024)/(128 * 128)=2.x倍 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corpora....
分类:编程语言   时间:2014-09-21 23:21:51    阅读次数:373
《GPU高性能编程CUDA实战中文》中第四章的julia实验
在整个过程中出现了各种问题,我先将我调试好的真个项目打包,提供下载。 1 /* 2 * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. 3 * 4 * NVIDIA Corporation and its licensors....
分类:其他好文   时间:2014-09-21 21:13:51    阅读次数:417
荐 android 如何打包自定义控件(转)
荐 android 如何打包自定义控件(转)目录[-]方式一:将项目打包成jar包方式二:项目作为一个library 设计自定义的控件对android开发人员来说,是家常便饭了,但是多次做项目的经验证明了一个道理,自定义的控件,可以在其他项目中,多次使用,所以接下来我们来介绍2种常用的打包方式,并....
分类:移动开发   时间:2014-09-20 01:03:06    阅读次数:308
利用VS安装项目打包软件的做法
昨天摸索了一下,发现使用VS安装项目来打包软件还是挺方便的。...
分类:其他好文   时间:2014-09-12 20:48:54    阅读次数:227
661条   上一页 1 ... 62 63 64 65 66 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!