-
Calculator
老师的作业,基本可以计算了,界面难看点,呵呵(The job of the teacher, the basic can be calculated, the interface is ugly point, I)
- 2012-08-14 15:39:15下载
- 积分:1
-
qwww11
基于 mfc的客户区截图程序 可以选择bmp的格式跟大小(Based on mfc client area screenshot program you can choose bmp format with size)
- 2016-04-26 15:38:17下载
- 积分:1
-
实现了ZYNQ的PL端的扩展串口功能
这个代码实现了ZYNQ的PL端的扩展串口功能,且可用于LINUX系统中,485/232都可使用,后续会继续更新(This code implements the extended serial port function of the PL end of ZYNQ, and can be used in LINUX system, 485/232 can be used, and will continue to be updated later.)
- 2020-06-24 02:00:02下载
- 积分:1
-
CSK 跟踪算法 FFT
CSK跟踪原理
由于CN是对CSK的改进,我们先了解CSK的跟踪原理。
大体上,大部分运动跟踪都是通过查找两个相邻帧的相互关系,再确定目标对象的运动方向,无限迭代后,能完整地跟踪对象,CSK也是如此。在确定跟踪对象后,根据目标位置扣出该帧的目标窗和下一帧的目标窗,再对这两个窗进行FFT,转化后在频域图直接点乘。这个过程可简单理解为是求两个相连帧的频域共振位置,然后将共振频域图利用核函数进行核映射,再进行训练。
- 2022-01-28 19:26:48下载
- 积分:1
-
FreeLSS,开源激光扫描源码,master版
FreeLSS is a laser scanning program for the Raspberry Pi. It allows a Raspberry Pi to function as the core to a complete turn table laser scanning system.
- 2022-06-13 07:21:51下载
- 积分:1
-
asp.net 存储过程分页实例源码 下载
分页
- 2013-11-28下载
- 积分:1
-
FP
说明: 这是一个关于fp增长算法的的程序。目的是进行数据挖掘,进行剪枝操作(This is a program on the FP growth algorithm. The purpose is for data mining, pruning operation)
- 2016-01-10 21:14:57下载
- 积分:1
-
智能交通(1)
stm32驱动速度可调节小车,简单驱动,所有程序均已模块化,可直接调用(Stm32 driving speed adjustable car, simple drive, all procedures have been modular, can be directly called)
- 2020-06-19 17:20:02下载
- 积分:1
-
C# WPF设置图片做为程序窗口背景
C# WPF设置程序窗口背景图片的例子,调用外部一张图片,作为程序窗口的背景,这是一个挺基础的C#窗口设计制作小例子。本程序通过定义BitmapImage和ImageBrush()来实现,有兴趣的参见以下几行代码:
设置WPF程序的背景图像代码如下:
var MyImage = new BitmapImage(new Uri("J001.jpg", UriKind.Relative));
var MyBrush = new ImageBrush();
MyBrush.ImageSource = MyImage;
this.Background = MyBrush;
本例的运行效果请参见下图示。
- 2022-02-28 22:19:19下载
- 积分:1
-
LIB_MNG
Library Management System for Students. Or for those who want to explore C++ basics.
- 2014-09-29 14:16:13下载
- 积分:1