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

资源列表

« 1 2 ... .47 .48 .49 .50 .51 9152.53 .54 .55 .56 .57 ... 58523 »
  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. TimerInvoke

    0下载:
  2. VC++ 源码编译实现的计时器小程序,比较简易的计时器,比秒要再快一些,不过这个时间频率是可以调的,如图所示,点击开始计时功能,计时器就开始工作了,可看到数字在不停的增大。-The timer applet VC++ compile source code to achieve relatively simple timer, again faster than the second, but this time frequency can be adjusted, as shown, clic
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-05
    • 文件大小:19.53kb
    • 提供者:汪高峰
  1. D3Ddemo9

    0下载:
  2. VC++游戏开发笔记系列配套源码,纹理映射演示demo之一 by浅墨,为三维世界添彩:纹理映射技术(一)源码实例下载,-Development of the VC++ game notes series supporting source, one of the texture mapping demo demo by shallow ink, texture mapping techniques (1) download the source code examples for the thr
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-17
    • 文件大小:339.31kb
    • 提供者:杨红华
  1. read

    0下载:
  2. VC++远程读写文件代码,初学者参考,通过指定的IP地址直接读取对应目录中的文件,网络路径就写在代码里,不过自己要修改一下,要确认网络中存在这个路径。这个例子其实挺简单的,适合初学者参考学习。-VC++ remote read and write files code reference for beginners, directly read files in the corresponding directory specified IP address, network path writ
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:18.96kb
    • 提供者:杨红华
« 1 2 ... .47 .48 .49 .50 .51 9152.53 .54 .55 .56 .57 ... 58523 »
搜珍网 www.dssz.com