联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 分类源码 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 

源码库中源码数量为18996
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • jasperreports
  • Air Traffic Controller
  • PoolMan
  • virtualdub-win
  • Apache-SSL-Jserv
  • CppUnit
  • GLgraph
  • FCK editor
  • Async Professional
  • -= 更多 =-

      Topic
          Software Development
              Build Tools (1120)
              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

    共有 4052 个源码项目.每页显示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>

    3581. A fast method for appending strings - I have found this to be very useful when constantly appending strings. It uses the CopyMemory API function which speeds the process up considerably, especially as the size of the string increases. The class as well as documentation is included in the ZIP file.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=154
    我发现在不断追加字符串时这个程序是非常有用的。它使用了CopyMemory API函数在相当程度上加快了进程,特别在增加字符串的大小上。这个类和文档包括在ZIP文件中。 

    3582. Hypersonic SQL - Hypersonic SQL

    Hypersonic SQL is an Open Source Java database. It has standard SQL syntax and a JDBC interface.
    Hypersonic SQL 是一个开放源码的JAVA数据库。它有标准的SQL语句和一个JDBC接口。 

    3583. Irregular Shaped Bitmap Dialog - Irregular Shaped Bitmap Dialog
    不规则形状的位图对话框
    来源: http://www.codeguru.com/dialog/IrrBmpDlg.html 

    3584. makefiles - Makefiles is a high-level build system and suite of portability tools. It is meant to be easier to use than autoconf and generally superior. The package contains a set of rules that allows you to compile structured projects with small and uniformly structured makefiles. All rules are located in a central directory. Compiling the projects on different platforms can be done simultaneously without having to modify any of the makefiles that are located in the projects directories.
    makefiles是一个高层次的建造系统,也是一套具有移植性的工具。它旨在简化autoconf的使用,并提供一些更高级的功能。它包含了一套用小型的统一结构的make文件来编译结构化的项目的规则。 所有的规则都位于一个中央目录中,可在不同的平台上同时编译项目而不用修改任何位于项目目录中的make文件。 

    3585. WTL - Button Menu - DevStudio's Tools|Customize menu displays a dialog box that contains a button control with an arrow on it. When pressed, the button will display a drop-down menu. I needed this feature in my ATL applications, but didn't want the overhead of MFC or the headache of Win32. So I borrowed from Norm Almond's excellent example of Cool Push Menu Button and ported it to WTL, simplifying it's functionality along the way.

    DevStudio的 Tools|Customize 菜单显示了一个对话框,它一个带有箭头的按钮控件,当按下时,按钮会显示一个下拉菜单。在我的ATL应用程序中我需要这一功能,但又不想接受MFC那过多的开销或 Win32令人头痛的繁杂。所以我借用了 Norm Almond的 Cool Push Menu Button例子,将它引入WTL中,简化了它的功能。
    来源: http://www.codeguru.com/atl/Buttonmenu.shtml 

    3586. docbook2X - docbook2X converts DocBook documents to man and Texinfo format.

    docbook2X将DocBook文档转换到man和Texinfo格式。
    来源: http://sourceforge.net/projects/docbook2x/ 

    3587. Stopping the Second Instance of Your App - The main credit goes to Mr. Kochhars. I modified his code to cater to this functionality and used it as the main method in a class fulfilling my need. The main method needs more work to be cleaned up; however, as it is now, it is quite capable of getting the job done without introducing any major flaws.
    这个应用程序用来停止你的应用程序中的第二实例。这主要归功于Mr. Kochhars。我对他的代码进行了修改,以适应所需的功能,并将他的代码在类中作为main方法来达到我的需要。main方法需要更多的工作才能被整理好;然而,正如现在,它能正常完成工作,而没有引入什么大bug。
    来源: http://www.codeguru.com/misc/OtherInstance.html 

    3588. hk_kdeclasses - hk_kdeclasses


    hk_kdeclasses is a C++ library for rapid development of databases under KDE 2.x.

    hk_kdeclasses 是一类C++库用来快速开发在KDE2x下的数据库。 

    3589. General Steps in Converting C applicatio - General Steps in Converting C application to C++
    从C向C++转变时的一些例子。
    来源: http://www.programmersheaven.com/zone3/cat36/6670.htm 

    3590. hk_classes - hk_classes


    hk_classes is a set of C++ libraries for rapid development of database applications with all features a modern database application should have, like forms and reports. hk_classes is database and GUI independent.

    hk_classes 是一类C++库,用于快速开发数据库应用,应该具有所有的现代数据库应用,类似表格和报告。它是一个数据库并且GUI独立。 

    共有 4052 个源码项目.每页显示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>

      » 合 作 伙 伴