
c++
文章平均质量分 75
genii12345
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vs2010使用gmock
#include #include #include #include #include using namespace std;//连接gmock.lib#pragma comment(lib,"gmock.lib")//定义UserInterface类,值提供接口,没有具体实现class UserInterface {public: virtual ~UserInte原创 2013-02-25 16:51:17 · 2691 阅读 · 0 评论 -
曲线拟合-B样条曲线(BCB实现)
源代码如下: static float x[n+1]={0,50,100,150,200,250,300,350,400};static float y[n+1]={0,60,60,80,-100,0,80,-40,80};TForm1 *Form1;//--------------------------------------------------------------原创 2013-02-26 13:25:36 · 2021 阅读 · 0 评论