代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ static GLfloat xRot = 0,yRot = 0; ...
分类:
其他好文 时间:
2015-01-03 10:39:53
阅读次数:
123
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ GLfloat x,y,angle; int iPivot =...
分类:
其他好文 时间:
2015-01-02 22:15:05
阅读次数:
230
http://www.lydsy.com/JudgeOnline/problem.php?id=1043唯一让我不会的就是怎么求圆的周长并QAAQ...然后发现好神!我们可以将圆弧变成$[0, 2 \pi ]$的直线!然后一定要注意!起点是$(1, 0)$(单位圆)首先学了余弦定理...在三角形AB...
分类:
其他好文 时间:
2015-01-02 17:31:51
阅读次数:
218
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ glClear(GL_COLOR_BUFFER_BIT); G...
分类:
其他好文 时间:
2015-01-02 12:11:37
阅读次数:
159
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ glClear(GL_COLOR_BUFFER_BIT); G...
分类:
其他好文 时间:
2015-01-02 12:06:15
阅读次数:
163
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ static float fMoonRot = 0.0f; s...
分类:
其他好文 时间:
2015-01-02 10:57:08
阅读次数:
173
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ GLfloat sizes[2]; GLfloat step;...
分类:
其他好文 时间:
2015-01-02 10:54:47
阅读次数:
170
校园网是NAT后的,没有显示器,我把路由器的DHCP服务关了,这样的情况下怎么ssh到树莓pi?把树莓pi 连到路由器上(已经关闭DHCP),手机安装FINGhttps://play.google.com/store/apps/details?id=com.overlook.android.fing...
分类:
其他好文 时间:
2015-01-02 09:39:46
阅读次数:
164
http://www.raspberry-pi-geek.com/Archive/2013/01/Adding-an-On-Off-switch-to-your-Raspberry-Pi#article_f5Which Switch?Aaron Shaw Pulling the plug on yo...
分类:
Web程序 时间:
2014-12-31 23:59:22
阅读次数:
1044