-
运动检测
我的项目是用opencv来识别运动检测,在这个项目中,我们使用opencv标准函数来记录图像的运动历史,并计算图像的梯度,我在运动发生的地方画一个圆并显示方向
- 2022-03-06 15:40:09下载
- 积分:1
-
flash编程工具 AM29LV160DT
FlashLoaderVersion1.21和VFS4S2CODE.hex
flash编程工具 AM29LV160DT
FlashLoaderVersion1.21和VFS4S2CODE.hex-flash programming tools AM29LV160DTFlashLoaderVersion1.21 and VFS4S2CODE.hex
- 2022-04-12 19:58:24下载
- 积分:1
-
Java实现窗体右键菜单
Java实现窗体右键菜单,简约易操作的窗体菜单,这是一个相当易懂的制作实例。
super( "右键弹出菜单" ); //调用父类构造函数
ChangeColorAction action = new ChangeColorAction(); //菜单项事件处理
String[] str = {"Blue","Pink","Yellow","Red","Orange"}; //菜单项名称
ButtonGroup colorGroup=new ButtonGroup(); //实例化按钮组
popupMenu=new JPopupMenu(); //实例化弹出菜单
items=new JRadioButtonMenuItem[5]; //初始化数组
for (int i=0;i items[i]=new JRadioButtonMenuItem(str[i]); //实例化菜单项
popupMenu.add(items[i]); //增加菜单项到菜单上
colorGroup.add(items[i]); //增加菜单项到按钮组
items[i].addActionListener(action); //菜单项事件处理
}
addMouseListener(new MouseAdapter(){ //窗口的鼠标事件处理
public void mousePressed( MouseEvent event ) { //点击鼠标
triggerEvent(event); //调用triggerEvent方法处理事件
- 2023-03-05 04:05:03下载
- 积分:1
-
合成空间雷达RD成像算法程序
一个C语言开发的合成空间雷达RD成像算法程序,包含了距离压缩,距离徙动校正,方位压缩等模块。(Synthesis of a C language development RD imaging algorithm for spaceborne radar programs, including the distance compression, from the resettlement dynamic correction, the azimuth compression modules.)
- 2009-11-11 23:58:31下载
- 积分:1
-
NTC
使用NTC热敏电阻进行测温单片机为stc12c5A60s2(Temperature measurement)
- 2018-05-17 17:21:37下载
- 积分:1
-
TestUDP
这是C#写的UDP接收程序,采用多线程接收,接收到的数据采用事件委托方式在界面listbox中显示(This is a UDP receiving program written in C #. It receives data by multi-threading. The received data is displayed in the interface listbox by event delegation.)
- 2020-06-21 22:00:01下载
- 积分:1
-
consump_upyuanshi
说明: 潜水器上浮模拟,对上浮中的速度、能耗和时间进行分析(Floating simulation of submersible)
- 2020-06-23 02:00:02下载
- 积分:1
-
PV
说明: pscad平台下搭建的光伏电池模型很好用(Photovoltaic cell model built under PSCAD platform)
- 2017-09-25 16:38:16下载
- 积分:1
-
MASS-FOR-OHCI
关于umass在usb host 控制器ohci上的例子,运行环境是没有os的。(a example about umass on ohci, which run on non-os environment)
- 2011-08-22 10:52:32下载
- 积分:1
-
hw1_Ge.m
说明: 计算不同温度下Ge的费米能级,代码中给出了计算公式,最后能生成一副不同温度的曲线图(Calculate the Fermi energy level of Ge at different temperatures. The calculation formula is given in the code. At last, a graph of different temperatures can be generated)
- 2020-03-03 09:44:36下载
- 积分:1