码迷,mamicode.com
首页 >  
搜索关键字:respberry pi 3 ;树梅派;外接网卡;ip    ( 3473个结果
RPI-Wireless-Hotspot
http://elinux.org/RPI-Wireless-HotspotWhat does it do?This project configures your Raspberry Pi to connect to the Internet through ethernet, and share...
分类:其他好文   时间:2014-12-28 10:20:46    阅读次数:158
Turn Your Raspberry Pi Into a WiFi Hotspot with Edimax Nano USB EW-7811Un (RTL8188CUS chipset)
http://www.daveconroy.com/turn-your-raspberry-pi-into-a-wifi-hotspot-with-edimax-nano-usb-ew-7811un-rtl8188cus-chipset/Posted by dconroy on Jul 10, 20...
分类:Web程序   时间:2014-12-28 10:19:14    阅读次数:443
OJ刷题之《默认参数--求圆的面积》
题目描述 根据半径r求圆的面积, 如果不指定小数位数,输出结果默认保留两位小数。 部分代码已给定如下,只需要提交缺失的代码。 #include #include using namespace std; const double PI=3.14159; /*   补充缺少代码 */ int main() {     double r;     int precisi...
分类:其他好文   时间:2014-12-27 20:29:20    阅读次数:265
不等式证明
证明当$0\leq \theta \leq \frac{\pi}{2}$及$0<p<1$时$(\cos(\theta))^{p}\leq \cos(p\theta)$.证明:设$f(\theta)=(\cos(\theta))^{p} - \cos(p\theta)$,则$f(0)=0$,计算$f'...
分类:其他好文   时间:2014-12-27 17:26:57    阅读次数:104
螺旋线
代码如下:#include //#include #include #include #include using namespace std;#define GL_PI 3.1415fvoid RenderScene(){ GLfloat x,y,z,angle; glClear(GL...
分类:其他好文   时间:2014-12-27 13:53:36    阅读次数:188
for循环①护栏长度 ②广场砖面积 ③判断闰年平年
//static void Main(string[] args) {const double PI = 3.14; const int BAR_UNIT_PRICE = 25; const int BRICK_UNIT_PRICE = 85; //输入 int a, b; Console....
分类:其他好文   时间:2014-12-27 11:18:44    阅读次数:170
挑战树莓派:谁才是Geek最爱的开发板?
树莓派(Raspberry Pi)是一块跟信用卡差不多大小的开发板,它的初衷是以低廉的硬件和开源软件扶持一些落后地区的电脑科学教育。由于它在性能和价格方面有一个很好的平衡点,所以很多硬件玩家也想买一个来“练练手”。自推出市场以来,树莓派受到广泛追捧,很多硬件玩家用它来做机器人、穿戴式设备(比如说山寨...
分类:其他好文   时间:2014-12-26 22:53:35    阅读次数:175
RPi Debian Auto Login
This guide will show you how to login to a Debian image and start LXDE by simply powering the Pi on.Method 1: Auto Login:In Terminal:sudo nano /etc/in...
分类:其他好文   时间:2014-12-26 21:38:48    阅读次数:218
ios block初级使用
block和GCD是ios高级程序员面试必问的问题,ben'pi...
分类:移动开发   时间:2014-12-26 20:20:07    阅读次数:291
BZOJ 2179 FFT快速傅立叶 FFT
贴个渣模板 CODE: #include #include #include #include #include #define MAX 140010 #define PI 3.1415926535897932384626 using namespace std; struct Complex{ double real,imag; Complex(double ...
分类:其他好文   时间:2014-12-26 11:13:29    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!