程序
文章平均质量分 80
meanwe712
我就是我!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
贝塞尔函数Bessel(原理与实现)
程序实现:// crt_bessel1.c#include #include int main( void ){ double x = 2.387; int n = 3, c; printf( "Bessel functions for x = %f:\n", x ); printf( " Kind Order Function转载 2012-09-27 20:38:52 · 28048 阅读 · 5 评论 -
在windows下安装CGAL程序
Installing CGAL and related programs on Windows operating systemThis page explains how to install CGAL 4.3 with Boost 1.55.0 and QT4.8.5 on Windows 8 using Visual Studio 2010 generating 32 bit转载 2014-03-25 19:16:15 · 2683 阅读 · 0 评论
分享