-
ZDCB
利用OpenCV,将水表图像中的水表示数识别出来。(OpenCV is used to identify the water meters in the water meter image.)
- 2017-07-03 14:19:42下载
- 积分:1
-
C# 启动和关闭无窗体定时器
C# 启动和关闭无窗体定时器,单击窗体上对应的按钮,即可完成无窗体定时器的启动和关闭功能,核心代码为:
private void button1_Click(object sender, EventArgs e)
{//启动无窗体定时器
var MyClass = new MyThreadClass();
MyTimer = new System.Threading.Timer(MyClass.MyCallBackMethod, MyClass, 5000, 2000);
}
private void button2_Click(object sender, EventArgs e)
{//关闭无窗体定时器
MyTimer.Dispose();
}
- 2022-04-09 03:53:39下载
- 积分:1
-
drawing
This program demonstrates OpenCV drawing and text output functions
- 2013-08-02 23:08:35下载
- 积分:1
-
C语言编程答案
要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。-要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE* h1, NODE* h2, NODE* h3 )。
- 2023-01-24 14:10:04下载
- 积分:1
-
银行家算法模拟实现
设计一个多进程多资源的运行环境,利用银行家算法来对某一进程的资源申请进行安全性检测(safety check),并判定是否可以将资源分配给该进程。
- 2023-03-24 09:55:04下载
- 积分:1
-
adv7179
Hi3519V101 adv7179 HDMI 驱动(Hi3519V101 adv7179 HDMI driver)
- 2020-06-19 21:40:02下载
- 积分:1
-
Havel
这是图论里面的一个定理,即Havel定理,它是用来判断一系列的度的序列能否组成一个简单图,在这儿我实现了它。(This is the inside of a theorem of graph theory, that Havel theorem, which is used to determine whether a series of sequences degrees to form a simple graph, here I realized it.)
- 2014-02-25 16:22:50下载
- 积分:1
-
NRF查询接收发程序(可用)
说明: 可以使用两个最小系统,32的c8t6来互相通信,利用串口一可以查看通信结果(Two minimal systems, 32 c8t6, can be used to communicate with each other, and serial port one can be used to view the communication results.)
- 2019-03-06 14:03:11下载
- 积分:1
-
codeMPI
MPI编程的典型案例,适合初学者学习使用,有很大的帮助作用(MPI programming typical case, suitable for beginners to learn to use, there are very helpful)
- 2013-11-14 15:52:38下载
- 积分:1
-
C8051F340串口控制DAC904E
C8051F340通过串口助手,发送对应的衰减值控制DAC904E输出
- 2022-06-17 09:19:29下载
- 积分:1