What is STOMP?
STOMP is a simple text-orientated messaging protocol. It defines an
interoperable wire format so that any of the available STOMP clients can communicate with any STOMP message broke...
分类:
Web程序 时间:
2016-07-19 10:30:19
阅读次数:
328
module pmodenc( clk, rst_n, A, B, BTN,// A_Debounce,// B_Debounce,// BTN_Debounce,// Rotary_right,// Rotary_left LED); input wire clk,rst_n; input wir ...
分类:
其他好文 时间:
2016-07-19 09:08:53
阅读次数:
285
module traffic(clk,rst,out,time1,time2);input clk,rst;output reg [5:0] out; reg [3:0]timecont;output reg [3:0]time1;output reg[3:0]time2; wire clk1h; ...
分类:
其他好文 时间:
2016-07-06 21:34:10
阅读次数:
338
module qin(input clk,output reg beep,input [3:0] col,output [3:0] row_data,output [7:0]out ,input rst_n);wire [3:0] key;wire en;parameter STOP=0, DOD= ...
分类:
其他好文 时间:
2016-07-06 20:09:53
阅读次数:
134
clock gate的cell多采用latch的形式,来实现,尽可能避免glitch的产生。 可以的verilog建模方式: module cell_ckgate(TE,E,CP,Q) input TE; input E; input CP; output Q; wire E_or; wire E_ ...
分类:
其他好文 时间:
2016-06-22 20:12:52
阅读次数:
1359
#######I2C####### I2C is a two wire protocol used to connect one or more "masters" with one or more "slaves". salve devices包括了温度,湿度,运动感应器,以及EEPROMs. 和 ...
分类:
其他好文 时间:
2016-06-22 18:36:02
阅读次数:
125
题目链接:http://poj.org/problem?id=2236 Description An earthquake takes place in Southeast Asia. The ACM (Asia Cooperated Medical team) have set up a wire ...
分类:
Web程序 时间:
2016-06-17 21:16:15
阅读次数:
248
对于多位宽的数据线,在diamond xxx之前,管脚绑定格式是(假如数据是input wire[1:0] din) LOCATE COMP "din_0" SITE "P16" ;LOCATE COMP "din_1" SITE "P15" ;/*******这种格式是不是很变态,和altera、 ...
分类:
其他好文 时间:
2016-06-05 23:24:18
阅读次数:
1555
问题描述:找A B的路径: 算法: 1. 搜索过程 * 先从位置a(3,2)开始, 把a可到达的相邻方格都表为1( 表示与a相距为1). 注意: 具体实现时, 将a位置置为2, 其它相邻方格为a位置的值+1 * 然后把标记为1的方格可到达的相邻方格都标记为2( 表示与a相距为2). 这里需要什么数据 ...
分类:
其他好文 时间:
2016-05-22 16:50:34
阅读次数:
306
操作鼠标控制物体旋转移动,滚轮缩放F1,F2,F3 可以更换显示文件 (file1:cow.obj file2:cactus.ply file3 : Armadillo.off)F4 更换显示模式 (wire,flat,flatlines)截图
使用命令行显示当前状态
准备openmesh的下载配置
下载最新的安装包
安装openmesh
配置vs工具-》选项-》项目和解决方案-》VC++目录...
分类:
其他好文 时间:
2016-05-12 17:00:21
阅读次数:
403