-
CenterRotateMapDlg
还是关于电子海图的demo,是关于中心旋转地图的,望通过!谢谢(Still on the electronic chart demo, is rotated about the center of the map, look through! Thank you)
- 2014-05-24 15:56:09下载
- 积分:1
-
C#摄像头控制源码,支持多个切换,抓拍,录像。
C#摄像头控制源码,支持多个切换,抓拍,录像。
可以用于访客系统,访客门禁,会议签到,录像,抓拍,人证机,访客一体机控制摄像头抓拍
- 2022-07-28 01:36:11下载
- 积分:1
-
C# SQL
- 2022-04-15 15:10:18下载
- 积分:1
-
cpp-primer-code
cpp-primer-code预编码,仅供参考(cpp-primer-code pre-coding, for reference only)
- 2009-01-21 08:19:42下载
- 积分:1
-
TCP IP客户端
输控制协议(TCP,Transmission Control Protocol)是一种面向连接的、可靠的、基于字节流的传输层通信协议,由IETF的RFC 793定义。TCP旨在适应支持多网络应用的分层协议层次结构。(Transmission Control Protocol (TCP) is a connection-oriented, reliable, byte-stream-based transport layer communication protocol defined by IETF RFC 793. TCP aims at adapting to the hierarchical protocol structure supporting multi-network applications.)
- 2020-06-18 11:00:01下载
- 积分:1
-
洗衣机控制器单片机项目源码
洗衣机控制器单片机项目源码,用于控制洗衣机房的多个洗衣机
- 2021-05-06下载
- 积分:1
-
进程间通信
说明: C#进程间通信机制-注意修改发送方中的接收方路径(C# interprocess communication mechanism - note the modification of the receiver path in the sender)
- 2020-10-22 09:20:07下载
- 积分:1
-
C #发达的地图基本浏览器和属性查询的例子!
c#开发的一个地图基本浏览和属性查询的例子!-c# developed a map of the basic browser and attribute query examples!
- 2023-06-05 17:00:04下载
- 积分:1
-
rs485
通过RS485端口不停地发送数据0xaa用示波器观察RS485端口A、B信号线上的波形或者用RS485接收器接收发送的字符。(Through the RS485 port to send data continuously 0xaa observed with an oscilloscope RS485 ports A, B signal waveforms or use the RS485 line receiver sends characters.)
- 2013-08-02 08:59:55下载
- 积分: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