-
Thinking-in-CPP
Bruce Eckel s Thinking in C++. If you want clear
answers to difficult questions about C++, this book is for you.
- 2011-01-18 16:10:00下载
- 积分:1
-
基于opencv红外目标识别与跟踪
基于Opencv的红外运动目标识别与跟踪,内附红外演示与源代码。对红外视频图像中运动目标的检测问题,提出了一种以OpenCV为平台,以背景差分法为基础的运动目标检测算法,在传统检测方法基础上进行了改进,使用该算法不需要进行背景初始化,能直接检测运动目标,并有效抑制了虚警。利用OpenCV提供的函数库在Visual Studio 2008平台上编程实现。实验结果表明,该方法具有目标跟踪快、检测概率高、实时性好等特点。
- 2022-02-26 07:58:19下载
- 积分:1
-
rmatlab
可以用来求解非饱和土的水分运动方程matlab代码(Can be used to solve the unsaturated soil moisture equation of motion)
- 2012-08-01 14:28:58下载
- 积分:1
-
xmlParseInC.tar
使用纯C解析XML的代码,非常高效,只需进行少量修改就可以移植到各种平台(C Analysis of the use of pure XML code, very efficient, only minor modifications can be transplanted into a variety of platforms)
- 2021-03-07 21:49:29下载
- 积分:1
-
method2
此源码为电脑鼠参赛最后冲刺作品,在比赛中取得良好成绩,可直接参加比赛代码。(The source for the computer mouse competition final sprint work, to achieve good results in the game, can directly participate in the competition code.)
- 2012-08-17 17:08:55下载
- 积分:1
-
C# 使用代码查找资源词典中的资源
C# 使用代码查找资源词典中的资源,单击按钮,窗体中会出现一张图片,没搞懂本示例是想要演示什么功能,有兴趣的自己下载源码查看。这里帖一下几行关键代码:
private void button1_Click(object sender, RoutedEventArgs e)
{//使用代码查找资源词典中的资源
Image MyImage = (Image)this.FindResource("MyImage");
this.image1.Source = MyImage.Source;
}
- 2022-09-07 18:30:03下载
- 积分:1
-
智能工具
它可帮助您的代码将转换货币和计算器,帮助你 ti 计算不同的 figurees 在浮法
- 2023-07-22 05:10:04下载
- 积分:1
-
RC522_RST
RC522_RST.rar R C522_RST.rar(RC522_RST.rar R C522_RST. rar)
- 2006-07-08 15:26:24下载
- 积分:1
-
c# 仿Foxmail换肤功能源码
说明: 在dotnet平台下,用c#语言开发的类似foxmail换肤功能。(Under the dotnet platform, it is similar to Foxmail skin changing function developed by C #.)
- 2020-12-26 08:24:39下载
- 积分:1
-
1602Pad
通过AD模块采集电压,并经液晶1602显示,其包括1602的显示代码以及AD模块的IIC协议(Collected through the AD module voltage, and by 1602 the LCD display, which includes 1602 AD module display code and the IIC protocol)
- 2013-08-23 09:21:06下载
- 积分:1