优美发夹

文章
9
资源
1
加入时间
2年10月20天

一个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

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

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