lwip1.0.0协议栈tcpip,也算是比较新的版本了,移植到8位或者16位的微处理器上!
上传时间: 2015-04-20
上传用户:qq521
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
两位十进制数的四则运算,用菜单控制,减法支持负数,除法有8位小数。
上传时间: 2014-01-13
上传用户:semi1981
一种非常好用的以太网控制其芯片,刚刚由sillabs公司推出,结合8位和16微处理器在工业控制,楼宇,办公自动化等利于应用广泛。本文件是这种控制器的简单介绍。
上传时间: 2015-07-14
上传用户:yzy6007
ADSP-BF53x是主频高达600 MHz 高性能Blackfin处理器内核包括:2个16位MAC,2个40位ALU,4个8位视频ALU,以及1个40位移位器
上传时间: 2013-12-16
上传用户:sxdtlqqjl
目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(Booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实现方案3 —— 二位 10、设计示例2 —— 16位、阵列 11、设计示例3 —— 32位、 迭代、阵列 1、 实现方案1 —— 乘、加一步走 2、 实现方案2 —— 乘、加两步走
标签: algorithm Booth Radix High
上传时间: 2015-08-23
上传用户:qiaoyue
本源码为运行在8051+RTL8019构成的单片机系统上实现的Web服务器,程序由C51语言编写,可以方便的移植到任何51内核的处理器上,对于其他8位微处理器上的网络应用也有一定的参考意义。本文配套的文档参考本人上传的“WebServerOn8051.rar”。
上传时间: 2015-08-28
上传用户:gxrui1991
C programming for embedded system 本书作者是一位从事10多年嵌入式系统编程工作经验丰富的技术作者,他的书由浅入深地介绍了8位嵌入式系统C语言的开发方法。本书是一本在嵌入式系统编程方面很有影响力的书,非常值得为之一读。
标签: programming embedded system for
上传时间: 2015-09-01
上传用户:yoleeson
8个汇编程序,包括进制转换,BCD码转换,中值滤波,浮点数运算等,适合做8位单片机的朋友们。
标签: 汇编程序
上传时间: 2015-09-03
上传用户:tedo811
AT89C51是一种带4K字节闪烁可编程可擦除只读存储器(FPEROM—Falsh Programmable and Erasable Read Only Memory)的低电压,高性能CMOS8位微处理器,俗称单片机。该器件采用ATMEL高密度非易失存储器制造技术制造,与工业标准的MCS-51指令集和输出管脚相兼容。由于将多功能8位CPU和闪烁存储器组合在单个芯片中,ATMEL的AT89C51是一种高效微控制器,为很多嵌入式控制系统提供了一种灵活性高且价廉的方案。
标签: Programmable Erasable FPEROM Memory
上传时间: 2015-09-05
上传用户:chongcongying