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

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

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

      Programming Language
          C
    查看方式:
      Development Status
      Environment
      Intended Audience
      License
      Natural Language
      Operating System
      Programming Language
      Topic

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

    2841. dbench - dbench is a filesystem benchmark that generates load patterns similar to those of the commercial Netbench benchmark, but without requiring a lab of Windows load generators to run. It is now considered a de-facto standard for generating load on the Linux VFS.

    Dbench是一个文件系统基准。它不需要在Windows装载生成器实验室运行,便可以生成类似于那些商业Netbench基准的装载模式。现在,它被看作在Linux VFS上产生装载的de-facto标准。
     

    2842. Understanding pointers (for beginners) - Understanding pointers (for beginners)
    这个代码演示了C语言中指针的使用。
    来源: http://www.programmersheaven.com/zone3/cat36/6649.htm 

    2843. ClairVoyant SysAdmin - The CVTSA is a tool for Linux that allows a user to use his computer with emails (also from cellular). Emails could be sent from a standard mail address or from a cellular. There are security options that make it quite safe.

    CVTSA是一个Linux工具,允许一个用户使用他自己的带有邮件的计算机(也可以来手机)。邮件能从一个标准的邮件地址或者从手机中发送。它所具有的安全性选项使得发送邮件非常安全。
    来源: http://sourceforge.net/projects/cvtsa/ 

    2844. ActiveX Control Tutorial - ActiveX Control Tutorial
    这个项目演示了如何创建一个ActiveX 控件。
    来源: http://www.codeguru.com/activex/activexTutorial.html 

    2845. snarl-snmp - snarl (Snmp based Network Application for Remote Logging and monitoring) is an active MIB module for net-snmp-5.0.3 and higher to actively monitor dynamic web applications.
    snarl(基于远程日志和网络监听的网络程序的snmp)是一个提供给net-snmp-5.0.3和更高版本的监听动态web程序的活跃的MIB模块。 

    2846. Permutations in C++ - This article explains the technique of finding permutations and provides source code for the recursive implementation. I will also explain how to use the STL template function next_permutation().

    这个项目演示了找到排列的技术,提供了使用递归实现的源代码。演示了如何使用STL模板函数next_permutation()。
    来源: http://www.codeguru.com/algorithms/Permutation.html 

    2847. Broccoli18 - Broccoli18 is a suite of programming tools for the PIC18F series of microcontrollers made by Microchip. Features include ability to read and write code memory, data EEPROM, ID bytes, and configuration word. A simple circuit connecting the PIC to the PC parallel port is required.
    Broccoli18是Microchip生产的PIC18F系列微控制器的一套编程工具。功能包括解读和写代码存储器,数据EEPROM,ID字节和配置字。需要一个简单的电路来联接PIC和PC的并行端口。 

    2848. SuperGrid - Yet Another ListView Control - The listview control has support for editing subitems and basic user navigation. To edit an item hit the Enter key to start editing, when done editing, hit the Enter Key again. The listview control also has support for sorting items, drag and drop, basic scroll, autoscroll and autoexpand when dragging an item over another item. The listview control supports Insert/Delete items and you can use the +,-,* keys to expand/collapse items.

    这个列表视图控件支持对子条目的编辑,以及基本的用户导航功能。为了编辑一个条目,按回车键以开始编辑,完成编辑后,再按一下回车键。这个列表视图控件也支持排序子条目、拖放、基本的滚动、自动滚动,以及将一个条目拖放到另一条目上时自动扩展条目。列表视图控件支持插入和删除条目,可以使用+,-,*键来扩展和层叠条目。
    来源: http://www.codeguru.com/listview/supergrid.shtml 

    2849. athena-delete - athena-delete was written at Project Athena in response to the problem which many novice UNIX users have with accidentally deleting files they didn't want to delete.
    athena-delete在Athena项目中编写,是为了解决许多UNIX亲手偶然删除了他们不想删除的文件而设计的。
    来源:http://freshmeat.net/projects/athena-delete/?topic_id=861 

    2850. GnuWin32-hextools - GnuWin32-hextools provides Win32-versions of GNU tool,or same with tools with a similar open source licence.   The ports are native ports, that is they rely only on libraries provided with any 32-bits MS-Windows operating system, such as MS-Windows 95 / 98 / 2000 / NT / XP
    GnuWin32-hextools 提供了Win32版本的GNU工具hextools,或者是一个遵守类似开源协议的与hextools类似的工具。移植是本地化的移植,即它只依赖随32位MS-Windows操作系统(如MS-Windows 95 / 98 / 2000 / NT / XP)提供的程序库.
    来源:http://sourceforge.net 

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

      » 合 作 伙 伴