Description FlyBrother is a superman, therefore he is always busy saving the world. To graduate from NUDT is boring but necessary for him. Typically W ...
分类:
编程语言 时间:
2018-01-22 21:45:06
阅读次数:
190
People always want to lead an active life, and is not it? 人们总要乐观生活,不是吗? Be active, and walk towards things you want to touch. Even if it is far away f ...
分类:
其他好文 时间:
2018-01-21 12:32:32
阅读次数:
148
No matter how hard the past is, you can always begin again. 不管过去有多么困难,你都可以重新开始。 Honestly, I don't agree with your opinion, I think it is just a toxic ...
分类:
其他好文 时间:
2018-01-20 22:42:02
阅读次数:
177
题目描述 Farmer John always wants his cows to have enough water and thus has made a map of the N (1 <= N <= 700) water pipes on the farm that connect the ...
分类:
其他好文 时间:
2018-01-20 20:31:48
阅读次数:
149
You are given n pairs of numbers. In every pair, the first number is always smaller than the second number. Now, we define a pair (c, d) can follow an... ...
分类:
其他好文 时间:
2018-01-20 00:22:09
阅读次数:
214
1、介绍 略 2、安装Python 略 3、最初的步骤 (1)获取帮助help() help()的使用帮助 1 >>> help("help") 2 3 Welcome to Python 2.7! This is the online help utility. 4 5 If this is yo ...
分类:
编程语言 时间:
2018-01-18 21:17:01
阅读次数:
232
Verilog HDL有两大类数据类型 1.线网类型 net type表示verilog结构化元件间的物理连线。值由驱动元件的值决定,如果没有驱动元件连接到线网,线网的缺省值为z。 2.寄存器类型 register type表示一个抽象的数据存储单元。只能在always和initial中赋值,并且它 ...
分类:
其他好文 时间:
2018-01-17 16:46:44
阅读次数:
1501
pom作为项目对象模型。通过xml表示maven项目,使用pom.xml来实现。主要描述了项目:包括配置文件;开发者需要遵循的规则,缺陷管理系统,组织和licenses,项目的url,项目的依赖性,以及其他所有的项目相关因素。 <span style="padding:0px; margin:0px ...
分类:
其他好文 时间:
2018-01-17 15:55:18
阅读次数:
159
module reset_sync (input clk, input reset_in, output reset_out); (* ASYNC_REG = "TRUE" *) reg reset_int = 1'b1; (* ASYNC_REG = "TRUE" *) reg reset_out... ...
分类:
其他好文 时间:
2018-01-17 01:21:05
阅读次数:
159
数据流描述方式: 用数据流描述对一个设计建模的最基本方式是连续赋值语句。连续赋值语法assign [delay] LHS_net = RHS_ expression 'timescale 1ns/1ns module Decoder2_4(A,B,EN,Z); input A,B,EN; outpu ...
分类:
其他好文 时间:
2018-01-16 13:51:34
阅读次数:
180