-
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
-
Small computer code using C++ not tested should not be a problem
计算机小代码 使用的是C++ 没有试验过 应该没有问题-Small computer code using C++ not tested should not be a problem
- 2022-06-12 17:41:43下载
- 积分:1
-
DES密码的实验报告,包括流程图以及简要说明
DES密码的实验报告,包括流程图以及简要说明-DES password experimental report, including the flow chart, as well as a brief description of
- 2023-08-10 08:30:02下载
- 积分:1
-
双链表缓冲类,可以用来实现键盘和鼠标的输入缓冲
双链表缓冲类,可以用来实现键盘和鼠标的输入缓冲-Double-linked list buffer class, can be used to realize the keyboard and mouse input buffer
- 2023-07-22 23:05:03下载
- 积分:1
-
vb编程隐藏一个任务
vb编程隐藏一个任务-vb a hidden programming tasks
- 2022-01-28 10:33:26下载
- 积分:1
-
我自己编写的无向图邻接表
我自己编写的无向图邻接表-myself prepared by the undirected graph adjacent table
- 2022-02-06 03:17:57下载
- 积分:1
-
早期的windows就是采用的INI格式文本文件。现在很多应用程序包括大型的软件也还在采用格式化文本文件保存配置参数,比如Bentely MicroStatio...
早期的windows就是采用的INI格式文本文件。现在很多应用程序包括大型的软件也还在采用格式化文本文件保存配置参数,比如Bentely MicroStation GIS平台GEOGRAPHICS8.0。
本文给出的就是利用VC来读取和分析配置文本文件,-early windows is the INI format text file. Now many applications including large software is also used to preserve document formatting text configuration parameters, such as MicroStation Bentely GEOGRAPHICS8.0 GIS platform. This paper is using VC to read and analyze configuration text file,
- 2022-06-26 07:27:32下载
- 积分:1
-
This calculator was make in visual basic. I used Microsoft visual studio
This calculator was make in visual basic. I used Microsoft visual studio
- 2022-06-17 21:32:37下载
- 积分:1
-
这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!...
VC开发的树型可拖拉策略编辑器-VC can drag the tree strategy Editor
- 2022-08-06 15:02:13下载
- 积分:1
-
C编程例子38个,供基础学习用
C编程例子38个,供基础学习用-38 for the foundation to study
- 2022-08-23 03:50:28下载
- 积分:1