-
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
-
本程序用“五点三次虑波”方法进行趋势产量模拟 ,需要输入变量个数(N),变量y,输出趋势产量...
本程序用“五点三次虑波”方法进行趋势产量模拟 ,需要输入变量个数(N),变量y,输出趋势产量-This procedure of
- 2022-05-21 05:57:57下载
- 积分:1
-
VC6中的一些常用方法,掌握了会在程序开发中起到事半功倍的作用
VC6中的一些常用方法,掌握了会在程序开发中起到事半功倍的作用-VC6 some of the commonly used method, is in control of development in the effort to play the role of
- 2022-02-19 22:39:55下载
- 积分:1
-
Based on VC++, a variety of very good applies to multi
基于VC++,各种复选框很好的应用于多功能计算器-Based on VC++, a variety of very good applies to multi-box calculator
- 2022-03-21 18:27:05下载
- 积分:1
-
VB write a character, full
VB写的一个汉字、全角字符点阵提取软件,支持汉字、全角字符点阵字模的提取。代码演示生成240*128和128*64点阵的字模。源代码来自ourdev.cn。对学习单片机的朋友有一点帮助,所以我就放上来了,有问题可以联系原作者:CoolFishWalking@163.com,在这里感谢作者。-VB write a character, full-width characters dot-matrix extraction software, support Chinese characters, full-width characters dot-matrix font extraction. Code demonstrates generation 240* 128 and 128* 64 lattice matrix. The source code from the ourdev.cn. MCU learning a little help of friends, so I Fangshang Lai, and have problems can contact the original author: CoolFishWalking@163.com, here to thank the authors.
- 2022-01-31 07:55:02下载
- 积分:1
-
我做了一个简单的CAD,使用VC++和OpenGL,再
本人做的一个简单的CAD,采用的是VC++和opengl,在里面对opengl重新写了类,可以用于CAD系统的基础!-I make a simple CAD, using VC++ and opengl, re-opengl at inside of the category of Writing, CAD systems can be used for basic!
- 2022-07-23 12:22:49下载
- 积分:1
-
- 2022-02-06 01:17:05下载
- 积分:1
-
vc++6.0培训教程!VC++一些相关介绍
vc++6.0培训教程!VC++一些相关介绍-vc++ 6.0 Training Course! VC++ introduce some relevant
- 2022-04-13 08:33:46下载
- 积分:1
-
Paper gold price quotation system, can offer real
纸黄金报价系统,可以实时显示黄金报价,可以设定刷新时间,价格报警等功能,很好用。-Paper gold price quotation system, can offer real-time display of gold, you can set the refresh time, price alarm, very good use.
- 2022-01-28 07:45:40下载
- 积分:1
-
matlab genetic algorithm procedure prepared. Solving multi
matlab编写的遗传算法程序。实现多目标规划求解。-matlab genetic algorithm procedure prepared. Solving multi-objective programming.
- 2022-05-12 10:56:56下载
- 积分:1