搜索资源列表
GPU-course
- 自己收集整理的关于GPU的编程环境安装,配置,编程,应用技巧等众多网络上的优秀文章和资源,非常的实用和丰富。主要是针对NVIDIA公司的CUDA的,开发平台包括Linux和VS2005,VS2008,VS2010。-Collected on their GPU programming environment installation, configuration, programming, application techniques and many excellent articles on
CopenCV
- 找最新的下就行了,傻瓜式安装,选择目录后自动完成安装,然后提示安装VS2008和VS2010的插件,我使用的是 VS2010,然后完成操作。-Find the latest on the line, fool installation, select the directory to complete automatically after installation, and then prompts to install the VS2008 and VS2010 plugin, I am
VS2010_MPI
- VS2010 开发环境下的MPICH2详细配置,目前该网站好像还没有2010的详细配置。本人通过测试,证明该配置流程是通用的。-VS2010 development environment MPICH2 configuration details, currently the site seems to have no detailed configuration 2010. I passed the test, to prove that the configuration process i
vs2010
- vs2010发布、打包安装程序超全超详细-Publishing, packaging, installation procedures for ultra-ultra-detailed
VS2010-course
- 本篇教程主要关于VS2010软件的安装到学习的全过程-This tutorial is the whole process of learning of VS2010 installation of software
VTK-VS2010-installation-process
- VTK在Vs010和win7环境下的安装过程,非常有用,能够帮助VTK安装出问题的朋友。-VTK in Vs010 and win7 environment installation process, very useful, can help VTK installation with friends.
VS-MFC
- 一款关于基于VS2010中MFC的程序设计教程,里面有详细的步骤,即使初学者也能顺利实现。-A based the VS2010 MFC program design tutorial, there are the detailed steps, even beginners can successfully achieve.
ditucx
- VS2010相关的地图的查询代码,hashmap继承于_Hash,基本所有实现都是对于_Hash得封装-VS2010 related maps query code, hashmap inherited _Hash, basically get all implementations are packaged for _Hash
VS2010-CUDAdeploy
- VS2010 CUDA 5.5 Win7 64位配置以及项目创建配置-VS2010 CUDA 5.5 Win7 64bit system deploy and new project deploy
2010vcPPCALL-matlab(R2013a)
- vs2010调用matlab(R2013a)两种方法—engin引擎与动态连接库,包含详细VS2010配置方法,图文描述-two ways of vs2010 CALL matlab(R2013a)
VS2010
- vs2010的快捷键大全,你可以根据此文档,快速集中掌握vs2010的所有快捷键方式,方便您的编程开发-this is the vs2010
vs2010-
- vs2010快捷键大全,可以方便快捷的使用vs2010软件,是编程过程更加有效率-vs2010 shortcuts Daquan, can be convenient to use vs2010 software, the programming process is more efficient
VS2010git
- GIT 对应的VS2010 的详细设置和对应的密码加载无需重复输入账号和密码-GIT corresponding VS2010 detailed Settings and the corresponding password load without repeated input account and password
A-DLL-export-interface-in-VS2010
- 看《VC++动态链接库(DLL)编程深入浅出》时,里面提到使用Visual C++的Depends工具可以查看动态链接库中的导出接口。对于VC6.0,VC所带的Depends软件,在VC6安装目录下的tools文件夹里面,可以直接运行。但是VS2010中没有了Depends工具,如何查看DLL文件的导出接口呢?-How to view a DLL export interface in VS2010