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

资源列表

« 1 2 ... .64 .65 .66 .67 .68 49369.70 .71 .72 .73 .74 ... 58526 »
  1. loadingpictab

    0下载:
  2. 一款引入mootools插件的图片特效,带进度条的图片切换代码,进度条焦点图幻灯代码,极漂亮的效果,图片切换的时候,分条状渐变,很有幻影的味道,而且下边的进度条一直在前进,告诉你什么时候图片要切换了-A picture effects of the introduction of the mootools plugin, with the progress of image switching code, the progress bar focus map slide code, a very
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:406.38kb
    • 提供者:神州
  1. Retinex

    0下载:
  2. 用retinex方法实现的图像增强,程序比较简单,效果比较好。-The Retinex method to achieve image enhancement, the procedure is relatively simple, the results were quite good.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:1.23mb
    • 提供者:张昕
  1. RGB

    0下载:
  2. MFC实现可以载入图片并且分别做出图片三个通道的直方图。-MFC can load pictures and make pictures with three-channel histogram.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:2.05mb
    • 提供者:张昕
  1. gg

    0下载:
  2. jQuery overScroll插件的应用演示源代码,可做立体图片旋转效果,演示页在中详细介绍了jQuery overScroll插件的各个参数说明和使用方法,以及实例演示-jQuery overScroll plug demo source code, to do three-dimensional picture rotation effect, the demo page in the Parameter Descr iption and use of the the jQuery ov
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:245.26kb
    • 提供者:程琳
  1. loadingpictab

    0下载:
  2. 一款引入mootools插件的图片特效,带进度条的图片切换代码,进度条焦点图幻灯代码,极漂亮的效果,图片切换的时候,分条状渐变,很有幻影的味道,而且下边的进度条一直在前进,告诉你什么时候图片要切换了,想了解mootools实现动画效果的朋友们,这一款幻灯片特效将告诉你答案。-A picture effects of the introduction of the mootools plugin, with the progress of image switching code, the pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:405.71kb
    • 提供者:程琳
  1. log

    0下载:
  2. 绿色简洁的登录界面模板,用于管理员登录后台或用户登录都可以,绿色风格很诱人的后台登录页界面,还带有阴影效果,虽然看上去很简单,但使用的资源文件不多,加载速度快,有需要后台登录界面模板的网站制作者,不妨作为参考,或直接修改一下就能用了。-Green simple login screen template for administrator login background or user logon, green style is very attractive the background l
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:73.4kb
    • 提供者:程琳
  1. titlename

    0下载:
  2. vc.net防止在标题栏上显示文档名,也就是不把所要打开的文件的文件名显示在标题栏中,比如打开TEST.TXT,如果用系统记事本打开的话,则记事本标题栏会显示这个名称,那么在VC.NET编程环境下,如果使用本代码后,就不会出现这种情况了,文件名被屏蔽掉了。-vc.net prevent displayed in the title bar of the document name, is not the file you want to open the file name displayed
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:26.38kb
    • 提供者:胡祖德
  1. animation

    0下载:
  2. VC++窗体动画启动效果,动画效果显示及隐藏窗口,介绍下如何使用动画效果来显示隐藏窗口。主要使用的是AnimateWindow函数。为了方便代码复用,已将其封装成一个窗口动画效果类。代码中的CenterWindow是用来将窗口居中显示的。-Start effect VC++ form animation, animation effects to show and hide the window, describes how to use animation to show a hidden w
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:918kb
    • 提供者:胡祖德
  1. UseNameSpace

    0下载:
  2. C#使用命名空间NameSpace的一个基础实例,以命令提示符控制台的形式显示出演示结果,挺基础的C#例子,使用using指令引入命名空间NameSpace,实例化NameSpace中的类,调用类中的Myls方法,建立命名空间,自定义NameSpace中的类,输出字符串-C# using namespace NameSpace instance of a base, to form the command prompt console demo results, very basic C# ex
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:5.63kb
    • 提供者:胡祖德
  1. AboutStreamReader

    0下载:
  2. C#文件流读写TXT文件内容,基础的FSO文件操作源码,实现过程,先引入using System.Linq using System.IO命名空间,创建类,使用File.Exists判断所需读写的文件是否存在,然后使用StreamWriter读取文件内容,而后StreamReader显示文件内容,同时加入Exception异常处理相关操作。-C# file streams to read and write the contents of the TXT file, the FSO file o
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:7.59kb
    • 提供者:李有才
  1. UseDirectory

    0下载:
  2.  使用C#怎么创建文件和文件夹?这是一个完整的源码实例,你只需在文本框中输入文件夹的路径和名称,点击“创建”按钮,即可创建一个文件夹,程序的实现过程:判断输入的文件夹名称是否为空,然后使用Directory类的Exists方法判断要创建的文件夹是否存在,再使用Directory类的CreateDirectory方法创建文件夹,最后给出创建成功的提示。这是一个适合C#新手参考的基础FSO操作实例。-Using C# how to create files and folders? This is
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-09
    • 文件大小:15.56kb
    • 提供者:李有才
  1. TreeNavigate

    0下载:
  2. 一个VC++ Tree树状导航栏菜单的实现思路举例,用源代码来演示实现的过程,是个挺好的教学范例。本树菜菜单效果图如上示,图标有些大了,如果换成小图标,会更加精致哦。-The realization of a VC++ Tree tree navigation bar menu ideas for example, is a very good teaching example source code to demonstrate the process. Renderings of the t
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:24.35kb
    • 提供者:汪高峰
« 1 2 ... .64 .65 .66 .67 .68 49369.70 .71 .72 .73 .74 ... 58526 »
搜珍网 www.dssz.com

浏览历史记录

关闭