-
CSerialPort
CSerialPort.h
CSerialPort.c
VC++串口通讯类,用于初学串口通讯,及串口通讯原理有一定帮助。(CSerialPort.h
CSerialPort.c)
- 2009-11-18 08:43:15下载
- 积分:1
-
project2
project 2 - C++ - database system - programming assignment
- 2021-02-16 17:39:46下载
- 积分:1
-
LCD12864menu
12864多级菜单显示程序,包含多种菜单显示程序(LCD12864 LCD multi-level menu program, including a variety of menu display program)
- 2014-03-05 17:48:22下载
- 积分:1
-
PopupBlocker_src
Browser Helper Object
一个用于IE的插件,可以阻止弹出窗口的源码(A Browser Helper Object for IE plug-ins, you can block pop-up window of the source)
- 2008-06-30 10:24:39下载
- 积分:1
-
Play_Video
基于OpenCV的图片缩放 基于OpenCV的图片缩放(A program based on OpenCV for picture handling)
- 2012-12-31 17:13:57下载
- 积分:1
-
FBPtest1
CT拍摄拍摄一周,步进1度,360张投影图像,使用S-L滤波,滤波反投影FBP算法进行二维断面重建(CT filming for a week, step 1 degrees, 360 projection images, using S-L filter, filter back projection FBP algorithm for two-dimensional section reconstruction)
- 2021-01-03 18:38:56下载
- 积分:1
-
经典算法
数学建模经典算法,是一系列解决问题的清晰指令,算法代表着用系统的方法描述解决问题的策略机制。也就是说,能够对一定规范的输入,在有限时间内获得所要求的输出。是一系列解决问题的清晰指令,算法代表着用系统的方法描述解决问题的策略机制。也就是说,能够对一定规范的输入 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-24 14:11:01下载
- 积分:1
-
vp树
#ifndef _VPTREE_HEADER_
#define _VPTREE_HEADER_
#include
#include
#include
#include
#include
#include
template
class VpTree
{
public:
VpTree() : _root(0) {}
~VpTree() {
delete _root;
}
void create( const std::vector& items ) {
delete _root;
_items = items;
_root = buildFromPoints(0, items.size());
}
void search( const T& target, int k, std::vector* results, std::vector* distances)
- 2023-06-23 00:20:03下载
- 积分:1
-
最新Zero远控完整代码(2018-07-18)
说明: 远程控制软件,支持远控屏幕,键鼠操作,文件操作,终端管理.编译器支持QT和VC++.(Remote control software supports remote control screen, keymouse operation, file operation, terminal management. The compiler supports QT and VC++.)
- 2019-08-20 02:39:39下载
- 积分:1
-
EXAM8
说明: CH375的INT#引脚采用查询方式处理, 数据复制方式为"单DPTR和P2+R0复制",速度最快(CH375 the INT# pin using inquiry processing, data replication for the "single-DPTR and P2 R0 reproduction," the fastest)
- 2006-03-02 10:16:36下载
- 积分:1