记录20180510 问题:如何从thermo-calc导出文本数据供origin绘图? 解决: In Thermo-Calc graphical mode, you can just add a 'Table renderer' to export data to a .txt file. In Thermo-Calc Console mode, there are two ways, 1) use the 'make_experimental_datafile' command, this
如何在MFC中调用CUDA 有时候,我们需要在比较大的项目中调用CUDA,这就涉及到MFC+CUDA的环境配置问题,以矩阵相乘为例,在MFC中调用CUDA程序.我们参考罗振东iylzd@163.com(国防科学技术大学计算机学院)的方法. 环境: Windows 7 SP1 Microsoft Visual Studio 2010 CUDA 5.0 步骤: 1.首先建立一个空的名叫Matrix Multiplication_KahanMFC的"FCM应用程序"项目: 点击"确