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


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

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

-= 更多 =-

下载排行
  • ffdshow
  • jasperreports
  • JGraph
  • PoolMan
  • virtualdub-win
  • Air Traffic Controller
  • CppUnit
  • FCK editor
  • Async Professional
  • JFreeChart
  •   Topic
          System
              Archiving (126)
              Benchmark (23)
              Boot (28)
              Clustering/Distributed Networks (24)
              Emulators (3)
              Filesystems (133)
              Hardware (56)
              Installation/Setup (49)
              Logging (65)
              Networking (542)
              Operating System Kernels (45)
              Power (UPS) (3)
              Software Distribution (26)
              System Shells (13)
              Systems Administration (297)
    查看方式:
      Development Status
      Environment
      Intended Audience
      License
      Natural Language
      Operating System
      Programming Language
      Topic

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

    331. MFC Extension Class CProductKey - The CProductKey class provides an easy way to enter IDs, PINs, product keys, or so on. The data to be entered can consist of any number of fields of any length. You can choose a decimal, hexadecimal, or alphanumeric format for the key. To achieve better readability, a Courier font 1.5 times larger than the standard font will be used as the display font. The digit zero will be displayed as ? instead of 0 to avoid cofusion with the letter O.
    CProductKey类提供了一种容易的方式来输入ID,PIN,产品序列号,等等。输入的数据可以由任意长度的数字段组成。你可以选择十进制、十六进制或字母的序号。为了取得更好的可读性,可以使用标准字体的1.5倍的 Courier字体作为显示字体。可以将数字0显示为?,以免和字母O混淆。
    来源: http://www.codeguru.com/editctrl/ProductKey.html 

    332. How to Create a Custom View to Wrap Your - How to Create a Custom View to Wrap Your Own Control
    这个项目演示了如何创建一个定制的视图来封装你的控件

    来源: http://www.codeguru.com/doc_view/custom_view.shtml 

    333. Complete System Tray Icon Application - A tray icon application without subclassing, encapsulated into a single form, and with all of the common system tray features, including:
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2055
    一个不带有子类的托盘图标应用程序,封装到一个单一的窗体中,包括了所有的一般的系统托盘功能。 

    334. Reverse the Movement of the Mouse - By using the techniques demonstrated here, you can move the mouse in the direction opposite to the user's movement.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=3906
    通过使用在此所演示的技巧,你能够将鼠标按与用户移动相反的方向来移动鼠标。 

    335. DuckHunt - This is a game where you have to quicky click on moving ducks. Each duck you click on scores you a point.
    DuckHunt是一个游戏,你须快速的击中移动的鸭子。每击中一只鸭子记一分。
    来源: http://www.codeguru.com/vb_misc/1613.shtml 

    336. Editable TreeList Control with ToolTips - This project was written to provide you with a Tree List to put on any CView. It supports images, checkboxes, and all the functionality of both CTree and CList Controls. It automatically resizes itself when the user changes the window that has been attached to it. Clicking on the List Header will sort the tree either in ascending or descensding order. Each cell is also editable and can have either an edit box or a combo box for this purpose.



    使TreeList控件具有工具提示

    这个工程用来向你提供一个Tree List来放置任何的CView.它支持图像框,选择框和所有的CTree和CList控件。当用户改变的窗口时,连接上到这个窗口上的控件自动改变来适应窗口。在List的头部单击,将会使里面的数据升序或者降序排列。每一个部分都是可编辑的,基于这个目的,它可以拥有一个编辑框或者一个组合框。
    来源: http://www.codeguru.com/treeview/GTreeList.html
    来源: http://www.codeguru.com/treeview/GTreeList.html 

    337. Selectable Elements - This is script that allows you to select HTML elements using the mouse. It can be used to allow the user to select items in a list, rows in a table or anything else you seem fit.

    The goal for this script was to make it very generic so that it could easily be modified to support different types of elements and element structures. Another goal was to support any browser supporting DOM1 HTML (and basic DOM2 Events support). But even if the browser does not support the W3C DOM the data should still be available to the user.

    这个脚本也可让你用鼠标选择HTML元素。它可以用于让用户选择列表框中的条目,表格中的行或其它你觉得合适的东西。
    这个脚本的目的是通用性,可以容易地扩展以支持不同种类的元素和元素结构。另一个目的是支持使用DOM1 HTML的浏览器(支持基本的DOM2 事件)。但即使浏览器不支持W3C DOM ,用户也可以使用其数据。
    来源: http://webfx.eae.net/dhtml/selectableelements/selectableelements.html 

    338. Better Method of Creating/Deleting Linke - In this article I am going to present to you a better way to create and delete linked lists. The idea involves using double pointers. This approach will make you use less code, which makes it more efficient, more easily understood (if you are comfortable using double pointers).

    在这个项目中我提供了一种创建和删除链接表的更好的方法。想法是使用 double 类型的参数。这种方法可以让你使用更少的代码(这使得它更有效),更容易理解(如果你熟悉使用 double 指针)。
    来源: http://www.codeguru.com/cpp_mfc/ppMethod.shtml 

    339. CHoverButton - Nice Hover Button with On - CHoverButton - Nice Hover Button with One Bitmap and Tooltip.
    CHoverButton - 带有一个位图和工具条提示的漂亮的Hover 按钮。
    来源: http://www.codeguru.com/buttonctrl/hoverbutton.shtml 

    340. PasswordSpy - PasswordSpy is a very simple program to use. You simply start the program that contains the forgotten password as well as PasswordSpy. Then, drag the magnifying glass from PasswordSpy over the \"****\" field and PasswordSpy will display the password. It should be noted that PasswordSpy is not intended for mischievous purposes. PasswordSpy has been tested on Win95/98/ME and WinNT/2K/XP.
    PasswordSpy是一个非常易于使用的应用程序。你只需打开忘记密码的应用程序和PasswordSpy,然后,将PasswordSpy应用程序中的放大镜拖过\"****\"密码输入框,PasswordSpy就能将密码显示出来了。值得注意的是,PasswordSpy并不用于恶作剧。它已经在Win95/98/ME和WinNT/2K/XP下测试过了。
    来源: http://www.codeguru.com/samples/pwdspy.html 

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