-
搜索引擎网页代码! !在你网页中加入各大搜索引擎,增加网站搜索功能和魅力,帮你提高网站访问量! 真的非常的酷!很实用!!...
搜索引擎网页代码! !在你网页中加入各大搜索引擎,增加网站搜索功能和魅力,帮你提高网站访问量! 真的非常的酷!很实用!!
-Search engine page code! ! Add your website in major search engines, increase website search features and charm, help you to improve web site traffic! Really cool! Very practical! !
- 2022-02-01 19:36:35下载
- 积分:1
-
最小二乘法曲线拟合
最小二乘法曲线拟合-least squares curve fitting
- 2022-03-23 00:16:47下载
- 积分:1
-
a data acquisition card data acquisition system programming interface, the data...
一个基于pci2000数据采集卡的数据采集系统的界面编程,可实现数据动态曲线的显示-a data acquisition card data acquisition system programming interface, the data show that the dynamic curve
- 2022-12-14 11:15:03下载
- 积分:1
-
“五子棋”这个程序是部分的,它是博弈树搜索…
本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)-" quintet game " this procedure is it is it partly , is it play chess tree search for to use to play chess while being man-machine to write only, use the great extremely small analytic approach while choosing the optimum walking, consider time complexity and space complexity searched for, only search for 2 steps in the procedure , namely the computer, while considering next walking in France,
- 2022-01-22 11:03:50下载
- 积分:1
-
vc simulation
vc模拟--烟火-vc simulation-- pyrotechnics
- 2022-03-04 22:25:15下载
- 积分:1
-
windows sever 2008 激活
windows sever 2008 激活-windows sever 2008 ??活
- 2023-03-15 02:15:04下载
- 积分:1
-
In touch application to cd boxes enclosure
In touch application to cd boxes enclosure
- 2022-01-25 21:46:00下载
- 积分:1
-
改变桌面墙纸,试下看
改变桌面墙纸,试下看-change desktop wallpaper, we look at test
- 2023-05-19 03:15:02下载
- 积分:1
-
人机交互手册
human computer interaction handbook
- 2022-12-23 11:20:21下载
- 积分:1
-
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