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

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

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

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

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

    1401. Multiple Dispatch Interfaces - Most of COM objects implement more than one interface. These interfaces are usually dual interfaces, which means they implement IDispatch as well. If you use such an object from a programming environment that can access IUnknown, all the interfaces are available through the QueryInterface method.   Using the object from scripting (automation) environments (like VBScript) leave you with only one interface - IDispatch.

    大多数COM对象接口实现了多个接口。这些接口通常是双向接口,即它们也实现了 IDispatch 。如果你从一个可以访问 IUnknown的编程环境中使用这样的对象,可以通过 QueryInterface 方法使用所有的接口。使用脚本化(自动化)环境(如 VBScript)中的对象只能让你使用一个接口- IDispatch。
    来源: http://www.codeguru.com/atl/queryDispatch.shtml 

    1402. Ganglia - Ganglia provides a complete real-time monitoring and execution environment that is in use by hundreds of universities, private and government laboratories, and commercial cluster implementors around the world. It can be used to easily monitor hundreds of computers in real-time across a university campus or across the world.
    Ganglia提供了一个完全实时监视和执行环境,它正由数百所大学,私人和政府实验室,全世界的商业制造商所使用。它可以简单地对校园网或全世界网络上的数百台计算机进行实时监视。 

    1403. CPing -- Easily ping a host from Windows - CPing -- Easily ping a host from Windows 95 and Windows NT
    CPing -- 在Windows 95 和 Windows NT环境中方便地ping一个主机
    来源: http://www.codeguru.com/internet/cping.shtml 

    1404. ArpMonitor - Arpmonitor will log any ARP request to and from your machine or network. It\'s, useful for monitoring switches or bridges.
    ArpMonitor将记录你机子或网络发出的或收到的任何ARP请求,它对于监视交换机和网桥是有用的。 

    1405. ISAPI authentication filter - In this article the Microsoft SDK ISAPI authentication filter sample was rewrited using MFC ISAPI classes. The filter's funcionality remains exactly the same, the purpose of the article is to demonstrate the use of the MFC ISAPI classes to write filters.

    这个项目是用 MFC ISAPI 类重新编写的 Microsoft SDK ISAPI鉴别过滤器。过滤器的功能保持一样,目的是演示用 MFC ISAPI 类来重写过滤器。
    来源: http://www.codeguru.com/isapi/authfilt.shtml 

    1406. MPI Python - MPI Python
    来源: http://sourceforge.net/projects/pympi/ 

    1407. Dama2 - Dama2 is a console game which uses the Linux framebuffer console to display its graphics. The game can be played over the Internet with a friend. The game's code is meant to be general and reusable in other game projects.
    Dama2 是一个通过linux 祯缓冲区控制台来展示图像的控制台游戏。这个游戏可以通过因特网和朋友玩。这个游戏代码是通用的可在别的游戏项目中可重用。 

    1408. Masked CEdit Control - CmEdit is a class that allows users to have a masked edit control based off of CEdit. Unlike most masked edit controls, it allows you to specify a mask for each character in the box. It also has the ability to be a masked password edit box, meaning it will be a masked edit that displays *'s in place of what is typed.

    CmEdit这个类可以让用户使用一个基于 CEdit的掩码编辑框。不像大多数掩码编辑框控件,它可以让你为编辑框中的每个字符指定一个掩码。它也可以作为一个密码编辑框,用*号取代显示输入的任何字符。
    来源: http://www.codeguru.com/editctrl/mEdit.html 

    1409. Leif - Leif is a KDE tool for the SonyEricsson T68/T68i mobile phone. It supports phonebook editing, SMS management, and file uploading.
    Leif是一个KDE工具,用于SonyEricsson T68/T68i手机。它支持电话本编辑,SMS管理,和文件上传。 

    1410. ComboBox with Item Tooltips - ComboBox with Item Tooltips
    带有条目提示的组合列表框。
    来源: http://www.codeguru.com/combobox//TooltipComboBox.html 

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

      » 合 作 伙 伴