| 查看: 3175 | 回复: 9 | ||
orential木虫 (小有名气)
|
[求助]
如何用C++6.0调用refprop物性查询软件
|
如何用C++6.0调用refprop物性查询软件,在网上搜了很多,只有matlab以及fortran调用refprop的,想知道为什么,求高手指教,最好能详细点 |
» 猜你喜欢
308求调剂
已经有4人回复
NSFC申报书里申请人简历中代表性论著还需要在申报书最后的附件里面再上传一遍吗
已经有14人回复
材料与化工一志愿南昌大学327求调剂推荐
已经有6人回复
化学调剂0703
已经有7人回复
327求调剂
已经有11人回复
调剂
已经有8人回复
梁成伟老师课题组欢迎你的加入
已经有7人回复
伙伴们,祝我生日快乐吧
已经有24人回复
中科院材料273求调剂
已经有3人回复
材料工程专硕274一志愿211求调剂
已经有5人回复
» 本主题相关价值贴推荐,对您同样有帮助:
求Nist软件:Refprop9
已经有23人回复

|
2楼2012-09-11 23:43:08
li343
至尊木虫 (职业作家)
- 应助: 32 (小学生)
- 金币: 16345.4
- 散金: 138
- 红花: 11
- 沙发: 1
- 帖子: 3033
- 在线: 998.3小时
- 虫号: 579854
- 注册: 2008-07-11
- 性别: GG
- 专业: 工程热物理相关交叉领域
【答案】应助回帖
★
感谢参与,应助指数 +1
天也潇潇: 金币+1, 鼓励应助,建议您重新编辑一下帖子,乱码问题我会及时反馈给管理者 2012-09-12 20:50:35
感谢参与,应助指数 +1
天也潇潇: 金币+1, 鼓励应助,建议您重新编辑一下帖子,乱码问题我会及时反馈给管理者 2012-09-12 20:50:35
|
看帮助,这个很容易的。跟MATLAB啥的调用基本上都是一样的。 Sample C++ Code The example C code, called EX_C1.CPP (located in the CPP.Zip file), uses explicit (sometimes called late) linking for the functions in the dll. All functions exported by the dll have been provided in the header file, REFPROP1.h, for completeness. All functions exported by REFPROP are in the file PASS_FTN.FOR located the REFPROP\FORTRAN directory. This sample code was tested with the Microsoft Visual C++ compiler in Visual Studio 2003 (Microsoft 32-bit C/C++ Compiler Version 13.10.3077). The main issues in mixed-language code compiling are function naming conventions, argument passing, and stack maintenance. Explicit calling of the FORTRAN functions in the dll allows one to define a function pointer name explicitly. The _stdcall keyword on the function prototype lets the compiler know how arguments will be passed and which side is responsible for cleaning the stack after the function call. 关键有两点: 1) 确认REFPROP的??置 The REFPROP fluids directory should be located in "C:\Program Files\REFPROP\fluids". 2) 注??借???程?????REFPROP的版本和你的C++是???对应,??是任?????一个就能用的。 |
3楼2012-09-12 16:38:54
li343
至尊木虫 (职业作家)
- 应助: 32 (小学生)
- 金币: 16345.4
- 散金: 138
- 红花: 11
- 沙发: 1
- 帖子: 3033
- 在线: 998.3小时
- 虫号: 579854
- 注册: 2008-07-11
- 性别: GG
- 专业: 工程热物理相关交叉领域
4楼2012-09-12 16:40:17
orential
木虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 3700.5
- 散金: 100
- 红花: 1
- 帖子: 170
- 在线: 95.6小时
- 虫号: 1437220
- 注册: 2011-10-11
- 性别: GG
- 专业: 可再生与替代能源利用中的

5楼2012-09-12 17:05:55
orential
木虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 3700.5
- 散金: 100
- 红花: 1
- 帖子: 170
- 在线: 95.6小时
- 虫号: 1437220
- 注册: 2011-10-11
- 性别: GG
- 专业: 可再生与替代能源利用中的

6楼2012-09-12 17:08:09
li343
至尊木虫 (职业作家)
- 应助: 32 (小学生)
- 金币: 16345.4
- 散金: 138
- 红花: 11
- 沙发: 1
- 帖子: 3033
- 在线: 998.3小时
- 虫号: 579854
- 注册: 2008-07-11
- 性别: GG
- 专业: 工程热物理相关交叉领域
7楼2012-09-13 08:29:23
orential
木虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 3700.5
- 散金: 100
- 红花: 1
- 帖子: 170
- 在线: 95.6小时
- 虫号: 1437220
- 注册: 2011-10-11
- 性别: GG
- 专业: 可再生与替代能源利用中的

8楼2012-09-13 11:32:19
pym422583407
新虫 (初入文坛)
- 应助: 1 (幼儿园)
- 金币: 4.1
- 红花: 1
- 帖子: 23
- 在线: 22.4小时
- 虫号: 1424958
- 注册: 2011-10-01
- 性别: GG
- 专业: 工程热物理相关交叉领域
9楼2012-11-07 13:30:21
10楼2018-10-12 11:45:29













回复此楼