-
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
-
提取具有阴影物体轮廓,去除阴影干扰,C++,
提取具有阴影物体轮廓,去除阴影干扰,C++,-shading
- 2022-04-20 06:15:38下载
- 积分:1
-
tds协议的一个分析程序
tds协议的一个分析程序-tds an agreement Analysis Program
- 2022-03-20 00:38:42下载
- 积分:1
-
本程序实现了数学中的求物体的体积与表面积 的算法与具体实现过程。希望对大家有一些启发。...
本程序实现了数学中的求物体的体积与表面积 的算法与具体实现过程。希望对大家有一些启发。-the mathematical procedures to achieve the objects for the volume and surface area of algorithms and realization process. We hope to have some insights.
- 2023-02-21 14:55:03下载
- 积分:1
-
通过DDX(动态数据交换)选择目录
通过DDX(动态数据交换)选择目录-through DDX (dynamic data exchange) choose Contents
- 2023-08-30 13:20:02下载
- 积分:1
-
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = dat...
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us -j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
-close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us-j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
- 2022-03-22 09:48:08下载
- 积分:1
-
ephtmltopdf.lic ephtmltopdf.lic
Ephtmltopdf.lic Ephtmltopdf.lic-Ephtmltopdf.lic Ephtmltopdf.lic Ephtmltopdf.lic
- 2022-01-28 06:33:29下载
- 积分:1
-
用于已知栅格环境下机器人路径规划的Astar算法源码
用于已知栅格环境下机器人路径规划的Astar算法源码-known for raster environment robot path planning algorithm Astar FOSS
- 2023-06-19 02:00:03下载
- 积分:1
-
read ie query string
read ie query string
- 2022-03-31 01:35:22下载
- 积分:1
-
用VB编写的去重程序,可以实现对TXT文件的去重复数据的处理,内含源代码。...
用VB编写的去重程序,可以实现对TXT文件的去重复数据的处理,内含源代码。-Prepared to use VB to re-process, can be achieved on the TXT file to deal with duplicate data, including source code.
- 2022-10-29 13:55:03下载
- 积分:1