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>

    3891. Determining the Active Window - This small project demonstrates how to find the active window on the windows desktop. It uses a timer control to fire events every 10th of a second to use the windows GetForeGround window API call to determine the window, and then the GetWindowText api call to get that windows caption.
    这个简单的应用程序演示了如何在桌面上找到活动窗口。它使用一个定时器控件来激发事件,每秒钟十次,使用Windows的GetForeGround窗口API来调用确定窗口,然后GetWindowText函数获得窗口的标题。
    来源: http://www.codeguru.com/vb_shell/2042.shtml 

    3892. Sprite Collide - Shows you how to manage sprite collision in games. Very good example if you need or plan to do any VB games programming - that doesn't involve DirectX

    Sprite Collide给你演示了在游戏中如何管理小怪物。对于你学习或开发VB游戏编辑是一个非常好的例子。它没有使用DirectX
    来源: http://www.zarr.net/vb/download/codedetail.asp?code=180 

    3893. XML Read/Write - Architecture for Persisting/Depersisting object data formatted as XML data. Demonstrates how to utilize IVBContentHandler and other Interfaces exposed by Microsofts SAXXReader. Demonstrates a method for management of CData Blocks and creation of a DOM in a treeview format.

    XML Read/Write是一个将对象数据格式化为XML数据的体系结构。演示了如何使用由 Microsofts SAXXReader提供的 IVBContentHandler 以及其它的命令接口。演示了一个用于管理 CData Blocks 的方法,和以树状视图创建DOM内容的方法。
    来源: http://www.zarr.net/vb/download/codedetail.asp?code=245 

    3894. Category Listbox - This control mimics the behavior of Microsoft Outlook's categorized listbox. It displays a list of categories and each category has its own list of items. Categories can be opened to reveal their items or closed to hide them.

    这个控件模仿了 Microsoft Outlook的分类列表框的功能。它可以显示许多分类,每个分类有自己的条目列表。可以打开分类,删除它们的条目,或关闭、隐藏它们。
    来源: http://www.codeguru.com/listbox/CatListBox.html 

    3895. Sleep - If you want your code to sleep or wait for a certain period of time (down to millisecond accuracy), try this code. Simply include it in a .BAS file in your project and call it using "Call GoToSleep(x)" where x is the number of you want it to sleep for.

    如果你想让你的代码停止等待一定的时间(达到毫秒级),试试这段代码吧。只要将它包含在你的项目的一个.BAS文件中,用"Call GoToSleep(x)" 调用它,x代表你需要等待的毫秒数。
    来源: http://www.zarr.net/vb/download/codedetail.asp?code=0 

    3896. PassSniff - Shows how to search the system for all windows, top-level and children, that share any given characteristic - in this case, the ES_PASSWORD style. Uses EnumWindows and EnumChildWindows to scan for all windows hiding passwords behind those pesky asterisks, then passes WM_GETTEXT to retrieve the actual password text. That this task is so simple it ought to teach us all a lesson on security!

    PassSniff演示了在系统中搜索所有人窗口、顶层窗口和子窗口,它们共享了一些给定的特征-在这里是具有ES_PASSWORD 风格的窗口。使用EnumWindows 和 EnumChildWindows 来扫描所有窗口中用特殊符号隐藏的口令,接着传递WM_GETTEXT 以取回实际的文本。这个任务是如此的简单,我们应该好好地设计一下安全性!
    来源: http://www.mvps.org/vb/ 

    3897. LibDump - LibDump is a Win32 utility tool similar to Microsoft's DumpBin utility except that it can be used to display the contents of library files instead of portable executables and COFF (Common Object File Format) .OBJ files

    LibDump是一个类似于Microsoft的DumpBin的Win32工具,只是它除了可以显示可执行文件和COFF(Common Object File Format)格式的 .OBJ 文件外,还可以显示库文件的内容。
    来源: http://www.codeguru.com/debug/LibDump.shtml 

    3898. Implementing the MD5 Algorithm - This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets.

    The library code itself is platform-independant and has been tested in Redhat Linux. I've included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.

    这个项目实现了MD5算法,由 Professor Ronald L开发。有几种不同语言的版本。我在这里提供的是 Professor Rivets原来实现的C程序的一个C++实现。
    代码库本身是平台独立的,在 Redhat Linux上经过测试。提供了样例代码和 Redhat Linux中的makefile 文件。但演示代码是在 Windows 2000 平台上用 Visual C++ 6 开发的。

    来源: http://www.codeguru.com/algorithms/MD5.html 

    3899. Threads - This application is only used to show how a multithreaded program is structured through the 'eyes' of VB. If you follow the logic of the program it does teach a lot about multithreading and the necessary techniques to do this in a 'Thread Safe environment.

    Threads这个程序演示了如何用VB开发多线程应用程序。如果你按照程序的逻辑,你将学会很多关于多线程以及“线程安全环境”的技术。
    来源: http://www.zarr.net/vb/download/codedetail.asp?code=40 

    3900. A Generalized Parsing Class for MFC - One of the many tasks that a programmer has is taking a set of characters and breaking it down ino its discrete parts. This may be a comma delimited data file, a full directory path, or a set of program directives to perform an action verb and supply arguments. I often do this to implement a command handler for other classes. Rather than send the data to the class as disparate arguments I build a command string such as "Title=the Title@Start Date=12/12/1998@price=12.45" and pass it to the class which then parses the command string and sets the appropriate class variables.

    程序员的一项工作之一就是接收一套字符,再将它们分割成离散的部分,或者是一套程序来执行动作和提供参数。这经常用这个功能来实现一个其它类的命令处理器。不用将数据发送到这个作为不同的参数,我生成了一个命令行字符串"Title=the Title@Start Date=12/12/1998@price=12.45",将它传递给这个类,由这个类来分析命令行字符串,并设置相应的类变量。
    来源: http://www.codeguru.com/cpp_mfc/parser.shtml 

    共有 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号