自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

cocoonyang的专栏

To be, or not to be

  • 博客(3)
  • 资源 (2)
  • 收藏
  • 关注

原创 在cmd命令行下使用VS Build Tools 编译运行C/C++源文件

IntroductionThe following tools can help you to build a C/C++ project on the command line[10].CLUse the compiler (cl.exe) to compile and link source code files into apps, libraries, and DLLs.Lin...

2015-08-31 16:37:35 13884 2

转载 学习BLAS库 -- DTRSM

函数语法:     XTRSM(SIDE, UPLD, TRANSA, DIAG, M, N, ALPHA, A, LDA, B, LDB)功能:    Solves one of the matrix equations    op( A )*X = alpha*B,   or   X*op( A ) = alpha*B, where alpha is a scalar, X and B are...

2015-08-07 00:09:06 2665

原创 学习BLAS库 -- DOT

函数语法: XDOT( N, X, INCX, Y, INCY)功能:Computes the dot product of two vectors.dot <- X^{T}Y参数: X: S(single float), D(double float), DS N: vector dimension X: vector xINCX: spacing b...

2015-08-06 21:59:33 5953 1

Chrome 离线安装版

Chrome Standalone 离线安装版 2015

2015-12-11

Sipesc.Opt

Sipesc.Opt是一款通用优化软件. 包含BFGS, SLP, SQP, GA, DGA等多种优化算法; 均匀试验设计,中心复合试验设计,正交试验设计, 析因试验设计等多种试验设计方法;以及,RSM,RBF 等替代模型工具。

2013-02-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除