ENGLISH 意见建议 网站地图 网站帮助
广泛智力汇聚   高效成果传播   先进机制培育
联盟首页  |  协同开发  |  开放源码库  |  安全告警  |  开源导航  |  文档中心  |  服务支持  |  共创论坛  |  关于联盟


注册会员 网站帮助
  您的位置 » 开放源码库【成熟 - 分类源码 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
源码搜索
  

源码统计
源码库中源码数量为19314
有贡献人员名单:

-= 更多 =-

下载排行
  • ffdshow
  • jasperreports
  • JGraph
  • PoolMan
  • virtualdub-win
  • Air Traffic Controller
  • CppUnit
  • FCK editor
  • JFreeChart
  • Async Professional
  •   Topic
          Software Development
              Build Tools (1121)
              Code Generators (268)
              Compilers (132)
              Debuggers (135)
              Interpreters (92)
              Object Brokering (15)
              Version Control (45)
    查看方式:
      Development Status
      Environment
      Intended Audience
      License
      Natural Language
      Operating System
      Programming Language
      Topic

    共有 4053 个源码项目.每页显示10条.
    <1> <2> <3> <4> <5> <6> <7> <8> <9> <10> <11> <12> <13> <14> <15> <16> <17> <18> <19> <20> <21> <22> <23> <24> <25> <26> <27> <28> <29> <30> <31> <32> <33> <34> <35> <36> <37> <38> <39> <40> <41> <42> <43> <44> <45> <46> <47> <48> <49> <50> <51> <52> <53> <54> <55> <56> <57> <58> <59> <60> <61> <62> <63> <64> <65> <66> <67> <68> <69> <70> <71> <72> <73> <74> <75> <76> <77> <78> <79> <80> <81> <82> <83> <84> <85> <86> <87> <88> <89> <90> <91> <92> <93> <94> <95> <96> <97> <98> <99> <100> <101> <102> <103> <104> <105> <106> <107> <108> <109> <110> <111> <112> <113> <114> <115> <116> <117> <118> <119> <120> <121> <122> <123> <124> <125> <126> <127> <128> <129> <130> <131> <132> <133> <134> <135> <136> <137> <138> <139> <140> <141> <142> <143> <144> <145> <146> <147> <148> <149> <150> <151> <152> <153> <154> <155> <156> <157> <158> <159> <160> <161> <162> <163> <164> <165> <166> <167> <168> <169> <170> <171> <172> <173> <174> <175> <176> <177> <178> <179> <180> <181> <182> <183> <184> <185> <186> <187> <188> <189> <190> <191> <192> <193> <194> <195> <196> <197> <198> <199> <200> <201> <202> <203> <204> <205> <206> <207> <208> <209> <210> <211> <212> <213> <214> <215> <216> <217> <218> <219> <220> <221> <222> <223> <224> <225> <226> <227> <228> <229> <230> <231> <232> <233> <234> <235> <236> <237> <238> <239> <240> <241> <242> <243> <244> <245> <246> <247> <248> <249> <250> <251> <252> <253> <254> <255> <256> <257> <258> <259> <260> <261> <262> <263> <264> <265> <266> <267> <268> <269> <270> <271> <272> <273> <274> <275> <276> <277> <278> <279> <280> <281> <282> <283> <284> <285> <286> <287> <288> <289> <290> <291> <292> <293> <294> <295> <296> <297> <298> <299> <300> <301> <302> <303> <304> <305> <306> <307> <308> <309> <310> <311> <312> <313> <314> <315> <316> <317> <318> <319> <320> <321> <322> <323> <324> <325> <326> <327> <328> <329> <330> <331> <332> <333> <334> <335> <336> <337> <338> <339> <340> <341> <342> <343> <344> <345> <346> <347> <348> <349> <350> <351> <352> <353> <354> <355> <356> <357> <358> <359> <360> <361> <362> <363> <364> <365> <366> <367> <368> <369> <370> <371> <372> <373> <374> <375> <376> <377> <378> <379> <380> <381> <382> <383> <384> <385> <386> <387> <388> <389> <390> <391> <392> <393> <394> <395> <396> <397> <398> <399> <400> <401> <402> <403> <404> <405> <406>

    651. combination treeview/listview structure - Is an example of how to use structured storage to store a combination treeview/listview structure.
    这是一个如何使用结构化存储结构来保存一个组合树状视图/列表视图结构的例子。
    来源: http://www.programmersheaven.com/zone2/cat512/2749.htm 

    652. OTLIB - OTLIB is a C++ library that provide the funcions to build the basic objects (integer,sequence,array ...); all objects have an XML representation, this feature allow to send the ot_object on the network.

    OTLIB是一个C++库,为建造基本对象(整型,序列,数组等)提供了函数;所有对象都有XML表示,这个功能可以允许你将对象发送到网络上。
    来源:http://sourceforge.net/projects/otlib/ 

    653. how to enumerate the resources embedded - Demonstrates how to enumerate the resources embedded in any file, and how to display many of the standard types within your VB program. This project uses EnumResourceTypes to determine what sorts of resources are available, then calls EnumResourceNames on each type. Results are displayed in a treeview, and some types may be extracted and viewed.

    演示了如何列举嵌入在任意文件中的资源,以及如何在应用程序中显示标准的类型。这个项目使用EnumResourceTypes 来决定可用的资源顺序,再对每一种类型调用EnumResourceNames 。结果显示在一个树形控件中,可以扩展和查看类型。
    来源: http://www.mvps.org/vb/ 

    654. unit++ - unit++ - A unit test framework for C++, inspired by jUnit, but written entirely from scratch. It is based on standard ISO C++ features, and is reasonably simple to use. As an optional gold-plating it even has a GUI for running and displaying the tests, based on Qt.
    unit++ - 一个C++的单元测试框架,从jUnit得到灵感,但全部从零开始。基于标准ISO C++ ,相当好用。作为可选gold-plating,她甚至有基于Qt的GUI来运行和展示测试。 

    655. A Completely Customizable Properties Win - A Completely Customizable Properties Window
    这是一个完全可定制的属性页窗口
    来源: http://www.codeguru.com/listview/PropertyWindow.html 

    656. Regular Expression Graphing Program - This program is designed to take a regular expression and produce a graph of the state machine that is used to parse the regular expression. It is useful for teaching regular expressions and state machines. The program comes with a built-in tutorial and sample set of regular expressions.
    这个程序旨在接收一个正则表达式并产生一个状态机的时序图,状态机用来分析正则表达式。它有助于讲授正则表达式和状态机。这个程序带有一个内建的教程和正则表达式样例。 

    657. CString Extension for numerical IO - CString Extension for numerical IO
    CString 扩展类,支持数字IO。
    来源: http://www.codeguru.com/string/cstring_ext_num.shtml 

    658. UPPAAL Timed Automata Parser Library - The UPPAAL Timed Automata Parser Library (libutap) is the parser library used by UPPAAL. It includes a type checker and supports the TA, XTA, and XML file formats.
    UPPAAL Timed Automata Parser Library(libutap)是一种被UPPAAL使用的语法分析程序库。它包括一个类型检测器,并支持TA、 XTA和XML文件格式。 

    659. GL enabled view for MDI environment - CGEnabledView is a view class designed to wrap all OpenGL stuff (initialization, managing of Rendering Contexts and palettes, destruction, etc.) allowing the creation of multiple views in a MDI application.

    CGEnabledView 是一个视图类,封装了所有的OpenGL 功能(初始化,管理绘制环境和调色板,销毁对象,等等),可以在一个MDI应用程序中创建多个视图。
    来源: http://www.codeguru.com/opengl/oglwrapperclass.shtml 

    660. Eclipse EditorList Plug-in - The EditorList plug-in is an editor manager for Eclipse that presents editors in an convenient view.
    Eclipse EditorList Plug-in是一种用于Eclipse的编辑管理器,它为编辑者提供了简便的编辑视图。 

    共有 4053 个源码项目.每页显示10条.
    <1> <2> <3> <4> <5> <6> <7> <8> <9> <10> <11> <12> <13> <14> <15> <16> <17> <18> <19> <20> <21> <22> <23> <24> <25> <26> <27> <28> <29> <30> <31> <32> <33> <34> <35> <36> <37> <38> <39> <40> <41> <42> <43> <44> <45> <46> <47> <48> <49> <50> <51> <52> <53> <54> <55> <56> <57> <58> <59> <60> <61> <62> <63> <64> <65> <66> <67> <68> <69> <70> <71> <72> <73> <74> <75> <76> <77> <78> <79> <80> <81> <82> <83> <84> <85> <86> <87> <88> <89> <90> <91> <92> <93> <94> <95> <96> <97> <98> <99> <100> <101> <102> <103> <104> <105> <106> <107> <108> <109> <110> <111> <112> <113> <114> <115> <116> <117> <118> <119> <120> <121> <122> <123> <124> <125> <126> <127> <128> <129> <130> <131> <132> <133> <134> <135> <136> <137> <138> <139> <140> <141> <142> <143> <144> <145> <146> <147> <148> <149> <150> <151> <152> <153> <154> <155> <156> <157> <158> <159> <160> <161> <162> <163> <164> <165> <166> <167> <168> <169> <170> <171> <172> <173> <174> <175> <176> <177> <178> <179> <180> <181> <182> <183> <184> <185> <186> <187> <188> <189> <190> <191> <192> <193> <194> <195> <196> <197> <198> <199> <200> <201> <202> <203> <204> <205> <206> <207> <208> <209> <210> <211> <212> <213> <214> <215> <216> <217> <218> <219> <220> <221> <222> <223> <224> <225> <226> <227> <228> <229> <230> <231> <232> <233> <234> <235> <236> <237> <238> <239> <240> <241> <242> <243> <244> <245> <246> <247> <248> <249> <250> <251> <252> <253> <254> <255> <256> <257> <258> <259> <260> <261> <262> <263> <264> <265> <266> <267> <268> <269> <270> <271> <272> <273> <274> <275> <276> <277> <278> <279> <280> <281> <282> <283> <284> <285> <286> <287> <288> <289> <290> <291> <292> <293> <294> <295> <296> <297> <298> <299> <300> <301> <302> <303> <304> <305> <306> <307> <308> <309> <310> <311> <312> <313> <314> <315> <316> <317> <318> <319> <320> <321> <322> <323> <324> <325> <326> <327> <328> <329> <330> <331> <332> <333> <334> <335> <336> <337> <338> <339> <340> <341> <342> <343> <344> <345> <346> <347> <348> <349> <350> <351> <352> <353> <354> <355> <356> <357> <358> <359> <360> <361> <362> <363> <364> <365> <366> <367> <368> <369> <370> <371> <372> <373> <374> <375> <376> <377> <378> <379> <380> <381> <382> <383> <384> <385> <386> <387> <388> <389> <390> <391> <392> <393> <394> <395> <396> <397> <398> <399> <400> <401> <402> <403> <404> <405> <406>
    联盟团体会员
    合作伙伴
    © 共创软件联盟 版权所有
    联盟服务条款 | 联盟隐私权规则 | 联系我们
    电话: (8610)68313388-5949 | 传真: (8610)88377936
    京ICP备05056057号