-
MFC_Scroll bar
MFC Scroll bar source code
- 2019-06-03 00:57:36下载
- 积分:1
-
MCP2515
说明: 基于MCP2515的CAN总线程序,简单易学,时与初学者学习
(hfhfh ghghgh shshs。)
- 2010-04-14 20:07:46下载
- 积分:1
-
qtstudydoc
QT学习教程,很好用的
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本(good QT course
1#include <QApplication>
2#include <QLabel>
3 int main(int argc, char*argv[])
4 {
5 QApplication app(argc, argv)
6 QLabel*label = new QLabel("Hello Qt!")
7 label->show()
8 return app.exec()
9 }
)
- 2012-03-10 14:46:07下载
- 积分:1
-
LT
说明: 最近在研究数字喷泉码,这是对LT码的仿真,系统XP,语言C++(Recent study of digital fountain codes, LT codes which is the simulation, the system XP, language C++)
- 2011-11-24 13:07:01下载
- 积分:1
-
基于C51的电子秤
电子秤主要以单片机STC90C516RD+为控制核心,实现电子秤的基本控制功能。系统扩展了超量程蜂鸣器报警系统和校准系统,可以分为最小系统、数据采集、人机交互界面三大部分。在一定的范围内,校准系统可以用20g、50g、100g等砝码校准,增加了测量的精度和准确性。最小系统部分主要是STC90C516RD+;数据采集部分由称重传感器、信号放大和A/D转换部分组成,信号放大和A/D转换部分主要由专用型高精度24位AD转换芯片HX711实现;人机交互界面为4×4矩阵键盘输入和LCD12864显示。整个系统结构简单,使用方便,功能齐全,精度高,具有一定的开发价值。
- 2023-02-02 03:25:03下载
- 积分:1
-
EULER1
说明: Euler 回路问题
.问题描述:
对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次
的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。
.编程任务:
对于给定的图G,编程计算图G 的一条Euler 回路。
.数据输入:
由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个
顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示
图G 的一条边(u,v) 。
.结果输出:
将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
- 2006-03-29 21:31:15下载
- 积分:1
-
ping_Alexei
有关Ping使用的例子(the Ping examples of usage)
- 2004-09-25 10:39:47下载
- 积分:1
-
chap442425242
删除IE相关历史记录【chap4DelHistory】
将应用程序加入到IE工具栏【chap4AddToToolBar】
超级链接的实现【chap4HyperLink】(delete IE related historical record [ chap4 DelHistory-- will be applied to procedures to the IE toolbars [ chap4 AddToToolBar hyperlinks-- the realization [ chap 4 -- HyperLink)
- 2006-11-26 15:11:45下载
- 积分:1
-
CVMFC
非常好用的OPENCV程序包。内涵多种功能如面部识别,流光检测算法(Very easy to use the OpenCV package. Connotation of a variety of functions such as facial recognition, streamer detection algorithm)
- 2013-04-18 19:10:55下载
- 积分:1
-
opencv人脸识别
通过摄像头获取视频数据并标识出人脸;可以验证测试
- 2023-05-17 01:20:03下载
- 积分:1