Lotus Notes開發(fā)用的在線DHTML編輯器,基于Active X control
1. This rich text editor is based on the editor used in an older sandbox posting I found. The majority of this code was NOT written by me. Credit goes to someone at Lotus (I think) for the original code. I only extended the base
code to add more features, such as cut/copy/paste and adding tables.
2. This editor is based on an Active X control, so it will only work in Internet Explorer. I tested this in IE 5.5, but I think it should would in IE 5.x The Active X control is marked "safe for scripting" and should not trigger a warning from your browser about unsafe content.
The WLAN Traffic Visualizer is a platform independent Java program providing accurate measurement of traffic load and innovative visualization of frame sequences in IEEE 802.11 WLANs.
We address the problem of predicting a word from previous words in a sample of text. In particular,
we discuss n-gram models based on classes of words. We also discuss several statistical algorithms
for assigning words to classes based on the frequency of their co-occurrence with other words. We
find that we are able to extract classes that have the flavor of either syntactically based groupings
or semantically based groupings, depending on the nature of the underlying statistics.
Video object matching across multiple independent views using local descriptors and adaptive learning文章描述了多攝像機(jī)系統(tǒng)下的目標(biāo)檢測與跟蹤,和自學(xué)習(xí)方法。很有參考價值。
Perl and XML
XML is a text-based markup language that has taken the programming world by storm. More
powerful than HTML yet less demanding than SGML, XML has proven itself to be flexible and
resilient. XML is the perfect tool for formatting documents with even the smallest bit of
complexity, from Web pages to legal contracts to books. However, XML has also proven itself to
be indispensable for organizing and conveying other sorts of data as well, thus its central role
in web services like SOAP and XML-RPC.
As the Perl programming language was tailor-