-
demo the xg1cc graphics , which is based on VC++ programming
用VC++编写的用以显示xg1cc分形图的小程序-demo the xg1cc graphics , which is based on VC++ programming
- 2023-03-19 12:15:03下载
- 积分:1
-
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。...
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。-Fast search duplicate array values: the realization of the principle: (1) First of all, to ensure that the array to sort. (2) the use of binary search method to find one of the values, find pre-node and subsequent nodes.
- 2022-08-04 06:59:04下载
- 积分:1
-
AD采集的低端程序,很规范,对于使用ad采集的人很有帮助哟
AD采集的低端程序,很规范,对于使用ad采集的人很有帮助哟-AD collection of low-end procedures are standardized, were collected for the use of ad helpful yo
- 2022-05-09 06:51:12下载
- 积分:1
-
SSL的管理工具的C实现
SSL的管理工具的C实现-SSL management tool to achieve C
- 2023-05-03 17:45:03下载
- 积分:1
-
JSP图书管理系统
java web的图书管理系统,jsp,servlet,mysql,能够实现基本的增删改查,在wclipse上能够完美运行,可以作为毕业设计的参考,还有些不足,所以仅供参考。
- 2022-05-30 05:00:59下载
- 积分:1
-
winceS3C2410的最新BSP,支持VGA和多串口
winceS3C2410的最新BSP,支持VGA和多串口-winceS3C2410 the latest BSP support VGA and serial number
- 2022-11-13 00:10:04下载
- 积分:1
-
Chat program using ftp.
一个用TCP编写的一个聊天程序,有关键的代码,初学者可以看看.-Chat program using ftp.
- 2022-03-25 20:42:11下载
- 积分:1
-
动态性能的ADC测试,包括FFT法、正弦拟合的方法、历史的方法…
ADC动态性能测试,包括FFT法,正弦拟合法,直方图法,还可以测试通道之间一致性-ADC test of dynamic performance,including FFT method,sine fit method,hist method etc.
- 2023-06-26 23:10:03下载
- 积分:1
-
TC256图形函数库的使用方法,浙江大学TC图形处理教程
TC256图形函数库的使用方法,浙江大学TC图形处理教程-TC256
- 2022-07-19 03:40:42下载
- 积分: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