-
51简单计算器
基于51单片机的计算器程序开发,C语言环境,上手容易,强烈推荐(Based on 51 single chip computer program development, C language environment, easy to hand, strongly recommended)
- 2017-12-10 14:31:12下载
- 积分:1
-
W5200网络芯片代码
本代码为W5200的驱动代码,实现控制器与网口之间的数据传输,通过SPI接口实现,目前该驱动是在STM32F429平台下实现的驱动
- 2022-03-25 14:05:17下载
- 积分:1
-
用单片机实现汽车尾灯模拟
用单片机实现汽车尾灯模拟。
利用STC12C5A60S2单片机实现:
1.按下单片机板上k1按钮时,左边的两个灯闪亮,同时伴随蜂鸣器响,实现模拟汽车左转时状况。
2.按下单片机板上k3按钮时,左边的两个灯闪亮,同时伴随蜂鸣器响,实现模拟汽车左转时状况。
3.按下单片机板上k2按钮时,左边、右边灯闪亮,同时伴随蜂鸣器响,实现模拟汽车后退时状况。
- 2022-06-13 10:27:05下载
- 积分:1
-
rtkpos
RTKLIB的定位功能主要为PPP以及相对定位,需要指出的是PPP模式提供模糊度固定功能。RTKLIB的核心函数是rtkpos。不管采用实时还是事后的处理方式,均通过rtkpos函数实现,换句话说,rtkpos为单历元处理函数。(RTKLIB positioning function mainly for the PPP and relative positioning, it should be pointed out that the PPP mode provides fixed degree of ambiguity. The core function of RTKLIB is rtkpos. Whether using real-time or post-processing, are achieved through rtkpos function, in other words, rtkpos single epoch processing function.)
- 2016-12-01 19:36:50下载
- 积分:1
-
studentDB_ODBC
VC++连接ODBC的典型例子,实现是一个简单的学生信息增删改,查看记录,非常适合连接ODBC连接数据库的入门案例(VC++ Connect ODBC typical example of implementation is a simple CRUD student information, view records, ideal for connecting ODBC database connectivity introductory Case)
- 2013-07-04 00:26:10下载
- 积分:1
-
GetInfo
这个工程可以用来获得IP,截获数据包。虽然说,该程序基于IE4的支持,但仍然有用。(This project can be used to get IP address and data packets. Although it is based on IE4 support, yet it is available.)
- 2010-12-20 19:37:46下载
- 积分:1
-
kstz
此为基于单片机的可视听诊器设计。利用C语言实现了驻极体式声音传感器实现的心音数据采集系统功能,利用图形液晶模块实现显示的新型可视电子听诊器功能。(This is based on single-chip design visual stethoscope. The use of C language realization of the electret-type sound of the heart sound sensor data acquisition system, using graphic LCD display module to achieve a new type of visual function electronic stethoscope.)
- 2009-05-07 13:35:15下载
- 积分:1
-
NewTimePickerControl
NewTimePickerControl是一个日历控件。(NewTimePickerControl is a calendar control.)
- 2012-04-24 12:22:57下载
- 积分:1
-
数字图像处理
#include #include using namespace cv;using namespace std;int main(){Mat image, srt,dst;//原图、全局均衡化、局部均衡化image = imread("D:/ps/a.tif");//载入原图if (!image.data){std::cout apply(image, dst);namedWindow("原图",CV_WINDOW_AUTOSIZE);namedWindow("全局均衡化",CV_WINDOW_AUTOSIZE);namedWindow("局部均衡化",CV_WINDOW_AUTOSIZE);imshow("原图", image);imshow("全局均衡化", srt);/*vector BGR;split(image, BGR);Ptr clahe = createCLAHE();clahe->apply(BGR[0], BGR[0]);//彩色clahe->apply(BGR[1], BGR[1]);clahe->apply(BGR[2], BGR[2]);Mat res;
- 2023-01-21 21:25:03下载
- 积分:1
-
CrcStream
CrcStream stream checksum calculator
- 2007-10-23 11:38:30下载
- 积分:1