-
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
-
windows平台下DES加密类,VC++6.0环境编译
windows平台下DES加密类,VC++6.0环境编译-DES encryption windows platform category, VC++6.0 compiler environment
- 2022-02-22 06:30:38下载
- 积分:1
-
中矿联的源代码,适合客户做泥用户参考
cmud源代码,适合做MUD客户端的用户参考-cmud source code, suitable for the client to do MUD user reference
- 2022-01-25 14:34:27下载
- 积分:1
-
huazuobiao
vb坐标的画法 vb坐标的画法 -huazuobiao
- 2023-02-02 00:45:03下载
- 积分:1
-
讲解C++的PPT(主要是关于函数的讲解)
讲解C++的PPT(主要是关于函数的讲解)-Explain the C++, PPT (mainly about the function to explain)
- 2022-03-25 18:43:40下载
- 积分:1
-
用数组表示堆从而实现优先队列
存储紧凑,空间利用率高
用数组表示堆从而实现优先队列
存储紧凑,空间利用率高-array reactor used to achieve priority queue storage compact, space utilization high
- 2022-02-04 02:58:56下载
- 积分:1
-
AutoCAD oboject ARX应用程序的二次开发高
二次开发----AutoCAD------Oboject ARX
的一个高级的运用,自定义捕捉的例子。
-Secondary development of AutoCAD Oboject ARX application of a high-level, custom capture examples.
- 2022-06-20 04:19:31下载
- 积分:1
-
BP神经网络C#版
带动量因子的BP神经网络。其中,对神经网络的算法进行了改进。对此笔者进行了以下改进:新建了一个无参的构造函数用来预测新样本时实例化对象;提供saveParas、readParas方法用于保存和读取这些参数;提供initial方法用来建立预测过程中用到的动态数组
- 2023-09-05 09:35:02下载
- 积分:1
-
泛洪协议的简单的3节点测试协议,测试安装的泛洪协议是否可正常运行。...
泛洪协议的简单的3节点测试协议,测试安装的泛洪协议是否可正常运行。-A simple flooding protocol to test the 3-node protocol, test protocol installed on the possibility of flooding normal operation.
- 2023-05-10 15:55:03下载
- 积分:1
-
学生信息系统
学生可在该系统注册 登录 修改自己的信息 并且可以上传简历和照片以及下载信息
- 2022-11-24 22:35:04下载
- 积分:1