-
矿井监测项目源码
矿井监测项目源码
硬件平台基于LPC1788
移植了网络和文件系统
基于UCOS实时操作系统
- 2022-02-14 19:06:55下载
- 积分:1
-
用C#编写的列表控件示例用来实现信息的输入
用C#编写的列表控件示例用来实现信息的输入-C# prepared a list of examples used to control the importation of information
- 2022-02-27 00:15:39下载
- 积分:1
-
步进电机LPC2148底漆板接口
ARM7
- 2022-03-17 23:43:30下载
- 积分:1
-
BACnet协议是楼宇自动化唯一的国际协议,已经得到欧盟和美国、日韩的国家标准认可
BACnet协议是楼宇自动化唯一的国际协议,已经得到欧盟和美国、日韩的国家标准认可,协议实现源码
- 2022-06-16 12:04:55下载
- 积分:1
-
AM4379 input 输入子系统 键盘驱动
AM4379 input 输入子系统 键盘驱动
- 2022-02-04 11:19:10下载
- 积分:1
-
程序守护(进程守护)-源代码C#
程序守护(进程守护)-源代码C#
/*
* 由SharpDevelop创建。
* 用户: zhang
* 日期: 2017/3/18
* 时间: 21:50
* 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件
*/
using System;
using System.Diagnostics;
using System.Drawing;
using System.Threading;
using System.Windows.Forms;
namespace CPinfoSafe
{
public sealed class NotificationIcon
{
private NotifyIcon notifyIcon;
private ContextMenu notificationMenu;
DialogResult dr;
#region Initialize icon and menu
public NotificationIcon()
{
notifyIcon = new NotifyIcon();
notificationMenu = new ContextMenu(InitializeMenu());
notifyIcon.DoubleClick += IconDoubleClick;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationIcon));
notifyIcon.Icon = (Icon)resources.Get
- 2022-11-01 19:35:03下载
- 积分:1
-
基于PCAP01和MSP430的电容层析成像采集系统
使用MSP430和电容测量芯片PCAP01实现电容层析成像的数据采集系统
- 2022-03-04 11:56:58下载
- 积分:1
-
基于C#+arcEngine实现的时间滑块功能,实现数据的动态显示
基于C#+arcEngine实现的时间滑块功能,实现数据的动态显示
- 2022-08-08 05:23:56下载
- 积分:1
-
该程序关于WEb Service 的编成例子 用C# 编写 简单易懂 该例子侧重客户端的编写 在Visual Studio .Net2003下编译通过...
该程序关于WEb Service 的编成例子 用C# 编写 简单易懂 该例子侧重客户端的编写 在Visual Studio .Net2003下编译通过 -the WEb Service procedures on the formation of examples in C# prepared easily understood examples of the focus on the preparation of the client in Visual Studio. Under compile Net2003
- 2022-07-10 00:28:25下载
- 积分:1
-
C51单片机例程
C51单片机例程,从简单基础部分开始,全方位讲解C51单片机的应用,是初学者学习的好帮手,希望能对你有所帮护。
- 2022-04-25 00:46:02下载
- 积分:1