-
清理VC编译后产生的临时文件的程序,编译时用到BCG控件
清理VC编译后产生的临时文件的程序,编译时用到BCG控件-VC clean up after the compiler temporary files generated by the process, compile-time control used in BCG
- 2022-01-31 12:44:45下载
- 积分:1
-
很好屏幕录像代码
非常简单好用的视频录制代码,
.子程序 _摄像头数_被单击
.如果 (摄像头数.标题 = “2摄像头”)
镜头1单选框.禁止 = 假
镜头2单选框.禁止 = 假
视频设备2.可视 = 真
视频设备2.当前来源 = 1
视频设备2.预览 (真, 60)
视频设备2.设置视频输入 ()
摄像头数.标题 = “3摄像头”
来源按钮.标题 = “查看”
镜头1单选框.选中 = 真
返回 ()
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-05 22:51:23下载
- 积分:1
-
汽车上的软件需要的人可以去下载用下,写
汽车上的软件需要的人可以去下载用下,写 -Car software needs can be used to download, the write
- 2022-04-11 12:39:38下载
- 积分:1
-
最小二乘曲线拟合的一个类,用来实现一元线性回归的负荷预测
最小二乘曲线拟合的一个类,用来实现一元线性回归的负荷预测-Least squares curve fitting of a class, one used to realize linear regression prediction of the load
- 2022-02-05 12:36:54下载
- 积分: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
-
用C编写的八数码难题的解法,采用宽度优先搜索算法。
用C编写的八数码难题的解法,采用宽度优先搜索算法。-C eight prepared by the problem of the digital method, using the width first search algorithm.
- 2022-01-26 01:18:42下载
- 积分:1
-
GetTickCount unable to calculate the following time 16ms, which can code the pre...
GetTickCount无法计算16ms以下的时间,该段代码可以进行毫秒级的精确计时-GetTickCount unable to calculate the following time 16ms, which can code the precise millisecond timing
- 2022-07-09 09:00:24下载
- 积分:1
-
提示输入行数、列数、列宽、行高、线型等参数,根据用户输入的上述参数在屏幕上显示对应的表格框线。...
提示输入行数、列数、列宽、行高、线型等参数,根据用户输入的上述参数在屏幕上显示对应的表格框线。-Prompted to enter the number of rows, columns, column width, line height, line parameters, in accordance with the above-mentioned parameters entered by the user on the screen corresponds to the form border.
- 2023-02-21 05:45:03下载
- 积分:1
-
vc文本编辑器代码
vc文本编辑器代码-vc text editor code
- 2022-03-11 11:35:23下载
- 积分:1
-
功能完整的录音程序,使用windows API编写。
功能完整的录音程序,使用windows API编写。-Functional integrity of the recording process, the preparation of the use of windows API.
- 2023-04-10 22:55:03下载
- 积分:1