优美发夹

文章
9
资源
1
加入时间
3年12月2天

一个Python 爬虫程序

一个简单的实现煎蛋网妹子图片爬取的Python脚本# -*- coding:utf-8 -*-'''version:Python 2.6standard libs: urllibauthor:Dead_morningsystem: cetos 6.5'''import reimport urllibdef get_content(html_page):'''html downlad

ZOJ-1072 MicroprocessorSimulation

MicroprocessorSimulationTime Limit: 2 Seconds      MemoryLimit: 65536 KBProblemConsider a small microprocessor that has the following properties:Each word is four bits.Addres

BigDecimal数据类型(初始化,加减乘除,基本操作)

BigDecimal为大数据类型,更精准的计算1.初始化1.1 字符串做参数 BigDecimal a =new BigDecimal(“1.22”); doublevalue:1.2199999999999999733546474089962430298328399658203125 1.2 数字做参数 BigDecimal a =new BigDecimal(1.22); c...

寄存器,锁存器,触发器,存储器的区别

转自:http://blog.sina.com.cn/s/blog_56cbe89d01000bk4.html触发器:flipflop锁存器:latch寄存器:register  触发器:包括锁存器和寄存器。 锁存器:电平触发的存储单元,在有效电平时间里可以多次改变数据。         优点是占触发器资源少,缺点是容易产生毛刺。         在FPGA