CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 系统编程

资源列表

« 1 2 ... .75 .76 .77 .78 .79 1880.81 .82 .83 .84 .85 ... 15013 »
  1. history

    0下载:
  2. VC++如何清除上次登录用户历史记录?具体的请查看源代码吧,测试时候没有发现到底是清除哪里的历史记录,不过源代码可以在VC++6.0下直接无错编译,有兴趣的研究一下吧。-VC++ how to clear the last logged-on user history? The specific check source code, test time did not find exactly clear where history, but the source code can be dir
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:31.22kb
    • 提供者:程莉萍
  1. masaike

    0下载:
  2.  本例将让你学会如何使用VC++实现图像的马赛克效果,当然,效果不是太好,还有很大的完善空间,只能说是一个马赛克的处理模块演示,相信对初学者比较有用吧。-This example will allow you to learn how to use the image VC++ mosaic effect, of course, the effect is not very good, there are a lot of perfect space can only be said to be
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:34.54kb
    • 提供者:汪翠娟
  1. message

    0下载:
  2. VC++消息框设置演示源码实例,是一些VC++消息框的基础使用技巧实例,比如如何创建消息框、如何设置消息框标题、如何使用资源串创建消息框、如何使用资源串动态显示消息框内容、如何使用消息框的?号图标、如何使消息框显示“是/否”确认提示、如何使用消息框显示“确认/重试”按钮,都挺基础啊,新手应该会很喜欢的一些VC++源码实例。-Demo source code examples the VC++ message box is set, the instance of the some VC++ me
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:43.88kb
    • 提供者:汪翠娟
  1. gundong

    0下载:
  2. VC++如何使用滚动条控件?源码例子下载,本例通过滚动条调整颜色为例,演示代表红、绿、蓝三基色的滚动条在拖动时如果动态取值、赋值,从而适时动态改变颜色值,这再VC++应用中是想当常见的一个滚动条应用实例。-VC++ how to use the scroll bar control? Source code examples to download, in this case through the scroll bar to adjust the color, for example, the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:45.38kb
    • 提供者:汪翠娟
  1. JsDialog

    0下载:
  2.  一个透明效果的自绘窗体实例VC++源码,窗体自绘效果,掌握了自绘技术,制作一些个性的窗体将十分容易,可根据自己的想法制作各式各样的窗体,如上图所示的自绘窗体,具备了透明效果,自定义按钮的功能,窗体支持拖动改变大小,支持拖动等功能。-A transparent effect from the painting form instance VC++ source form from painted effect, mastered from the painting technology, to
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:20.76kb
    • 提供者:汪晶
  1. SkinFeature

    0下载:
  2. C++ SkinFeature+开发包源码-SkinFeature使用时会出现这个弹出窗口,很讨厌。使用这个破解库后就不会出了。 -When the development of C++ SkinFeature+ package source-SkinFeature use this pop-up window will appear, very annoying. They will not use this crack library.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:239.42kb
    • 提供者:汪晶
  1. CBitmapSlider

    0下载:
  2.  VC++源码CBitmapSlider,本例收集了超多的CSliderCtrl控件丰富多彩的应用,值得初学者学习。运行时如会弹出错误窗口,请点忽略。控件实例集运行截图如上所示,非常漂亮的。-The VC++ the CBitmapSlider code, in this case collected the super multi CSliderCtrl control a variety of applications, it is for beginners to learn. Runti
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:189.19kb
    • 提供者:吴国栋
  1. Dijkstra

    0下载:
  2. Dijkstra算法实现,能够自定义source-Dijkstra algorithm, the ability to customize the source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:3.72mb
    • 提供者:Newton
  1. ParseTool

    0下载:
  2. MFC窗口调用控制台程序,实现对话框调用其他exe的示例-The MFC window console program is called, the dialog box call exe example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:1.87mb
    • 提供者:wenhu
  1. UPDATEDEMO

    0下载:
  2. C#在线更新程序运行说明:   打开TestApp.exe主程序,点击更新按钮开始自动更新。更新完成后TestApp.exe变为版本2.0-C# program to run online updates: open TestApp.exe main program, click the Update button to start the automatic update. After the update is complete TestApp.exe changes to versi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:212.62kb
    • 提供者:方鸣
  1. MyFormDesinger

    0下载:
  2.  Winform窗体设计器,基于C#源码实现,界面仿VisualStudio,这个窗体设计器可显示出制作窗体上一些必备元素的属性信息,虽然功能不及VS,但编写实现这样的功能,也需要一些水平的,源码也是可以编译的。被遮罩的控件容器,通过Overlayer操作该容器(以及其中的子控件),将其设置Z轴最上,接受所有的用户操作,底层的其他控件无法接受用户输入。各位可以注释这条试一下,底层的其他控件(窗体)就能接受鼠标点击,过滤控件容器中所有子控件的WM_PAINT消息 减少重绘操作。-Winform F
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:27.89kb
    • 提供者:方鸣
  1. list

    0下载:
  2. C#水晶报表应用实例,使用水晶报表以列表形式显示学生信息,详细说明了使用方法,可以说是一个教程,通过这个教程让你学会更多的水晶报表使用知识,测试前请确保安装有.NET 4.0环境,以及附加和连接好SQL数据库信息。-C# Crystal Reports application example, to use Crystal Reports student information is displayed in tabular form, detailing the use of the meth
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:788.32kb
    • 提供者:方鸣
« 1 2 ... .75 .76 .77 .78 .79 1880.81 .82 .83 .84 .85 ... 15013 »
搜珍网 www.dssz.com