CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算

文件名称:cvode-2.5.0.tar

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-10-29
  • 文件大小:
    1.64mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

数值运算代码,可求解一般微分方程,数值运算代码,可求解一般微分方程-numerical algorithm
(系统自动生成,下载前可以参看下载内容)

下载文件列表

cvode-2.5.0/README
cvode-2.5.0/INSTALL_NOTES
cvode-2.5.0/LICENSE
cvode-2.5.0/Makefile.in
cvode-2.5.0/configure.ac
cvode-2.5.0/acinclude.m4
cvode-2.5.0/config.hin
cvode-2.5.0/configure
cvode-2.5.0/config/sundials-config.in
cvode-2.5.0/config/config.guess
cvode-2.5.0/config/config.sub
cvode-2.5.0/config/install-sh
cvode-2.5.0/config/mkinstalldirs
cvode-2.5.0/config/ltmain.sh
cvode-2.5.0/config/fortran_update.in
cvode-2.5.0/config/mod_c.m4
cvode-2.5.0/config/mod_fortran.m4
cvode-2.5.0/config/cust_general.m4
cvode-2.5.0/include/sundials/sundials_types.h
cvode-2.5.0/include/sundials/sundials_math.h
cvode-2.5.0/include/sundials/sundials_nvector.h
cvode-2.5.0/include/sundials/sundials_fnvector.h
cvode-2.5.0/include/sundials/sundials_dense.h
cvode-2.5.0/include/sundials/sundials_smalldense.h
cvode-2.5.0/include/sundials/sundials_band.h
cvode-2.5.0/include/sundials/sundials_spgmr.h
cvode-2.5.0/include/sundials/sundials_spbcgs.h
cvode-2.5.0/include/sundials/sundials_sptfqmr.h
cvode-2.5.0/include/sundials/sundials_iterative.h
cvode-2.5.0/include/nvector/nvector_serial.h
cvode-2.5.0/include/nvector/nvector_parallel.h
cvode-2.5.0/src/sundials/README
cvode-2.5.0/src/sundials/Makefile.in
cvode-2.5.0/src/sundials/sundials_config.in
cvode-2.5.0/src/sundials/sundials_math.c
cvode-2.5.0/src/sundials/sundials_nvector.c
cvode-2.5.0/src/sundials/sundials_dense.c
cvode-2.5.0/src/sundials/sundials_smalldense.c
cvode-2.5.0/src/sundials/sundials_band.c
cvode-2.5.0/src/sundials/sundials_spgmr.c
cvode-2.5.0/src/sundials/sundials_spbcgs.c
cvode-2.5.0/src/sundials/sundials_sptfqmr.c
cvode-2.5.0/src/sundials/sundials_iterative.c
cvode-2.5.0/src/nvec_ser/README
cvode-2.5.0/src/nvec_ser/fnvector_serial.h
cvode-2.5.0/src/nvec_ser/Makefile.in
cvode-2.5.0/src/nvec_ser/nvector_serial.c
cvode-2.5.0/src/nvec_ser/fnvector_serial.c
cvode-2.5.0/src/nvec_par/README
cvode-2.5.0/src/nvec_par/fnvector_parallel.h
cvode-2.5.0/src/nvec_par/Makefile.in
cvode-2.5.0/src/nvec_par/nvector_parallel.c
cvode-2.5.0/src/nvec_par/fnvector_parallel.c
cvode-2.5.0/src/cvode/LICENSE
cvode-2.5.0/src/cvode/README
cvode-2.5.0/doc/cvode/cv_guide.pdf
cvode-2.5.0/doc/cvode/cv_examples.pdf
cvode-2.5.0/include/cvode/cvode.h
cvode-2.5.0/include/cvode/cvode_dense.h
cvode-2.5.0/include/cvode/cvode_band.h
cvode-2.5.0/include/cvode/cvode_diag.h
cvode-2.5.0/include/cvode/cvode_spgmr.h
cvode-2.5.0/include/cvode/cvode_spbcgs.h
cvode-2.5.0/include/cvode/cvode_sptfqmr.h
cvode-2.5.0/include/cvode/cvode_spils.h
cvode-2.5.0/include/cvode/cvode_bandpre.h
cvode-2.5.0/include/cvode/cvode_bbdpre.h
cvode-2.5.0/src/cvode/Makefile.in
cvode-2.5.0/src/cvode/cvode.c
cvode-2.5.0/src/cvode/cvode_io.c
cvode-2.5.0/src/cvode/cvode_dense.c
cvode-2.5.0/src/cvode/cvode_band.c
cvode-2.5.0/src/cvode/cvode_diag.c
cvode-2.5.0/src/cvode/cvode_spils.c
cvode-2.5.0/src/cvode/cvode_spgmr.c
cvode-2.5.0/src/cvode/cvode_spbcgs.c
cvode-2.5.0/src/cvode/cvode_sptfqmr.c
cvode-2.5.0/src/cvode/cvode_bandpre.c
cvode-2.5.0/src/cvode/cvode_bbdpre.c
cvode-2.5.0/src/cvode/cvode_impl.h
cvode-2.5.0/src/cvode/cvode_dense_impl.h
cvode-2.5.0/src/cvode/cvode_band_impl.h
cvode-2.5.0/src/cvode/cvode_diag_impl.h
cvode-2.5.0/src/cvode/cvode_spils_impl.h
cvode-2.5.0/src/cvode/cvode_bandpre_impl.h
cvode-2.5.0/src/cvode/cvode_bbdpre_impl.h
cvode-2.5.0/src/cvode/fcmix/Makefile.in
cvode-2.5.0/src/cvode/fcmix/fcvode.h
cvode-2.5.0/src/cvode/fcmix/fcvode.c
cvode-2.5.0/src/cvode/fcmix/fcvewt.c
cvode-2.5.0/src/cvode/fcmix/fcvpreco.c
cvode-2.5.0/src/cvode/fcmix/fcvjtimes.c
cvode-2.5.0/src/cvode/fcmix/fcvband.c
cvode-2.5.0/src/cvode/fcmix/fcvdense.c
cvode-2.5.0/src/cvode/fcmix/fcvbp.h
cvode-2.5.0/src/cvode/fcmix/fcvbp.c
cvode-2.5.0/src/cvode/fcmix/fcvbbd.h
cvode-2.5.0/src/cvode/fcmix/fcvbbd.c
cvode-2.5.0/src/cvode/fcmix/fcvroot.h
cvode-2.5.0/src/cvode/fcmix/fcvroot.c
cvode-2.5.0/examples/cvode/serial/README
cvode-2.5.0/examples/cvode/serial/Makefile.in
cvode-2.5.0/examples/cvode/serial/cvbanx.c
cvode-2.5.0/examples/cvode/serial/cvbanx.out
cvode-2.5.0/examples/cvode/serial/cvdenx.c
cvode-2.5.0/examples/cvode/serial/cvdenx.out
cvode-2.5.0/examples/cvode/serial/cvdenx_uw.c
cvode-2.5.0/examples/cvode/serial/cvdenx_uw.out
cvode-2.5.0/examples/cvode/serial/cvdirectdem.c
cvode-2.5.0/examples/cvode/serial/cvdirectdem.out
cvode-2.5.0/examples/cvode/serial/cvkrydem_lin.c
cvode-2.5.0/examples/cvode/serial/cvkrydem_lin.out
cvode-2.5.0/examples/cvode/serial/cvkrydem_pre.c
cvode-2.5.0/examples/cvode/serial/cvkrydem_pre.out
cvode-2.5.0/examples/cvode/serial/cvkryx_bp.c
cvode-2.5.0/examples/cvode/serial/cvkryx_bp.out
cvode-2.5.0/examples/cvode/serial/cvkryx.c
cvode-2.5.0/examples/cvode/serial/cvkryx.out
cvode-2.5.0/examples/cvode/fcmix_serial/README
cvode-2.5.0/examples/cvode/fcmix_serial/Makefile.in
cvode-2.5.0/examples/cvode/fcmix_serial/fcvbanx.f
cvode-2.5.0/examples/cvode/fcmix_serial/fcvbanx.out
cvode-2.5.0/examples/cvode/fcmix_serial/fcvdenx.f
cvode-2.5.0/examples/cvode/fcmix_serial/fcvdenx.out
cvode-2.5.0/examples/cvode/fcmix_serial/fcvkryx_bp.f
cvode-2.5.0/examples/cvode/fcmix_serial/fcvkryx_bp.out
cvode-2.5.0/examples/cvode/fcmix_serial/fcvkryx.f
cvode-2.5.0/examples/cvode/fcm

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com