按:本来不想讲过头的笑话,但弟兄们觉得我太严肃(之一就是不会说笑),学生们觉得我太严厉,想想也是,高中听女英语老师讲"洗Z“的笑话,很受用,就讲两个吧。
笑话1:本人认为最N$(After 'A' && Before 'C')的单词是Ethernet,从前以为Earth是土做的,实际上含有大量 E(Electronic),以为人是Human,但是加电("E")之后才之后发现是He' '...
分类:
其他好文 时间:
2014-12-22 18:04:16
阅读次数:
438
AM2321是广州奥松电子生产的数字式温湿度传感器。虽是国产品牌,其精度也可以与国外的主流温湿度传感IC媲美。尺寸:11.3x7.8x4mm(长x宽x高)封装:0.05 pitch PTH工作电压:2.6~5V接口:I2C,最大速率100kbps,有特殊时序要求分辨率:温度0.1°C,相对湿度0.1...
分类:
其他好文 时间:
2014-12-21 22:00:11
阅读次数:
729
[root@srmdr:/root]#lspci |grep -i eth02:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet (rev 10)02:02.1 Ethernet con...
分类:
其他好文 时间:
2014-12-19 09:58:16
阅读次数:
311
Note: Copy fromTCP/IP Tutorial andTechnical Overview (IBM Redbook GG24-3376-07)[000]2.1 Ethernet and IEEE 802 local area networks (LANs)2.1.1 Gigabit ...
分类:
Web程序 时间:
2014-12-16 06:28:26
阅读次数:
882
Not attached In this mode, VirtualBox reports to the guest that a network card is present, but that there is no connection -- as if no Ethernet cable was plugged into the card. This way it is possi...
分类:
Web程序 时间:
2014-12-15 22:11:26
阅读次数:
305
int & double 转string 适合12864下使用
分类:
其他好文 时间:
2014-12-14 18:29:54
阅读次数:
347
oe低电位输出 上图很清楚,只需要sqh接到下一级的si,其他全部并联sck,rck,每次输出就可以向下传递1个字节。 arduino测试用的代码: int?sck=10;
int?rck=9;
int?si=8;
int?oe=11;
void?setup(){
??pin...
分类:
其他好文 时间:
2014-12-13 15:13:51
阅读次数:
466
最近玩Arduino发现,在编写函数库的时候要用到C++。正好手头有一本教材,于是时隔2年,开始重学。又看到重载、构造、拷贝这些词竟然还有些小兴奋。开个系列日志记录一下学习过程中的问题和体会。看到输入输出的时候想到了C++对C的兼容性,于是试了一下printf函数。 1 # include 2 # ...
分类:
编程语言 时间:
2014-12-09 17:15:08
阅读次数:
233