-
通过窗口名或窗口类句柄查询,将当前所有窗口句柄列出。
通过窗口名或窗口类句柄查询,将当前所有窗口句柄列出。-Through the window or window class handle inquiries, the current list of all window handle.
- 2022-05-16 19:15:25下载
- 积分:1
-
这是一个有用的所有定期对文件的电子版的表达…
这是一个对大家都有用处的有关正则表达式的电子版本文档-This is a useful all regular expressions of the electronic version of the document
- 2022-03-12 23:24:56下载
- 积分:1
-
C# 自动查询百度排名
C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim(); int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt); HtmlElement he = webBrowser1.Document.GetElementById("page"); if (index > 0) { if (he != null) { HtmlElementCollection strong = he.GetElementsByTagName("strong"); label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页"; timer1.Stop(); &
- 2022-07-23 07:10:25下载
- 积分:1
-
《面向对象程序设计》练习10_7的源代码
《面向对象程序设计》练习10_7的源代码- Object-oriented programming, the source code of practice 10_7
- 2022-10-01 11:55:03下载
- 积分:1
-
Ndis protocol driver to learn the good information. In the hope of the Internet...
学习ndis协议驱动的好资料。在网上找的希望有帮助-Ndis protocol driver to learn the good information. In the hope of the Internet is helpful
- 2022-01-26 19:41:02下载
- 积分:1
-
数据算法演示程序,是初学者很好的学习工具
C数据算法演示程序,是初学者的很好学习工具-C data algorithm demo program is a good learning tool for beginners
- 2022-01-26 00:55:53下载
- 积分:1
-
Kalman as a predictor
Kalman as a predictor
- 2022-06-26 20:43:59下载
- 积分:1
-
本软件是用于progarmming日历。
this soft is used for progarmming calendar .-this soft is used for progarmming calendar.
- 2022-01-26 02:08:26下载
- 积分:1
-
computer simulation experiments, using three methods to simulate the process of...
计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display of the process, with VC. Net development
- 2022-03-28 11:43:53下载
- 积分:1
-
自动创建adsl拨号连接
自动创建拨号连接,DELPHI实现.根据设定自动时间快速拨号,断线.等等功能。
- 2022-09-07 20:30:02下载
- 积分:1