This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST, H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the screen and a file, ARCHIVE.LST.
標簽: code implements directory hopfield
上傳時間: 2014-01-16
上傳用戶:123啊
Jive是一個廣受歡迎的開放的源碼的論壇項目,其目標是建設一個開放結構的、強壯的、易于擴展的基于JSP的論壇。在其設計目標的指導下,其結構設計得非常得好,融合了很多新的觀念,比如Design Pattern,可更換的Skin,可插入Plug等等。 Jive相比起 J2EE 這個龐大的體系結構,其整體的設計思想非常精煉,適合中小型網站建立自己的論壇系統。 此書帶你由基礎入門學習jive,新手初哥必讀
上傳時間: 2015-09-29
上傳用戶:iswlkje
本書包含了許多Ajax技術的設計模式。例如:你應該如何分割數據以便于分配呢?答案是,采用內容分塊模式(Content Chunking Pattern);如何有效地維護狀態或至少是維護痕跡呢?答案是,采用持久通信模式(Persistent Communications Pattern);如何讓用戶對所有潛在的數據了如指掌呢?答案是,采用無限數據模式(Infinite Data Pattern)。通過書中呈現的九種模式,作者幾乎發掘了所有的Ajax理論,這些知識對你將來編寫應用程序時制定策略有重大的幫助。每種模式都有相應的章節對其進行論述,每章均以模式的設計意圖為開頭,然后介紹使用該模式的動機,并列舉一系列使用該模式開發的應用程序和與該模式相關聯的設計模式。接著,以解決實際問題的方式詮釋該設計模式的架構。最后,執行程序通過代碼及用戶與各種網頁的互動形式展現。在章末,還有對該章精華內容的總結回顧。
上傳時間: 2015-09-30
上傳用戶:saharawalker
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already familiar with regex in other languages wanting a brief outline of its support in Java. It may also be beneficial to developers learning regex if used in conjunction with detailed documentation explaining the construction of regex patterns. Reading the javadoc forjava.util.regex. Pattern is a must to see how the Java regex patterns aredi erent from other languages such as Perl. Most of the functions discussed herin are from thejava.util.regex. Matcher class with a few fromjava.util.regex. Pattern. Reading this text in conjunction with the javadoc of those classes is advised.
標簽: Java Expressions Regular version
上傳時間: 2013-12-18
上傳用戶:lanhuaying
本文根據發表在CUJ Expert Forum上的兩篇文章編譯而成。C/C++ User s Journal是目前最出色的C/C++語言專業雜志,特別是在C++ Report閉刊之后,CUJ的地位更加突出。CUJ Expert Forum是CUJ主辦的網上技術專欄,匯集2000年10月以來C++社群中頂尖專家的技術短文,并免費公開發布,精彩紛呈,是每一個C/C++學習者不可錯過的資料。由Jim Hyslop和Herb Sutter主持的Conversation系列,是CUJ Expert Forum每期必備的精品專欄,以風趣幽默的對話形式講解C++高級技術,在C++社群內得到廣泛贊譽。譯者特別挑選兩篇設計模式方面的文章,介紹給大家。設計模式方面的經典著作是GoF的Design Patterns。但是那本書有一個缺點,不好懂。從風格上講,該書與其說是為學習者而寫作的教程范本,還不如說是給學術界人士看的學術報告,嚴謹有余,生動不足。這一點包括該書作者和象Bjarne Stroustrup這樣的大師都從不諱言。實際上Design Pattern并非一定是晦澀難懂的,通過生動的例子,一個中等水平的C++學習者完全可以掌握基本用法,在自己的編程實踐中使用,得到立竿見影的功效。這兩篇文章就是很好的例證。本文翻譯在保證技術完整性的前提下作了不少刪節和修改,以便使文章顯得更緊湊。
上傳時間: 2015-11-21
上傳用戶:windwolf2000
用eclipse實驗計算器功能,是mvc結構,并且是observer的design pattern
上傳時間: 2013-12-19
上傳用戶:kernaling
Spartan 3 Digilent Demo:This demo drives the perphrials on the Spartan 3 board. This drives a simple pattern to the VGA port, connects the switches to the LEDs, buttons to each anode of the seven segment decoder. The seven segment decoder has a simple counter running on it, and when SW0 is in the up position the seven segment decoder will display scan codes from the PS2 port. This demo how ever does not drive the RS-232 port or the memory. This is a simple design done entirely VHDL not microblaze.
標簽: Spartan drives This perphrials
上傳時間: 2014-05-29
上傳用戶:SimonQQ
Make and answer phone calls Detect tone and pulse digit from the phone line Capture Caller ID Support blind transfer, single-step transfer/conference, consultation transfer/conference, hold, unhold. Control of the local phone handset, microphone and speaker of the modem Send and receive faxes Play and record on the phone line or sound card Play music in background mode Silence detection VU Meter Wave sound editor that allows your end-users to edit their own sound files. Voice recognition and voice synthesis. Full control over the serial port device ZModem file transfer utility File compression and encryption utility
上傳時間: 2013-11-30
上傳用戶:水中浮云
Surface profile measurement by noncontact optical methods has been extensively studied because of its importance in automated manufacturing, component quality control, medicine, and robotics. In most of these methods a known periodic pattern,
標簽: measurement extensively noncontact Surface
上傳時間: 2016-01-02
上傳用戶:561596
Hidden_Markov_model_for_automatic_speech_recognition This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Serious students are directed to the sources listed below for a theoretical description of the algorithm. KF Lee (2) offers an especially good tutorial of how to build a speech recognition system using hidden Markov models.
標簽: Hidden_Markov_model_for_automatic speech_recognition implements left-right
上傳時間: 2016-01-23
上傳用戶:569342831