实例介绍
VS2015 x86 编译器 编译的 GSL-2.1 (GNU Scientific Library) 。包含静态库和动态库 dll。 注意:非 VS2015 编译的 GSL 都不能用在 VS2015 中,网上其他所有的 gsl for windows 都不行的。花了我将近一周时间才把 gsl 移植到 vs2015 上。
【实例截图】
【核心代码】
gsl-2.1-vs2015-x86
└── gsl-2.1-vs2015-x86
├── include
│ └── gsl
│ ├── gsl_blas.h
│ ├── gsl_blas_types.h
│ ├── gsl_block_char.h
│ ├── gsl_block_complex_double.h
│ ├── gsl_block_complex_float.h
│ ├── gsl_block_complex_long_double.h
│ ├── gsl_block_double.h
│ ├── gsl_block_float.h
│ ├── gsl_block.h
│ ├── gsl_block_int.h
│ ├── gsl_block_long_double.h
│ ├── gsl_block_long.h
│ ├── gsl_block_short.h
│ ├── gsl_block_uchar.h
│ ├── gsl_block_uint.h
│ ├── gsl_block_ulong.h
│ ├── gsl_block_ushort.h
│ ├── gsl_bspline.h
│ ├── gsl_cblas.h
│ ├── gsl_cdf.h
│ ├── gsl_chebyshev.h
│ ├── gsl_check_range.h
│ ├── gsl_combination.h
│ ├── gsl_complex.h
│ ├── gsl_complex_math.h
│ ├── gsl_const_cgs.h
│ ├── gsl_const_cgsm.h
│ ├── gsl_const.h
│ ├── gsl_const_mksa.h
│ ├── gsl_const_mks.h
│ ├── gsl_const_num.h
│ ├── gsl_deriv.h
│ ├── gsl_dft_complex_float.h
│ ├── gsl_dft_complex.h
│ ├── gsl_dht.h
│ ├── gsl_diff.h
│ ├── gsl_eigen.h
│ ├── gsl_errno.h
│ ├── gsl_fft_complex_float.h
│ ├── gsl_fft_complex.h
│ ├── gsl_fft.h
│ ├── gsl_fft_halfcomplex_float.h
│ ├── gsl_fft_halfcomplex.h
│ ├── gsl_fft_real_float.h
│ ├── gsl_fft_real.h
│ ├── gsl_fit.h
│ ├── gsl_heapsort.h
│ ├── gsl_histogram2d.h
│ ├── gsl_histogram.h
│ ├── gsl_ieee_utils.h
│ ├── gsl_inline.h
│ ├── gsl_integration.h
│ ├── gsl_interp2d.h
│ ├── gsl_interp.h
│ ├── gsl_linalg.h
│ ├── gsl_machine.h
│ ├── gsl_math.h
│ ├── gsl_matrix_char.h
│ ├── gsl_matrix_complex_double.h
│ ├── gsl_matrix_complex_float.h
│ ├── gsl_matrix_complex_long_double.h
│ ├── gsl_matrix_double.h
│ ├── gsl_matrix_float.h
│ ├── gsl_matrix.h
│ ├── gsl_matrix_int.h
│ ├── gsl_matrix_long_double.h
│ ├── gsl_matrix_long.h
│ ├── gsl_matrix_short.h
│ ├── gsl_matrix_uchar.h
│ ├── gsl_matrix_uint.h
│ ├── gsl_matrix_ulong.h
│ ├── gsl_matrix_ushort.h
│ ├── gsl_message.h
│ ├── gsl_min.h
│ ├── gsl_minmax.h
│ ├── gsl_mode.h
│ ├── gsl_monte.h
│ ├── gsl_monte_miser.h
│ ├── gsl_monte_plain.h
│ ├── gsl_monte_vegas.h
│ ├── gsl_multifit.h
│ ├── gsl_multifit_nlin.h
│ ├── gsl_multilarge.h
│ ├── gsl_multimin.h
│ ├── gsl_multiroots.h
│ ├── gsl_multiset.h
│ ├── gsl_nan.h
│ ├── gsl_ntuple.h
│ ├── gsl_odeiv2.h
│ ├── gsl_odeiv.h
│ ├── gsl_permutation.h
│ ├── gsl_permute_char.h
│ ├── gsl_permute_complex_double.h
│ ├── gsl_permute_complex_float.h
│ ├── gsl_permute_complex_long_double.h
│ ├── gsl_permute_double.h
│ ├── gsl_permute_float.h
│ ├── gsl_permute.h
│ ├── gsl_permute_int.h
│ ├── gsl_permute_long_double.h
│ ├── gsl_permute_long.h
│ ├── gsl_permute_short.h
│ ├── gsl_permute_uchar.h
│ ├── gsl_permute_uint.h
│ ├── gsl_permute_ulong.h
│ ├── gsl_permute_ushort.h
│ ├── gsl_permute_vector_char.h
│ ├── gsl_permute_vector_complex_double.h
│ ├── gsl_permute_vector_complex_float.h
│ ├── gsl_permute_vector_complex_long_double.h
│ ├── gsl_permute_vector_double.h
│ ├── gsl_permute_vector_float.h
│ ├── gsl_permute_vector.h
│ ├── gsl_permute_vector_int.h
│ ├── gsl_permute_vector_long_double.h
│ ├── gsl_permute_vector_long.h
│ ├── gsl_permute_vector_short.h
│ ├── gsl_permute_vector_uchar.h
│ ├── gsl_permute_vector_uint.h
│ ├── gsl_permute_vector_ulong.h
│ ├── gsl_permute_vector_ushort.h
│ ├── gsl_poly.h
│ ├── gsl_pow_int.h
│ ├── gsl_precision.h
│ ├── gsl_qrng.h
│ ├── gsl_randist.h
│ ├── gsl_rng.h
│ ├── gsl_roots.h
│ ├── gsl_rstat.h
│ ├── gsl_sf_airy.h
│ ├── gsl_sf_bessel.h
│ ├── gsl_sf_clausen.h
│ ├── gsl_sf_coulomb.h
│ ├── gsl_sf_coupling.h
│ ├── gsl_sf_dawson.h
│ ├── gsl_sf_debye.h
│ ├── gsl_sf_dilog.h
│ ├── gsl_sf_elementary.h
│ ├── gsl_sf_ellint.h
│ ├── gsl_sf_elljac.h
│ ├── gsl_sf_erf.h
│ ├── gsl_sf_exp.h
│ ├── gsl_sf_expint.h
│ ├── gsl_sf_fermi_dirac.h
│ ├── gsl_sf_gamma.h
│ ├── gsl_sf_gegenbauer.h
│ ├── gsl_sf.h
│ ├── gsl_sf_hyperg.h
│ ├── gsl_sf_laguerre.h
│ ├── gsl_sf_lambert.h
│ ├── gsl_sf_legendre.h
│ ├── gsl_sf_log.h
│ ├── gsl_sf_mathieu.h
│ ├── gsl_sf_pow_int.h
│ ├── gsl_sf_psi.h
│ ├── gsl_sf_result.h
│ ├── gsl_sf_synchrotron.h
│ ├── gsl_sf_transport.h
│ ├── gsl_sf_trig.h
│ ├── gsl_sf_zeta.h
│ ├── gsl_siman.h
│ ├── gsl_sort_char.h
│ ├── gsl_sort_double.h
│ ├── gsl_sort_float.h
│ ├── gsl_sort.h
│ ├── gsl_sort_int.h
│ ├── gsl_sort_long_double.h
│ ├── gsl_sort_long.h
│ ├── gsl_sort_short.h
│ ├── gsl_sort_uchar.h
│ ├── gsl_sort_uint.h
│ ├── gsl_sort_ulong.h
│ ├── gsl_sort_ushort.h
│ ├── gsl_sort_vector_char.h
│ ├── gsl_sort_vector_double.h
│ ├── gsl_sort_vector_float.h
│ ├── gsl_sort_vector.h
│ ├── gsl_sort_vector_int.h
│ ├── gsl_sort_vector_long_double.h
│ ├── gsl_sort_vector_long.h
│ ├── gsl_sort_vector_short.h
│ ├── gsl_sort_vector_uchar.h
│ ├── gsl_sort_vector_uint.h
│ ├── gsl_sort_vector_ulong.h
│ ├── gsl_sort_vector_ushort.h
│ ├── gsl_spblas.h
│ ├── gsl_specfunc.h
│ ├── gsl_splinalg.h
│ ├── gsl_spline2d.h
│ ├── gsl_spline.h
│ ├── gsl_spmatrix.h
│ ├── gsl_statistics_char.h
│ ├── gsl_statistics_double.h
│ ├── gsl_statistics_float.h
│ ├── gsl_statistics.h
│ ├── gsl_statistics_int.h
│ ├── gsl_statistics_long_double.h
│ ├── gsl_statistics_long.h
│ ├── gsl_statistics_short.h
│ ├── gsl_statistics_uchar.h
│ ├── gsl_statistics_uint.h
│ ├── gsl_statistics_ulong.h
│ ├── gsl_statistics_ushort.h
│ ├── gsl_sum.h
│ ├── gsl_sys.h
│ ├── gsl_test.h
│ ├── gsl_types.h
│ ├── gsl_vector_char.h
│ ├── gsl_vector_complex_double.h
│ ├── gsl_vector_complex_float.h
│ ├── gsl_vector_complex.h
│ ├── gsl_vector_complex_long_double.h
│ ├── gsl_vector_double.h
│ ├── gsl_vector_float.h
│ ├── gsl_vector.h
│ ├── gsl_vector_int.h
│ ├── gsl_vector_long_double.h
│ ├── gsl_vector_long.h
│ ├── gsl_vector_short.h
│ ├── gsl_vector_uchar.h
│ ├── gsl_vector_uint.h
│ ├── gsl_vector_ulong.h
│ ├── gsl_vector_ushort.h
│ ├── gsl_version.h
│ ├── gsl_wavelet2d.h
│ └── gsl_wavelet.h
├── lib_dll
│ ├── gslcblas_msvc2015_x86.dll
│ ├── gslcblas_msvc2015_x86.exp
│ ├── gslcblas_msvc2015_x86.lib
│ ├── gsl_msvc2015_x86.dll
│ ├── gsl_msvc2015_x86.exp
│ └── gsl_msvc2015_x86.lib
└── lib_static
├── gslcblas_msvc2015_x86.lib
└── gsl_msvc2015_x86.lib
5 directories, 234 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论