• <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>

            eryar

            PipeCAD - Plant Piping Design Software.
            RvmTranslator - Translate AVEVA RVM to OBJ, glTF, etc.
            posts - 603, comments - 590, trackbacks - 0, articles - 0

            6.Others

            Others, anything can be here.
                 摘要: Licensecc: a C++ software license manager
            Copy protect, limit the usage of your C++ software with a license.  閱讀全文

            posted @ 2023-06-18 13:01 eryar 閱讀(1405) | 評(píng)論 (0)  編輯 |

                 摘要:

            PmuReviewer - 工廠模型審查程序  閱讀全文

            posted @ 2021-04-06 23:21 eryar 閱讀(691) | 評(píng)論 (0)  編輯 |

                 摘要: Abstract. Python and C++ are in many ways as different as two languages could be: while C++ is usually compiled to machine-code, Python is interpreted. Python's dynamic type system is often cited as the foundation of its flexibility, while in C++ static typing is the cornerstone of its efficiency. C++ has an intricate and difficult compile-time meta-language, while in Python, practically everything happens at runtime.

            Key Words. Qt, Python, Shiboken2, PySide2  閱讀全文

            posted @ 2020-02-24 14:56 eryar 閱讀(4522) | 評(píng)論 (0)  編輯 |

                 摘要: 在Ubutun上安裝Nodejs和Express  閱讀全文

            posted @ 2019-07-08 12:10 eryar 閱讀(887) | 評(píng)論 (0)  編輯 |

                 摘要: Boost test vs2013 fatal error C1001  閱讀全文

            posted @ 2019-07-06 12:54 eryar 閱讀(1178) | 評(píng)論 (0)  編輯 |

                 摘要: QString::toStdString()的內(nèi)存問題  閱讀全文

            posted @ 2019-01-17 21:50 eryar 閱讀(1723) | 評(píng)論 (0)  編輯 |

                 摘要: Consolas是一套等寬字體的字型,屬無襯線字體,由Lucas de Groot設(shè)計(jì)。
            這套字型使用了微軟的ClearType 字型平滑技術(shù),并隨同Windows Vista、Office 2007及Microsoft Visual Studio中發(fā)行,或可在微軟的網(wǎng)站下載。在Windows Vista的6套新字型中,Consolas近似于前版Windows中 的2款內(nèi)建字型:Lucida Console與Courier New,主要為程序代碼的顯示字型而設(shè)計(jì)的,特別之處是它的“0”字加入了一斜撇,以方便與字母“O”分辨。  閱讀全文

            posted @ 2019-01-15 16:53 eryar 閱讀(1428) | 評(píng)論 (0)  編輯 |

                 摘要: 整個(gè)Qt在Windows中都可以通過批處理來編譯,當(dāng)編譯好Qt后,會(huì)生成qmake.exe。 在沒有安裝Qt-VS-Addin的情況下,如何使用別人提供的Qt *.pro項(xiàng)目文件呢? 使用qmake可以直接生成Visual Studio項(xiàng)目文件  閱讀全文

            posted @ 2018-09-30 13:49 eryar 閱讀(2999) | 評(píng)論 (0)  編輯 |

                 摘要: 學(xué)習(xí)CesiumJS開源WebGL庫,及其在BIM方面的應(yīng)用。  閱讀全文

            posted @ 2018-08-24 21:12 eryar 閱讀(3128) | 評(píng)論 (0)  編輯 |

                 摘要: Abstract. QCAD是基于GPL協(xié)議的開源CAD軟件,核心功能基于Qt使用C++開發(fā),界面及其交互使用Javascript腳本進(jìn)行開發(fā)。QCAD官方推薦開發(fā)其Plugin的方式為使用Javascript腳本的方式,因?yàn)镼CAD的菜單及其對(duì)應(yīng)的功能全部由Javascript實(shí)現(xiàn)。程序有時(shí)也需要和C++直接通信,如在QCAD中使用OpenCASCADE。本文主要介紹如何來開發(fā)QCAD的插件Plugin,從而能夠?qū)CAD進(jìn)行擴(kuò)展,做一些定制化的功能開發(fā)。 Key Words. QCAD Plugin, Javascript, C++, CAD, 3D  閱讀全文

            posted @ 2018-06-21 23:28 eryar 閱讀(2681) | 評(píng)論 (0)  編輯 |

                 摘要: 開源二維CAD程序QCAD的編譯說明。  閱讀全文

            posted @ 2018-06-03 20:53 eryar 閱讀(2688) | 評(píng)論 (0)  編輯 |

                 摘要: 最近在開發(fā)一個(gè)自動(dòng)出圖程序,從PDMS模型中取數(shù)據(jù)后,經(jīng)過處理生成AutoCAD的圖紙。其中涉及到一個(gè)問題就是如何盡量使程序與AutoCAD低耦合,盡量不使用第三方庫的情況下,實(shí)現(xiàn)數(shù)據(jù)的傳遞。
            最開始想到是用ODA(Open Design Alliance)的DWGdirect庫來直接生成DWG文件,并且PDMS中就是使用這個(gè)庫來生成DWG文件的。DWGdirect的用法與AutoCAD .Net的接口名稱基本一致,用法也相同,但是這樣就引入了第三方庫。
            還有一種方法就是使用AutoLisp腳本來生成圖紙。這樣的話,程序只需要生成一個(gè)AutoLisp腳本文件,文件中包含創(chuàng)建圖形的命令。AutoLisp腳本與PDMS的PML類似,都需要一個(gè)解析執(zhí)行的環(huán)境,即PML依賴PDMS平臺(tái)才能運(yùn)行,AutoLisp依賴AutoCAD平臺(tái)。如果使用AutoLisp,程序不依賴DWG相關(guān)的第三方庫,只需要生成一個(gè)文本文件。決定使用AutoLisp后,還有一個(gè)問題,就是如何在啟動(dòng)AutoCAD能自動(dòng)加載生成的AutoLisp文件去生成圖紙。  閱讀全文

            posted @ 2017-05-18 21:33 eryar 閱讀(2140) | 評(píng)論 (0)  編輯 |

                 摘要: Abstract. Qt’s ActiveX and COM support allows Qt for Windows developers to access and use ActiveX controls and COM objects provided by any ActiveX server in their Qt applications. Make their Qt application available as COM servers, with any number of Qt objects and widgets as COM objects and ActiveX controls. Make OpenSceneGraph to ActiveX controls then you can use it in other place, like IE.

            Key Words. OpenSceneGraph, ActiveX, COM, ActiveQt  閱讀全文

            posted @ 2016-11-11 23:32 eryar 閱讀(2260) | 評(píng)論 (0)  編輯 |

                 摘要: Run debug in Windows7 to learn assembly language.  閱讀全文

            posted @ 2016-04-09 17:44 eryar 閱讀(1614) | 評(píng)論 (0)  編輯 |

            posted @ 2016-01-01 19:38 eryar 閱讀(1572) | 評(píng)論 (7)  編輯 |

            Full 6.Others Archive

            99久久99久久精品国产片果冻| 久久天天躁狠狠躁夜夜2020| 亚洲午夜久久久影院| 久久精品国产亚洲AV大全| 久久最近最新中文字幕大全| 久久久久久亚洲精品无码| 99久久国产精品免费一区二区| 好久久免费视频高清| 婷婷久久综合九色综合九七| 国产V亚洲V天堂无码久久久| 久久精品国产99久久丝袜| 久久久久亚洲AV无码网站| 国产精品99久久不卡| 熟妇人妻久久中文字幕| 国产成人AV综合久久| 久久夜色精品国产亚洲| 久久AⅤ人妻少妇嫩草影院| 亚洲成色WWW久久网站| 久久亚洲中文字幕精品一区| 国产精品禁18久久久夂久| 亚洲日本久久久午夜精品| 2020最新久久久视精品爱| 久久天天躁狠狠躁夜夜网站| 亚洲国产精品无码久久九九| 日韩一区二区久久久久久| 亚洲人成伊人成综合网久久久| 久久99精品国产99久久6| 久久综合狠狠色综合伊人| 久久99亚洲网美利坚合众国| 久久人做人爽一区二区三区 | 久久99国产精品99久久| 狠狠色婷婷久久综合频道日韩 | 91秦先生久久久久久久| 乱亲女H秽乱长久久久| 99久久99久久精品国产片果冻| 国产精品久久久久久久久久影院| 大香网伊人久久综合网2020| 国产精品美女久久久免费| 精品水蜜桃久久久久久久| 久久99国产精品成人欧美| 亚洲国产成人久久笫一页|