-
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
-
禁用usb存储设备
通过Windows消息循环检测Usb设备插入消息,通过调用Setupapi轮训设备管理器中的所有设备并匹配USB大容量存储设备,匹配成功之后调用api禁用设备管理中的usb设备,修改SetComState中参数即可重新启用USB设备
- 2022-01-25 16:09:19下载
- 积分:1
-
该程序实现了队列的基本性能,采用了循环单T
用循环单链表实现队列的基本操作,很好的展现了队列的优点-The program realizes the basic performances of the queue, using cycling single table, and make a good exhibition of the queue s advantages.
- 2022-10-17 23:00:03下载
- 积分:1
-
基于WINDOWS 串口无线通信软件,批量管理LED计时器
基于WINDOWS平台开发的串口无线通信软件,用于批量管理带有无线发送模块的LED大屏幕计时器系统。系统实现了自动数据采集、时间同步、数据记录、EXCEL表格生成、自动清零等功能,无人值守。
- 2022-07-09 12:16:27下载
- 积分:1
-
终端编程代码Eterm
终端编程代码Eterm-0.9.2.tar.gz-terminal programming code Eterm- 0.9.2.tar.gz
- 2022-11-30 20:15:08下载
- 积分:1
-
这个程序是基于Window CE下的串口驱动程序源代码
这个程序是基于Window CE下的串口驱动程序源代码-This procedure is based on the Window CE serial driver source code
- 2023-08-19 13:30:03下载
- 积分:1
-
农夫过河问题算法实现,可以直接下载,不用解码的.
农夫过河问题算法实现,可以直接下载,不用解码的.-farmer river issues algorithm can be downloaded directly without decoding.
- 2022-03-21 14:50:55下载
- 积分:1
-
图书馆管理系统
图书馆管理系统,有完整的代码,可以进行书籍的增删改的功能,使用C#语言编写,没有封装代码,可以再图形用户界面修改界面的风格,适合于学生大作业。
- 2022-02-13 02:41:46下载
- 积分:1
-
Intel web2.0 technology development kit that can be used to develop technical gu...
英特尔web2.0技术开发套件,可用于开发人员的技术指南。-Intel web2.0 technology development kit that can be used to develop technical guidelines for staff.
- 2022-06-17 15:29:43下载
- 积分:1
-
又一个基于J2ME的飞机射击类游戏――重装火炮源程序,飞机的影子比较大,游戏启动图如上示,可以学习一下飞行射击类的游戏原理。...
又一个基于J2ME的飞机射击类游戏――重装火炮源程序,飞机的影子比较大,游戏启动图如上示,可以学习一下飞行射击类的游戏原理。
-Another of the aircraft based on the J2ME Shooting Games- heavy artillery source, the shadow of larger aircraft, games start map showing above, you can learn about flight principles of shooting games category.
- 2023-05-09 13:20:03下载
- 积分:1