-
3
说明: 智能交通行人检测主要程序代码,主要是行人视频的检测(Intelligent traffic pedestrian detection of the main program code, mainly pedestrian video detection)
- 2017-04-17 14:23:17下载
- 积分:1
-
VC
说明: 汉王人脸通FaceID VC++ SDK开发包示例程序源代码,包含中英文版本。(Hanvon FaceID SDK, CN and EN demo VC++ source code included.)
- 2019-08-14 12:23:30下载
- 积分:1
-
交通灯
有关基于51单片机的智能交通灯系统的课程设计,本文档详细的介绍了元器件以及相应的电子仿真图,可以自己自行学习以及增长知识
- 2022-02-01 13:49:24下载
- 积分:1
-
在Ubuntu系统上运行Qt5.10制作可视窗体
QMain Window
类提供一个有菜单条、锚接窗口(例如工具条)和一个状态条的主应用程序窗口。主窗口通常用在提供一个大的中央窗口部件(例如文本编辑或者绘制画布)以及周围菜单、工具条和一个状态条。QMain Window 常常被继承,因为这使得封装中央部件、菜单和工具条以及窗口状态条变得更容易,当用户点击菜单项或者工具条按钮时,槽会被调用。
- 2023-06-06 19:05:03下载
- 积分:1
-
tongxinzongheshiyan
微波实验设计,设计波导滤波器和波导等功率分配器(Microwave experimental design, waveguide filter design and waveguide power divider etc.)
- 2013-11-28 09:48:03下载
- 积分:1
-
LCD_1602
Programming LCD 1602 with stm32f4
- 2015-03-25 20:33:52下载
- 积分:1
-
testdlg
检测NAT类型的客户端,程序中指定了服务器IP地址,用户可以自行修改(Detect NAT type of the client, the program specifies the server IP address, the user can modify)
- 2013-08-22 10:16:36下载
- 积分:1
-
huffman编码码长效率
#include
#include
#include
#include
using namespace std;
const MAXSIZE=100;
typedef struct Huffmantree
{
char cname;
int weight,mark;
struct Huffmantree *parent,*lchild,*rchild,*next;
}Hftree,*linktree;
- 2022-04-15 20:09:22下载
- 积分:1
-
Symbian
S60应用程序开发介绍,使用的是NET开发平台,现在智能手机大热!(S60 application development, the use of the NET development platform, smart phones are now the odds!)
- 2008-06-22 16:47:30下载
- 积分:1
-
pipe communication
说明: 利用管道通信的一个demo,c++管道实现利用了命名管道的方法(Using a demo, C + + pipeline for pipeline communication, the method of named pipeline is used)
- 2020-06-21 12:40:01下载
- 积分:1