CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 实现可以用

搜索资源列表

  1. 用VB判断网页文件是否在IE缓存中

    2下载:
  2. 当访问Internet某个站点时,系统首先将远程文件读入到本机Temporary Internet Files文件夹。现在告诉大家一个小技巧可以用VB语言和一个API函数实现判断网页文件是否在IE缓存中。-when visiting certain Internet sites, the system will first read remote files to the machine Temporary Internet Files folder. Now tell us a little
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1060
    • 提供者:佳闲
  1. Visual Basic .NET 中实现后台进程

    0下载:
  2. 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:173784
    • 提供者:程崇刚
  1. 用 C 语言编写 Windows 服务程序的五个步骤

    1下载:
  2. Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30783
    • 提供者:杨杰
  1. bbb

    0下载:
  2. 在vc的环境下,关于bezier曲线的实现,可以用鼠标在屏幕上任意给出控制点的位子.-vc in the environment, on the realization of bezier curves, you can use the mouse on the screen any given place at the control point.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:34419
    • 提供者:jl
  1. 全局函数的另一种实现

    0下载:
  2. 全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局类的方法。 希望对大家有所帮助。 -It is very convenient by using global function because it needn t include many head files and can be used in almost every class.But when you use it you
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:71811
    • 提供者:yao
  1. 标记语言的简单解释器算法实现

    0下载:
  2. 使用一种类似 XML 的文本标记语言来描述一种含有分支和层次结构的成员信息,(有关 XML 的更多信息,请参考 W3C 网站)设计一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: ABC 123456 group1 每组"标记"包含两部分:标记名称和标记值。例如, 123456是一组标记。标记名称包含在一对尖括号中 (""), 称为标记头, 称为标记尾。 标记头和标记尾
  3. 所属分类:系统编程

    • 发布日期:2011-05-22
    • 文件大小:144470
    • 提供者:zjuqsr
  1. goole-earth.MFC实现google-earth地图的功能

    2下载:
  2. mfc开发的一个小程序,实现google-earth地图的功能。可以用来参考如何在应用程序中嵌入网页,也可以用来参考google-earth的应用。,a sample test
  3. 所属分类:网络编程

    • 发布日期:2013-12-02
    • 文件大小:2067760
    • 提供者:邓杨军
  1. kuaijiejian

    0下载:
  2. 快捷键的应用,方便了用户,实现了即可以用鼠标操作也可以用键盘操作的实现-Application shortcut keys make it easier for users to realize that the mouse can be used to operate a keyboard can also be used to achieve operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:25407
    • 提供者:张永康
  1. rip

    0下载:
  2. 路由选择协议的模拟实现,用C++实现,这是自己写的,感觉写的还可以,希望得到大家的认可,不足之处请多多包含-Routing protocol implementation of the simulation using C++ implementation, which is written in their own feeling, they can still write and hope that the U.S. recognized the inadequacies please in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:926
    • 提供者:
  1. student-management

    0下载:
  2. 学籍信息,包括学院、班级、学号、姓名、专业、性别、出生日期,家庭地址,电话号码等。要求该系统具有浏览,增加,删除,查询,插入等功能。程序的主要实现可以用链表来实现。类设计完成后,输入足够的测试数据进行测试,将必要的测试及过程输入到文件中。菜单可以根据设计功能要求自由设计。-students information management system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3522
    • 提供者:朱伟
  1. E

    0下载:
  2. 易语言编写的一个非常简单的加密解密程序,可以用在网络通信加密里面,速度比较快,可以根据需要修改一下算法,实现更好的加密-Language easy to be a very simple encryption and decryption process can be used in network communication encryption inside, the faster, you need to be amended in accordance with algorithms,
  3. 所属分类:Windows编程

    • 发布日期:2017-03-30
    • 文件大小:39469
    • 提供者:yuiop
  1. 11

    0下载:
  2. 很好玩的,能够实现可以用鼠标切分的窗体。-It' s fun, and can be cut with the mouse form
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:2669
    • 提供者:bo bo
  1. 1asdfs4f4

    0下载:
  2. Visual Basic实现可以用鼠标切分的窗体-Visual Basic can use the mouse to achieve segmentation of the form
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2463
    • 提供者:沈连腾
  1. C4.5决策树实现

    0下载:
  2. 可以用vs2010打开,可以用vs2010打开
  3. 所属分类:Windows编程

    • 发布日期:2014-09-24
    • 文件大小:4885458
    • 提供者:lin8820lin
  1. 在delphi实现Excel录制宏

    0下载:
  2. 当你不知道excel操作功能的delphi代码时, 你可以做: 打开Excel->工具->宏->录制新宏 做一些你想在delphi实现的功能, 然后 停止录制宏 最后 在Excel->工具->宏->宏(M)...->编辑 就可以看到代码了. 你稍微改一下就可以用到delphi里
  3. 所属分类:ActiveX/DCOM

  1. uurvy

    0下载:
  2. 在vc的环境下,关于bezier曲线的实现,可以用鼠标在屏幕上任意给出控制点的位子,-In the vc environment, on the implementation of the bezier curve, you can use a mouse in the arbitrary control point position is given on the screen,
  3. 所属分类:Process-Thread

    • 发布日期:
    • 文件大小:27470
    • 提供者:GW&8621
  1. troduct

    0下载:
  2. 如何在对话框程序中使用动画控件 VC++实现,可以用-How to use the animation controls in a dialog program vc++ realize, can use
  3. 所属分类:Console

    • 发布日期:2017-12-13
    • 文件大小:42467
    • 提供者:exhibwt
  1. iancurvegiven

    0下载:
  2. 在vc的环境下,关于bezier曲线的实现,可以用鼠标在屏幕上任意给出控制点的位子,(In the vc environment, on the implementation of the bezier curve, you can use a mouse in the arbitrary control point position is given on the screen,)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-21
    • 文件大小:26624
    • 提供者:encypslhation
  1. 11实现可以用鼠标切分的窗体

    0下载:
  2. 11实现可以用鼠标切分的窗体(11 to achieve the form can be separated by the mouse)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:1fh77tdx
  1. 实现EDIT控件自绘

    0下载:
  2. 自绘的MFC CEdit控件,可以用来参考或直接添加使用(Self drawn MFC CEdit control)
  3. 所属分类:Windows编程

    • 发布日期:2021-04-02
    • 文件大小:66560
    • 提供者:东东1122
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com