一、介紹 二、安裝JBuilder7 三、安裝WebLogic Server7.0 四、配置Jbuilder7和WebLogic Server7協同工作 五、開發JSPs和Servlets 六、開發Session Beans 七、開發Entity Beans 八、遠程調試 九、附加信息 十、反饋與建議
標簽: WebLogic JBuilder7 Jbuilder7 Servlets
上傳時間: 2015-07-24
上傳用戶:shawvi
跑馬燈-是移位寄存器 有6個燈,無延時Entity
上傳時間: 2013-12-16
上傳用戶:lingzhichao
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 ------------> Sub Module
標簽: Sram_Interface following Hardware contains
上傳時間: 2014-11-11
上傳用戶:gmh1314
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-implementation of the datapath (made by a hypothetical other group) other than its predefined Entity Interface until they come to the lab. The rest of this document is structured as follows: Section 2 describes some prelimi- nary reading and exercises that should be done before the lab. Section 3 details the design tasks that should be carried out to pass this lab.
標簽: introduce datapath purpose concept
上傳時間: 2014-01-24
上傳用戶:熊少鋒
· 第一章:XML快速入門 · 一. 什么是XML? · 二. XML是新概念嗎? · 三. 使用XML有什么好處? · 四. XML很難學嗎? · 五. XML和HTML的區別 · 六. XML的嚴格格式 · 七. 關于XML的更多 · 第二章:XML概念 · 一. 擴展性 · 二. 標識 · 三. 語言 · 四. 結構化 · 五. Meta數據 · 六. 顯示 · 七. DOM · 第三章:XML的術語 · 導言 · 一.XML文檔的有關術語 · 二.DTD的有關術語 · 第四章:XML的語法 · 一.XML語法規則 · 二.元素的語法 · 三.注釋的語法 · 四.CDATA的語法 · 五.Namespaces的語法 · 六.Entity的語法 · 七.DTD的語法 · 第五章:XML實例解釋 · 一.定義新標識 · 二.建立XML文檔 · 三.建立相應的HTML文件 · 第六章:XML相關資源
上傳時間: 2014-08-21
上傳用戶:獨孤求源
Hibernate 教程,用于j2ee application database mapping,省略了傳統的Entity bean,簡單方便,databse -> xml -> java cla
上傳時間: 2013-12-19
上傳用戶:xlcky
測試工具ejb3unit的例子。使用時需要導入ejb3unit,jmock,log4等的jar文件,還需將ejb3unit包中的包,像安裝插件那樣導入junit中,即可方便使用。ejb3unit是專門用于ejb3.0的測試工具,可以使用內存數據庫,或者連接外部數據庫,對Entity,session bean,mock,jidi和pojo等進行測試,而且使用內存數據庫時,可利用csv文件造出所需測試的數據,非常好用,強力推薦!
上傳時間: 2014-01-13
上傳用戶:sk5201314
一個自然語言處理的Java開源工具包。LingPipe目前已有很豐富的功能,包括主題分類(Top Classification)、命名實體識別(Named Entity Recognition)、詞性標注(Part-of Speech Tagging)、句題檢測(Sentence Detection)、查詢拼寫檢查(Query Spell Checking)、興趣短語檢測(Interseting Phrase Detection)、聚類(Clustering)、字符語言建模(Character Language Modeling)、醫學文獻下載/解析/索引(MEDLINE Download, Parsing and Indexing)、數據庫文本挖掘(Database Text Mining)、中文分詞(Chinese Word Segmentation)、情感分析(Sentiment Analysis)、語言辨別(Language Identification)等API。
上傳時間: 2013-12-04
上傳用戶:15071087253
VHDL語法的支持范圍是不一樣的,以下程序中的某些語句可能不能運行在所有的軟件平臺之上,因此程序可能要作一些修改,同時務必注意閱讀程序中的注釋。以下部分程序為txt格式,請自行另存為vdh后綴的文件。有些EDA軟件要求Entity的名稱和文件名要相同,也請自行修改。 如發現錯誤請來信指正或在BBS上提出。
標簽: VHDL
上傳時間: 2017-01-23
上傳用戶:wuyuying
-- 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 : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN
標簽: Hamming produced Decoder decoder
上傳時間: 2017-07-15
上傳用戶:520