-
stuctures
本系统采用C语言编写,利用邻接链表实现最短路径问题,关键路径问题等(The system uses the C language, using adjacency list realize the shortest path problem, critical path issues)
- 2008-05-29 21:11:26下载
- 积分:1
-
matsig-0.2.5.tar
Matsig is an object-oriented signal class library for MATLAB 6.5 and later. It implements a signal class, simplifying operations and manipulations common in audio signal processing and speech processing
- 2008-08-11 10:54:42下载
- 积分:1
-
VisualStudio2010入门教程
VS2010的入门讲解,适合新手使用,学习如何使用VS2010.(Introduction to VS2010)
- 2020-06-24 08:20:02下载
- 积分:1
-
hw2
哈工大 C++郭勇老师授课 作业二,方便大家理解,不要照抄哦(HIT C++ Guo teachers to teach job Second, to facilitate understanding, do not copy oh)
- 2015-06-08 20:29:18下载
- 积分:1
-
tm1668
说明: LED 驱动代码 FOR TM1688 LED 驱动(LED DRIVER SOURCE CODE)
- 2020-04-23 19:51:33下载
- 积分:1
-
智能四路交通灯控制系统模拟
说明: 【智能四路交通灯控制系统模拟】
这款交通灯模拟系统基于labview软件开发,界面全部自己设计,简洁明了,功能多样化、实用化、具体化,最大程度还原真实的十字路口交通灯控制系统。在以往单纯的红绿交替变化上添加功能如下
1.数码管倒计时功能和灯光闪烁功能,四路人行道灯。
2.配备有操作板可以人为设置各路口交通灯的亮灭时间、闪烁频率,报警器频率,字符串提示。控制暂停和全灭。
3.数码管显示的系统实时年月日及时间。
4.显示以及交通管制中的7种模式(普通模式、三向禁行、南北通行、东西通行、夜间模式、维修模式、紧急模式)和每种模式持续的时间(用计时器来体现)。
现实中可以根据实际路况和需要进行有目地的调整,使交通更加通畅高效。([simulation of intelligent four-way traffic light control system]
1. Digital tube countdown function and light flashing function, four-way sidewalk light. 2. Equipped with operation panel, it can manually set the on / off time, flashing frequency, alarm frequency and string prompt of traffic lights at each intersection. Control suspension and total extinction.
3. The real-time date and time of the digital tube display system.
4. Display and seven modes in traffic control (general mode, three-way traffic prohibition, north-south traffic, east-west traffic, night mode, maintenance mode, emergency mode) and duration of each mode (reflected by timer).
In reality, it can be adjusted according to the actual road conditions and needs to make the traffic more smooth and efficient.)
- 2020-06-22 15:30:25下载
- 积分:1
-
滤波函数
#include
#include "opencv.hpp"
using namespace std;
using namespace cv;
Mat filter2D(Mat &img, int k);//中值滤波
Mat blur(Mat &img, int k);//均值滤波
int main()
{
Mat img = imread("pic1.jpg",1);//读入图像
if (!img.data) cout
- 2022-01-30 15:45:30下载
- 积分:1
-
matlab_VC
利用VC++6.0开发matlab与VC通信,本人已运行,好用(VC++6.0 developers Matlab and VC communication, I have to run, easy to use)
- 2012-10-22 19:14:33下载
- 积分:1
-
wpf 病例管理系统源码下载(mvvm+sqlite 数据库)
wpf 病例管理系统源码下载(mvvm+sqlite 数据库)
- 2014-03-09下载
- 积分:1
-
I2C
stm32f103读写AT24C256的C语言程序(stm32f103 read and write the AT24C256 C-language program)
- 2020-12-21 13:59:08下载
- 积分:1