搜索结果
找到约 34 项符合
entity 的查询结果
按分类筛选
其他书籍 一、介绍 二、安装JBuilder7 三、安装WebLogic Server7.0 四、配置Jbuilder7和WebLogic Server7协同工作 五、开发JSPs和Servlets
一、介绍
二、安装JBuilder7
三、安装WebLogic Server7.0
四、配置Jbuilder7和WebLogic Server7协同工作
五、开发JSPs和Servlets
六、开发Session Beans
七、开发Entity Beans
八、远程调试
九、附加信息
十、反馈与建议
VHDL/FPGA/Verilog 跑马灯-是移位寄存器 有6个灯
跑马灯-是移位寄存器 有6个灯,无延时entity
其他 The Hardware folder contains the following files:- 1) Sram_Interface.bit -----------------> Bi
The Hardware folder contains the following files:-
1) Sram_Interface.bit -----------------> Bitstream File
2) Sram_Interface.ucf -----------------> UCF File
3) Sram_Interface.vhd -----------------> Main Entity
4) Sram_Interface_tb.vhd ------------> Test Bench
5) SRAM_RD_WR.vhd ------------> S ...
中间件编程  The purpose of this lab is to introduce the concept of FSMs with a datapath, and to stud
&#65279 The purpose of this lab is to introduce the concept of FSMs with a datapath, and to
study the usage of more complex test benches. Also, we enforce a rudimentary design
methodology by assuming that the students are part of a bigger project, and have no
knowledge of VHDL-implementatio ...
其他书籍 · 第一章:XML快速入门 · 一. 什么是XML? · 二. XML是新概念吗? · 三. 使用XML有什么好处? · 四. XML很难学吗? · 五. XML和HTML的区别 ·
· 第一章:XML快速入门
· 一. 什么是XML?
· 二. XML是新概念吗?
· 三. 使用XML有什么好处?
· 四. XML很难学吗?
· 五. XML和HTML的区别
· 六. XML的严格格式
· 七. 关于XML的更多
· 第二章:XML概念
· 一. 扩展性
· 二. 标识
· 三. 语言
· 四. 结构化
· 五. Meta数据
· 六. 显示
· 七. DOM
· ...
Java书籍 Hibernate 教程
Hibernate 教程,用于j2ee application database mapping,省略了传统的entity bean,简单方便,databse -> xml -> java cla
Java编程 测试工具ejb3unit的例子。使用时需要导入ejb3unit,jmock,log4等的jar文件
测试工具ejb3unit的例子。使用时需要导入ejb3unit,jmock,log4等的jar文件,还需将ejb3unit包中的包,像安装插件那样导入junit中,即可方便使用。ejb3unit是专门用于ejb3.0的测试工具,可以使用内存数据库,或者连接外部数据库,对entity,session bean,mock,jidi和pojo等进行测试,而且使用内存数据库时,可利用csv文件造出 ...
Java编程 一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能
一个自然语言处理的Java开源工具包。LingPipe目前已有很丰富的功能,包括主题分类(Top Classification)、命名实体识别(Named Entity Recognition)、词性标注(Part-of Speech Tagging)、句题检测(Sentence Detection)、查询拼写检查(Query Spell Checking)、兴趣短语检测(Interseting Phrase Detection)、聚类( ...
VHDL/FPGA/Verilog VHDL语法的支持范围是不一样的
VHDL语法的支持范围是不一样的,以下程序中的某些语句可能不能运行在所有的软件平台之上,因此程序可能要作一些修改,同时务必注意阅读程序中的注释。以下部分程序为txt格式,请自行另存为vdh后缀的文件。有些EDA软件要求ENTITY的名称和文件名要相同,也请自行修改。 如发现错误请来信指正或在BBS上提出。 ...
书籍源码 -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
USE ieee.std_logic_1164.ALL
ENTITY hamdec IS
PORT(hamin : ...