搜索资源列表
typeof_common
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
gdal-1.7.1.tar
- 在vs上安装vbpshi必须要用到的文件,是自从广泛包-Osg+ 2008+ 2010 installation files, main is to teach how to vs2008 and installed on the steps vs2010 osg
CUDA
- 利用VS 2010在cuda基础上加速来计算大型数据-With VS 2010 cuda based on large data to calculate the acceleration
readwav-under-VS-environment
- visual studio 2010环境下,实现对wav文件的正确读取,在语音识别中非常重要的一步-visual studio 2010 environment, to achieve the wav file read correctly, in speech recognition is very important step
CMPP_Project
- This is an sample Compiler for mini java language. It uses Flex and Bison tools and is built using VS.NET 2010