-
基于STC89C52和GSM模块密码锁
基于单片机和GSM电子密码锁,GSM作为报警模块使用
- 2022-06-19 22:07:07下载
- 积分:1
-
GDI
说明: 利用GDI编写图形处理功能,具有一定图形功能.(Prepared using GDI graphics processing functions, with certain graphics features.)
- 2008-11-16 14:29:27下载
- 积分:1
-
UART ComAssit
简单的串口调试助手,可以设置波特率,校验位,停止位,端口号等,可以显示字符和HEX两种采用CSerialPort类实现,可接受数据进行保存,清楚重置等操作
- 2023-05-24 12:50:04下载
- 积分:1
-
new
命令解析函数getopt_long()接口的使用(Order analytic function getopt_long () interface to use)
- 2010-08-22 18:28:41下载
- 积分:1
-
fentuanzuizhong
循环得出一个无向图中的所有最大团,提取出最大团后进行循环,取出剩余图中的最大团,直至所有点被取出(Cycling to get all the largest cliques in an undirected graph)
- 2020-06-24 19:40:02下载
- 积分:1
-
POLLING
说明: 文件中包含stm32开发板所配套的开关使用说明的程序例程,重在讲解开关是如何被使用的,在kEIL5软件上怎么编写的。(The document contains the program routine of the switch instructions matched by STM32 development board, focusing on how the switch is used and how to write on kEIL5 software.)
- 2019-04-03 15:40:34下载
- 积分:1
-
初始化WIFI_ESP8266
说明: 基于stm32通过esp8266-wifi进行通信的WiFi初始化实验(Communication through esp8266)
- 2020-06-21 04:00:02下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
load
CodedUITest来实现自动化测试,脱离vs独立运行。(CodedUITest for test)
- 2017-05-04 10:36:34下载
- 积分:1
-
51单片机的eeprom和iic通信软件模拟程序
说明: 51单片机的eeprom和iic通信软件模拟程序(Eeprom and IIc communications in 51 single chip machines)
- 2020-06-19 12:00:06下载
- 积分:1