• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            posts - 4,  comments - 5,  trackbacks - 0
              2010年11月6日
            點(diǎn)擊下載
            最近太忙, 短時(shí)間內(nèi)不會(huì)更新了,雖然還有一大堆還不太滿意的地方...
            還有來(lái)不及調(diào)試, 可能有BUG(必油雞), 大家隨便看看, 并指導(dǎo)一下,
            先說(shuō)一下特色吧,  就是智能換行, 全文掃描標(biāo)點(diǎn)符(分前標(biāo)點(diǎn)后標(biāo)點(diǎn)), 支持多國(guó)語(yǔ)言.
            實(shí)現(xiàn)全模板化, 簡(jiǎn)單的實(shí)體化如下,


             1#include "ShowDebugInfo.h" //輸出調(diào)試信息
             2#include "..\RcEditDef.h" //預(yù)定義
             3
             4#include "..\RcEditFontRecyclel.h" //字體回收站
             5#include "..\RcEditAlgorithm.h" //算法
             6class CFontRecyclel : public CFontRecyclelSimpT<CFontRecyclel>{};
             7
             8#include "RcEditColor.h" //顏色
             9#include "..\RcFontStyle.h" //風(fēng)格
            10class CFontStyle : public CFontStyleT<CFontStyle, CWinColor, CFontRecyclel>{};
            11
            12#include "RcWinDriverInterface.h" //CRcDCInterfaceT 設(shè)備接口
            13class CWinDcInterface : public CRcDCInterfaceT<CWinColor>{};//Comb ccolor
            14
            15#include "RcWinFontInterface.h" //CWinFont
            16#include "..\RcEditDriverInterface.h" //CRcEditDriverInterfaceT
            17class CRcWinDriverInterface : public CRcEditDriverInterfaceT<CRcWinDriverInterface, CWinFont, CWinDcInterface>{//Comb Font
            18}
            ;
            19#include "RcEdit/RcEditStringAnalysis.h" //定義int 與全局屬性不對(duì) 需要修改int ixxx to int nxxx
            20class CRcEditDrawInterface : public CRcEditStringAnalysisT< CRcEditDrawInterface, CFontStyle, CRcWinDriverInterface>{};
            21//內(nèi)容容器
            22#include "..\RcEditTextContainer.h"
            23#include "RcWinTextContainer.h" //ContentManageW
            24//撤銷重做容器
            25#include "..\rcEditUndo.h"
            26class CDoSthBase : public CDoSthBaseT<CDoSthBase>{};
            27class CRcEditUndoContainer : public CRcEditUndoContainerT<CRcEditUndoContainer, CDoSthBase>{};
            28//區(qū)域管理
            29#include "..\RcEditAreaManage.h"
            30typedef AutoSortVectorT< AreaMarkHandle, DWORD, std::vector<AreaMarkHandle>, OSTL::CriticalSectionNull, 0, FALSE> CAreaContainer;
            31class CAreaMarkContainer : public CAreaMarkContainerT<CAreaContainer>{};
            32class CRcAreaManage : public CRcAreaManageBaseT<CRcAreaManage, CAreaMarkContainer>{};
            33//內(nèi)存池
            34#include "..\rcMemPool.h"
            35class RcMemBufferPool : public RcMemBufferPoolT<410244096, OSTL::CriticalSection>{};
            36//行分析
            37#include "..\RcEditLineAnlyze.h"
            38//滾動(dòng)條
            39#include "..\RcEditScrollBase.h"
            40#include "RcWinScroll.h" //定義int 與全局屬性不對(duì) 需要修改int ixxx to int nxxx
            41//主編輯器核心
            42#include "..\RcEditBase.h"
            43 //編輯器主接口
            44class CRcEditInterface : public TRcEditInterface<ContentManageW, RcMemBufferPool, 
            45  CRcEditUndoContainer, CRcAreaManage,
            46  CRcEditDrawInterface, CWindowScroll>{};
            47//具體實(shí)現(xiàn)
            48template<class T, class TInterface>
            49  class CRcEditBaseT : public CLineAnlyzeBaseT<T, TInterface>{
            50public:
            51  typedef typename CLineAnlyzeBaseT<T, TInterface> TLineAnlyze;
            52  typedef typename TLineAnlyze::TLineInfo TLineInfo;
            53  typedef typename TInterface::TTextContainer CTextContainer, TTextContainer;
            54  typedef typename TInterface::TTextContainer::TVal TTextDate, TTextChar;
            55  typedef typename TInterface::TTextContainer::iterator TextIterator;
            56  typedef typename TInterface::TUndoContainer TUndoContainer, CUndoContainer; 
            57  typedef typename TInterface::TUndoContainer::CDoSthBase CDoSthBase, CDoSthInfo, TDoSthBase, TDoSthInfo; 
            58  typedef typename TInterface::TAreaManage TAreaManage, CAreaManage;
            59  typedef typename TInterface::TAreaManage::CAreaMarkContainer CAreaMarkContainer, TAreaMarkContainer;
            60  typedef typename TInterface::TDrawInterface TDrawInterface, CDrawInterface;
            61  typedef typename TInterface::TDrawInterface::TStyle TStyle, TFontStyle, CStyle, CFontStyle;  
            62  typedef typename TInterface::TDrawInterface::TStyle::TColor TColor, CColor;
            63  typedef typename TInterface::CriticalSectionT CriticalSectionT, CCriticalSection;
            64  typedef typename TInterface::TMemBufferPool TMemBufferPool, CMemBufferPool;
            65  typedef typename TInterface::TEditScrollBar TEditScrollBar, CEditScrollBar;
            66
            67}
            ;
            posted @ 2010-11-06 18:50 ROCK 閱讀(1451) | 評(píng)論 (2)編輯 收藏
              2010年9月15日
            點(diǎn)擊下載
            修復(fù)http://manhua.178.com/網(wǎng)站的下載問(wèn)題..

            posted @ 2010-09-15 19:35 ROCK 閱讀(262) | 評(píng)論 (0)編輯 收藏
              2010年8月13日
            支持簡(jiǎn)單RTF粘貼, 快速打開(kāi)大文件,動(dòng)態(tài)更新滾動(dòng)條內(nèi)容(因CPU不同可能會(huì)卡), 多語(yǔ)言(阿拉伯文從右到左, 梵文的多字符結(jié)合后=不同字符等都解決了), 支持風(fēng)格和圖片...不過(guò)都是純?yōu)閷?shí)現(xiàn)功能而弄(可能會(huì)出現(xiàn)嚴(yán)重BUG),
            按鈕上的功能都是純?yōu)闇y(cè)試, 如設(shè)置字體大小是隨機(jī)變的,所以可能會(huì)沒(méi)有改變, TESTTHREAD是多線程的暴力測(cè)試. SETURL就已經(jīng)沒(méi)用了
            因?yàn)橹跋雽?shí)現(xiàn)的功能太多導(dǎo)致代碼太混亂(產(chǎn)生很多BUG弄到頭暈), 核心在優(yōu)化重寫(xiě)中, 新版本可能近日完成, 對(duì)這個(gè)舊版本, 有興趣就看看吧....
            新核心版本可能在近期完成吧
            點(diǎn)擊下載

            posted @ 2010-08-13 03:45 ROCK 閱讀(1714) | 評(píng)論 (2)編輯 收藏
              2010年7月31日
            點(diǎn)擊下載

            支持網(wǎng)站如下:
            http://www.dm5.com/
            http://www.cococomic.com/
            http://www.imanhua.com/
            http://acg.178.com/mh/index.shtml
            http://www.mday.com.cn/


            是用來(lái)測(cè)試之前用WSAEVENT的模型和模板重新封裝的SOCKETEX類, 多線程性能的... 暫時(shí)最多支持32個(gè)線程同時(shí)分析...有興趣可以測(cè)試一下

            8.2 更新 : http://acg.178.com/mh/index.shtml 換了域名 http://manhua.178.com/ 修復(fù)下載

            范例:
            http://www.cococomic.com/comic/6643/
            http://www.dm5.com/Type.aspx?id=7368 等
            posted @ 2010-07-31 15:42 ROCK 閱讀(573) | 評(píng)論 (1)編輯 收藏
            僅列出標(biāo)題  
            <2025年7月>
            293012345
            6789101112
            13141516171819
            20212223242526
            272829303112
            3456789

            常用鏈接

            留言簿

            隨筆檔案(4)

            搜索

            •  

            最新評(píng)論

            閱讀排行榜

            評(píng)論排行榜

            久久99九九国产免费看小说| 日本道色综合久久影院| 久久精品综合一区二区三区| 97久久精品人人澡人人爽| 欧美与黑人午夜性猛交久久久 | 久久人人爽人人人人片av| 久久久久亚洲AV无码专区体验| 国产美女久久久| 少妇久久久久久被弄到高潮 | 久久久久无码中| 国产成人精品久久| 国产福利电影一区二区三区久久久久成人精品综合 | 久久久人妻精品无码一区| 国产成人久久精品一区二区三区| 国产精品久久久久…| 亚洲人成精品久久久久 | 色综合久久中文字幕综合网| 狠色狠色狠狠色综合久久| 久久精品免费一区二区| 精品久久久久久无码国产| 国产精品欧美久久久天天影视| 亚洲第一永久AV网站久久精品男人的天堂AV | 国産精品久久久久久久| 人妻无码久久一区二区三区免费| 久久精品人妻一区二区三区| 久久精品国产清高在天天线| 久久人妻无码中文字幕| 亚洲国产天堂久久综合| 欧美色综合久久久久久| 国产精品亚洲综合专区片高清久久久| 精品久久亚洲中文无码| 亚洲人成无码www久久久| 久久伊人五月天论坛| 久久精品国产只有精品66| 久久激情亚洲精品无码?V| 91精品国产高清久久久久久91| www.久久热| 国内精品久久久久久久久| 精品久久久无码中文字幕天天| 狠狠色综合网站久久久久久久| 99久久成人18免费网站|