搜索资源列表
用VB判断网页文件是否在IE缓存中
- 当访问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
Visual Basic .NET 中实现后台进程
- 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
用 C 语言编写 Windows 服务程序的五个步骤
- Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn
bbb
- 在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.
全局函数的另一种实现
- 全局函数使用起来很方便,不需要很多的包含头文件,在每种类中都可以用。可是,他的实现上也要注意一些细节,本实例就是出于这一目的,给出简单事例,教初学者如何使用全局类的方法。 希望对大家有所帮助。 -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
标记语言的简单解释器算法实现
- 使用一种类似 XML 的文本标记语言来描述一种含有分支和层次结构的成员信息,(有关 XML 的更多信息,请参考 W3C 网站)设计一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: ABC 123456 group1 每组"标记"包含两部分:标记名称和标记值。例如, 123456是一组标记。标记名称包含在一对尖括号中 (""), 称为标记头, 称为标记尾。 标记头和标记尾
goole-earth.MFC实现google-earth地图的功能
- mfc开发的一个小程序,实现google-earth地图的功能。可以用来参考如何在应用程序中嵌入网页,也可以用来参考google-earth的应用。,a sample test
kuaijiejian
- 快捷键的应用,方便了用户,实现了即可以用鼠标操作也可以用键盘操作的实现-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
rip
- 路由选择协议的模拟实现,用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
student-management
- 学籍信息,包括学院、班级、学号、姓名、专业、性别、出生日期,家庭地址,电话号码等。要求该系统具有浏览,增加,删除,查询,插入等功能。程序的主要实现可以用链表来实现。类设计完成后,输入足够的测试数据进行测试,将必要的测试及过程输入到文件中。菜单可以根据设计功能要求自由设计。-students information management system
E
- 易语言编写的一个非常简单的加密解密程序,可以用在网络通信加密里面,速度比较快,可以根据需要修改一下算法,实现更好的加密-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,
11
- 很好玩的,能够实现可以用鼠标切分的窗体。-It' s fun, and can be cut with the mouse form
1asdfs4f4
- Visual Basic实现可以用鼠标切分的窗体-Visual Basic can use the mouse to achieve segmentation of the form
C4.5决策树实现
- 可以用vs2010打开,可以用vs2010打开
在delphi实现Excel录制宏
- 当你不知道excel操作功能的delphi代码时, 你可以做: 打开Excel->工具->宏->录制新宏 做一些你想在delphi实现的功能, 然后 停止录制宏 最后 在Excel->工具->宏->宏(M)...->编辑 就可以看到代码了. 你稍微改一下就可以用到delphi里
uurvy
- 在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,
troduct
- 如何在对话框程序中使用动画控件 VC++实现,可以用-How to use the animation controls in a dialog program vc++ realize, can use
iancurvegiven
- 在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,)
11实现可以用鼠标切分的窗体
- 11实现可以用鼠标切分的窗体(11 to achieve the form can be separated by the mouse)
实现EDIT控件自绘
- 自绘的MFC CEdit控件,可以用来参考或直接添加使用(Self drawn MFC CEdit control)