-
多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,
多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,-This an algrithom for multi-task schedule[n tasks, m machines] , which is implemented by C
- 2023-01-10 18:30:03下载
- 积分: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
-
访问存储卡大小
获取显卡的显存大小-access to the memory card size
- 2022-10-19 12:35:04下载
- 积分:1
-
CRC checksum algorithm code is given 16, 32, etc. CRC algorithm and a detailed d...
给出了CRC校验和算法代码16、32等CRC算法并进行了详细说明
- 2023-01-20 02:10:04下载
- 积分:1
-
VC++VC源代码捕获数学函数异常
VC++VC源代码捕获数学函数异常-VC VC source capture mathematical function abnormalities
- 2022-03-16 23:24:56下载
- 积分:1
-
camera Utility Control Case
摄像头实用程序控件实例-camera Utility Control Case
- 2022-09-28 20:00:03下载
- 积分:1
-
一个画图的小程序!简单
一个画图的小程序!简单-drawing of a small program! Simple
- 2022-01-26 06:12:29下载
- 积分:1
-
c++编写的图形处理小程序 实现图形的平移 旋转
c++编写的图形处理小程序 实现图形的平移 旋转-c prepared by the graphics processing procedures for small graphics translation rotation
- 2022-03-11 19:36:43下载
- 积分:1
-
基于WIFI数传模块上位机
基于单片机WIFI数传模块,通过电脑进行控制单片机,可以做WIFI小车,WIFI智能家居,等等,这个这是C#写的源码,完美运行,需要下位机的控制。
- 2022-03-16 08:01:38下载
- 积分:1
-
在STM32上移植的FreeRTOS
在STM32上移植的FreeRTOS,其中里面有一些与FreeRTOS的相关资料,移植之前可以先阅读,有利于多FreeRTOS的理解,当然其中还包括STM32的库文件。
- 2022-10-20 08:45:04下载
- 积分:1