51单片机控制以太网芯片,以及TCPIP协议!
上传时间: 2015-05-09
上传用户:skhlm
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
SIP协议栈源码,Proxy模式。还包括了TCPIP协议栈的部分源码。
上传时间: 2015-08-30
上传用户:sy_jiadeyi
RFID模块的介绍,对此使用的时C51但是在用MAGE8系列中,此模块也可以达到相同的效果。 在MAGE8 中很显然要比51强很多。谢谢支持!
上传时间: 2013-12-26
上传用户:zsjzc
具体的硬件结构,大家可以看 WS 系列产品的原理图 * 利用AT89S51单片机来制作一个手动计数器,在AT89S51单片机的P3.3管脚接一个轻触开关, * 作为手动计数的按钮. 数码管驱动采用动态扫描方式用单片机的P0.0-P0.7驱动数码管的段码, * P1.3 控制个位数码管的共阳极公共端,P1.2 控制十位数码管的共阳极公共端 * 通过按一下P3.3按键,数码管做 1 的累加, 实现00~99的计数功能,当计到99时又从00开始. * 大家可自行修改程序,扩展到0000~9999的计数范围
上传时间: 2015-11-27
上传用户:wangzhen1990
lcd-1602模块的资料,即技术手册 xiaoliang-8@QQ.com
上传时间: 2014-01-26
上传用户:asdfasdfd
tcp\ip协议基础视频教程,讲的很清楚。
上传时间: 2016-01-06
上传用户:天诚24
USB118嵌入式U盘读写模块用户手册V8.0包括:USB118模块应用系统的组成,USB118模块功能及硬件说明,USB118模块通讯协议说明,USB118模块测试说明
上传时间: 2016-02-25
上传用户:hj_18
ANYdata公司DTU-800 CDMA模块的数据手册,介绍该模块相关的功能和使用方法。
上传时间: 2016-05-03
上传用户:yyyyyyyyyy
CRC16算法的Java实现,使用方法如下: CRC16 crc16 = new CRC16() byte[] b = new byte[] { // (byte) 0xF0,(byte)0xF0,(byte)0xF0,(byte)0x72 (byte) 0x2C, (byte) 0x00, (byte) 0xFF, (byte) 0xFE, (byte) 0xFE, (byte) 0x04, (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x00 } for (int k = 0 k < b.length k++) { crc16.update(b[k]) } System.out.println(Integer.toHexString(crc16.getValue())) System.out.println(Integer.toHexString(b.length))
上传时间: 2014-12-20
上传用户:ve3344