This simple SDI Notepad-like application demonstrates how, taking advantage of the MFC support fOR Unicode, to Turkmenize labels of the specified menu items. Actually, Turkmen is not supported by Windows 2000, therefORe, to create such resources as menu so that strings in Turkmen could be displayed I had to invent an additional technique 這是一個(gè)與記事本類似的簡(jiǎn)單的SDI應(yīng)用程序,演示了怎樣使用MFC來(lái)支持 Unicode,對(duì)指定的菜單條目進(jìn)行Turkmenize標(biāo)簽化。實(shí)際上,Windwos 2000并不支持Turknen,因此,創(chuàng)建了那些菜單資源以便那些字符串可以在Turknen中顯示,為此我必須開發(fā)其它的技術(shù)。 來(lái)源: http://www.codeguru.com/advancedui/SDI_Note.html
Atheon is a portable Server/Client program designed fOR easy incorporation into just about any game engine. Atheon是一個(gè)可移植的服務(wù)器/客戶端程序,設(shè)計(jì)為可以方便地集成到任何游戲引擎中。 來(lái)源: http://sourcefORge.net/projects/atheon/
Full support fOR extended regular expressions (those with intersection and complement); Support fOR some kinds of cycles in grammar; DFA-based operation; Unicode support; C++ only, requires a modern compiler; Lexical analyzers can be configured to get symbols from any input class (built-in support fOR std::istream, std::wistream and FILE *); Designed to work with Whale, but can work standalone or interface to other parsers.
Complete support fOR EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML fORmat; Verbose conflict diagnostics; Generation of tree traverse procedures