科学网

 找回密码
  注册
Visua Studio 2008 编译 cminpack
胡寿村 2012-7-14 14:08
minpack有fortran版的和c/c++版的,后者称为cminpack 在cminpack的网站 http://devernay.free.fr/hacks/cminpack/index.html 中提到了cminpack相对于fortran的一些优点。其中一个优点就是cminpack中传入的函数指针的原型相比于fortran的minpack增加了一个void*型的指针,这个传入的指针有大作用,所有在函数体内部需 ...
7341 次阅读|没有评论
C++程序中从文本文件读入一个未知行数和列数的浮点矩阵数据
胡寿村 2012-7-12 09:55
#include "iostream" #include iomanip #include fstream #include string #include vector using std::string; using std::vector; typedef vectordouble dVX; typedef vectorvectordouble dMX; /** * 从文本文件中读入一个矩阵数据 */ dMX readfile( string ...
10205 次阅读|没有评论
让SCITE支持中文
胡寿村 2012-5-15 08:58
从菜单栏中寻找 options --open global options 添加一行代码 code.page=936 以上方法在Lua for windows中试验成功
5538 次阅读|没有评论

本页有 7 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-8 07:07

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部