4步教你学会使用matlab模糊控制工具箱 Matlab模糊控制工具箱为模糊控制器的设计提供了一种非常便捷的途径,通过它我们不需要进行复杂的模糊化、模糊推理及反模糊化运算,只需要设定相应参数,就可以很快得到我们所需要的控制器,而且修改也非常方便。下面将根据模糊控制器设计步骤,一步步利用Matla... Read More
posted @ 2015-01-03 21:38 再见,少年 Views(14605) Comments(0) Diggs(2) Edit
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ //glClear(GL_COLOR_BUFFER_BIT|GL_D... Read More
posted @ 2015-01-03 12:13 再见,少年 Views(356) Comments(0) Diggs(0) Edit
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ glClear(GL_COLOR_BUFFER_BIT|GL_DEP... Read More
posted @ 2015-01-03 11:54 再见,少年 Views(262) Comments(0) Diggs(0) Edit
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fGLubyte fire[]={ 0x00,0x00,0x00,0x00, 0x00,0x00,0x0... Read More
posted @ 2015-01-03 11:15 再见,少年 Views(381) Comments(0) Diggs(0) Edit
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ static GLfloat xRot = 0,yRot = 0; ... Read More
posted @ 2015-01-03 10:29 再见,少年 Views(248) Comments(0) Diggs(0) Edit