verlog 语言编写 前访真通过.........// 1. 无符号--> 有符号 // 2. 正交解调 --> 1. 乘上 cos 2. 乘上SIN // 3. 正交解调 --> 低通滤波 module Demodulation(input wire clk, input w...
分类:
编程语言 时间:
2014-11-14 14:12:09
阅读次数:
261
Collect the answers,interested friends from research。1,Interface and Abstract difference?2,Generic type' s 'where' keyword?3,What's the kind of wcf bi...
分类:
Web程序 时间:
2014-11-13 10:33:02
阅读次数:
240
每次写verilog代码时都会考虑把一个变量是设置为wire类型还是reg类型,因此把网上找到的一些关于这方面的资料整理了一下,方便以后查找。 ??????? wire表示直通,即只要输入有变化,输出马上无条件地反映...
分类:
其他好文 时间:
2014-11-13 01:54:40
阅读次数:
109
verilog描述组合逻辑一般常用的有两种:assign赋值语句和always@(*)语句。两者之间的差别有:1. 被assign赋值的信号定义为wire型,被always@(*)结构块下的信号定义为reg型,值得注意的是,这里的reg并不是一个真正的触发器,只有敏感列表为上升沿触发的写法才会综合为...
分类:
其他好文 时间:
2014-11-09 15:16:13
阅读次数:
243
Description
You have a piece of iron wire with length of n unit. Now you decide to cut it into several ordered pieces and fold each piece into a triangle satisfying:
*All triangles are integral....
分类:
其他好文 时间:
2014-11-08 23:40:43
阅读次数:
396
题目来源
北大ACM,题目ID 1002,难度 初级。
题目简介
Description
Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phr...
分类:
其他好文 时间:
2014-11-04 22:46:52
阅读次数:
431
8.2Imagine you have a call center with three levels of employees: respondent, manager, and director. An incoming telephone call must be first allocate...
分类:
其他好文 时间:
2014-11-04 22:30:06
阅读次数:
246
在以太网和xDSL接入网设计中,经常会碰到诸如24AWG、26AWG等等表示电缆直径的方法。其实AWG(American Wire Gauge)是美制电线标准的简称,AWG值是导线厚度(以英寸计)的函数。下表是AWG与公制、英制单位的对照表。其中,4/0表示0000,3/0表示000,2/0表示00...
分类:
其他好文 时间:
2014-10-31 15:21:19
阅读次数:
217
<!DOCTYPE html> <html> <head> ? ? <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> ? ? <!--meta name="format-detection" content="telephone=no"/> ? ? <meta name="viewport" ...
分类:
Web程序 时间:
2014-10-30 12:00:47
阅读次数:
176
Abstract在C/C++或任何程式語言,integer是最常用的型別之一,但在Verilog大部分用的都是wire和reg,很少用到integer,該如何正確地使用integer呢?Introduction首先,integer和reg與wire最大的差別是,integer本身是個32位元的有號數...
分类:
其他好文 时间:
2014-10-29 10:26:47
阅读次数:
168