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


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

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

-= 更多 =-

下载排行
  • ffdshow
  • jasperreports
  • JGraph
  • PoolMan
  • virtualdub-win
  • Air Traffic Controller
  • CppUnit
  • FCK editor
  • JFreeChart
  • Async Professional
  •   Topic
          Software Development
              Build Tools
    查看方式:
      Development Status
      Environment
      Intended Audience
      License
      Natural Language
      Operating System
      Programming Language
      Topic

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

    101. SmartHelp - It memorizes MSDN Library Contents Tree layout for every Workspace.
    Favorites Topics list is now available from Visual Studio, not only MSDN. Using it, you can also recall other types of documentation you use, such as CHM, Win Help, simple text and source code files, Microsoft Word ? Documents, Adobe Acrobat ? Portable Document Files and HTML.

    SmartHelp 2.0可以为每个Workspace记录MSDN库的目录树结构。“主题收藏”列表现在可以在 Visual Studio中使用,而不是仅在MSDN中才有。使用它你也可以调用其它类型的文档,如CHM, Win Help,简单的文本和源代码文件,Microsoft Word ? Documents, Adobe Acrobat ? Portable Document Files 和HTML.
    来源: http://www.codeguru.com/devstudio_macros/SmartHelp.shtml 

    102. LogiCampus Educational Platform - LogiCampus is a web-based classroom management system. Developed in conjunction with educators, the system provides a rich set of functionality for students, teachers and administrators, including forums, gradebook, content management and more.

    LogiCampus 是一个基于Web的教室管理系统。和教育工作者联合开发,系统为学生、教师和管理员提供了一套丰富的功能,包括论坛、年级簿,内容管理,等等。
    来源: http://sourceforge.net/projects/logicampus/ 

    103. DateTime Object in .NET: Demo - This is an ASP.NET page that demonstrates usage of the .NET's DateTime object and it's format method. As you will see, this object provides enhanced date display properties as compared to native methods of Visual Basic and ASP.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2375
    这是一个ASP.NET页面,演示了.NET的日期对象的使用方法和它的格式。正如你将看到的,这个对象提供了与Visual Basic和ASP本身所具有的方法相似的增强的日期展示属性。 

    104. XTemplate - XTemplate is a template engine for PHP which allows you to store your HTML code apart from your PHP code. It has many useful features such as nested blocks and various kinds of variable interpolation, and yet the code is very short and very optimized.

    XTemplate是为PHP提供的一个模板引擎,可以让你将HTML代码和PHP代码分开保存。它有许多有用的功能,如嵌入块和各种变量改写,而且代码短小,经过优化。
    来源: http://sourceforge.net/projects/xtpl/ 

    105. OS Version Information with Windows 2000 - The Class module provides information on the Operating System using handy functions like IsWin98() and IsWin2K(). This Class uses the new VerifyVersionInfo API under Windows 2000 to check the version number against a specified criteria. If this functionality is not supported (as in Win9x, WinNT), the class mimics this functionality.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=986
    这个类模块使用一些简单的函数(如IsWin98()和IsWin2K())提供操作系统的信息。它在Windows 2000中使用这个新的VerifyVersionInfo API来检查一个特殊标准的版本号。如果这种功能性不被支持(比如在Win9x, WinNT环境中),这个类就能模仿这种功能性。 

    106. JBCS - JBCS is a Checkstyle plugin for JBuilder. It supports Checkstyle 3.x (including custom checks and severity levels) and is developed in Java using JBuilder Opentool API.

    JBCS是为JBuilder提供的Checkstyle 插件。它支持Checkstyle 3.x (包括定制检查和安全级别),用Java使用JBuilder Opentool API来开发。
    来源: http://sourceforge.net/projects/jbcheckstyle-pg/ 

    107. FlexListBox: Enhanced List Box Control - This enhancement of the standard list box adds many new font, color, and style/UI related properties. A sample client project is included
    这个加强的标准列表框能用来增加很多新的字体,颜色以及风格/与UI相关的属性。包括了一个示例的客户端项目。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2780 

    108. ANT PVCS 75 - New Ant optional task to support PVCS V7.5 onwards. (On the CruiseControl site is a mention this works fine with PVCS 6.8) Makes use of alot more PVCS features than the standard Ant supplied optional task. Can be added to existing ANT source.

    ANT PVCS 75这是支持PVCS V7.5的一个新的Ant任务。(在CruiseControl 站点上,据说也可以和PVCS 6.8良好地运行)。和Ant提供的标准可选项目相比,它使用了许多PVCS的功能。可以用于增加现存的ANT源码。
    来源: http://sourceforge.net/projects/ant-pvcs-75/ 

    109. Database Reporting Engine - This application provides much functionality for creating data-driven reports, including preview, graphics, and formatting. There is no documentation so you may have to work with it awhile, but there is a demo on how to use it, and the functionality is rich.
    Database Reporting Engine提供了非常多的功能来创建数据驱动的报表,包括预览、图形、和格式化。项目没有文档,所以你需要花些时间,但所包含的演示可以教你怎么使用它,它的功能是丰富的。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=5389 

    110. Java JarWizard - JarWizard is a small Java Application that takes the hassle out of creating executable JAR files. In just a few clicks, your Java application will be packed and made executable when users double-click on its JAR file.

    Java JarWizard这个小Java应用程序可以用于创建可执行的JAR文件。只要通过几次点击,就可以将你的应用程序封装,当用户双击JAR文件时就可以执行它。
    来源: http://sourceforge.net/projects/jarwizard/ 

    共有 1121 个源码项目.每页显示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>
    联盟团体会员
    合作伙伴
    © 共创软件联盟 版权所有
    联盟服务条款 | 联盟隐私权规则 | 联系我们
    电话: (8610)68313388-5949 | 传真: (8610)88377936
    京ICP备05056057号