-
This the contructor for this class. It is possible the set the size of the inter...
This the contructor for this class. It is possible the set the size of the internal buffer in the constructor.
- 2022-08-19 10:08:24下载
- 积分:1
-
svm算法源代码
svm算法源代码,基于python,C/C++实现,可运行
- 2022-01-25 18:21:51下载
- 积分:1
-
wcf 异步通知事件 示例源码
有服务器端和客户端 的完整源码
- 2014-03-25下载
- 积分:1
-
《TeeChart应用技术详解》(屈景辉)源代码
《TeeChart应用技术详解》(屈景辉)源代码- TeeChart explain the application of technology (屈景辉) source code
- 2022-02-07 22:27:34下载
- 积分:1
-
电机梯形算法
之前这个梯形算法有点小问题,我自己调试的时候发在减速阶段有点问题,最后发现是有个运算出了一点问题,所以改正了一下,给大家使用。
- 2023-07-15 22:00:04下载
- 积分:1
-
opencv打开USB摄像头
#include
#include
#include
#include
using namespace cv;
int main()
{
VideoCapture capture(1);
//namedWindow("a", CV_WINDOW_NORMAL);
//setWindowProperty("a", CV_WND_PROP_FULLSCREEN);
//capture.set(CV_CAP_PROP_FRAME_WIDTH, 1920.0);
//capture.set(CV_CAP_PROP_FRAME_HEIGHT, 1920.0);
while (1)
{
Mat frame;
capture >> frame;
imshow("a", frame);
waitKey(30);
}
return 0;
}
- 2023-05-01 04:05:05下载
- 积分:1
-
c#MT4K线图.rar
c#MT4K线图.rar
- 2023-04-19 00:25:03下载
- 积分:1
-
希望大家多多指教,请联系我。欢迎!
希望大家多多指教,有什么建议请与我联系.欢迎加入 !-hope we exhibitions and proposals, please contact me. Welcome!
- 2023-01-30 01:45:03下载
- 积分:1
-
nrf24L01
nrf24L01 2.4 g h Z 无线收发模块
- 2023-07-28 20:55:02下载
- 积分:1
-
ReadData
通过自定义Windows窗口,以文件窗口的形式,实现对txt文件的读取和写入等功能。(The functions of reading and writing txt files are realized by customizing windows in the form of file windows.)
- 2020-06-22 10:00:02下载
- 积分:1