码迷,mamicode.com
首页 >  
搜索关键字:respberry pi 3 ;树梅派;外接网卡;ip    ( 3473个结果
动态圆锥
代码如下:#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
【BZOJ】1043: [HAOI2008]下落的圆盘(计算几何+贪心)
http://www.lydsy.com/JudgeOnline/problem.php?id=1043唯一让我不会的就是怎么求圆的周长并QAAQ...然后发现好神!我们可以将圆弧变成$[0, 2 \pi ]$的直线!然后一定要注意!起点是$(1, 0)$(单位圆)首先学了余弦定理...在三角形AB...
分类:其他好文   时间:2015-01-02 17:31:51    阅读次数:218
螺旋线2
代码如下:#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
树莓pi快速ssh【校园网】
校园网是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
Adding an On/Off switch to your Raspberry Pi
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!