-
FastStone_Capture_xp510
faststone, fastcapture
- 2020-06-22 17:40:02下载
- 积分:1
-
LISP
说明: 必備LISP 各類型放樣程式 計算程式 幻燈片選取(Selection of Slides for Calculating Programs of Various Types of Lofting Programs in LISP)
- 2020-06-21 10:20:01下载
- 积分:1
-
calculate
计算器程序具有加减乘除开方等功能非科学计算器(Calculator program having arithmetic functions such as prescribing non-scientific calculator)
- 2016-11-13 16:25:02下载
- 积分:1
-
一个简单的JAVA小旅馆的程序,功能简单,课程设计的作业
一个简单的JAVA小旅馆的程序,功能简单,课程设计的作业-a simple Java small hotel procedures, functions simple, curriculum design operations
- 2022-07-11 12:52:03下载
- 积分:1
-
简易温度采集与控制
说明: 蓝桥杯第五届初赛赛题,温度采集与控制,除了基础的数码管显示、继电器和蜂鸣器的控制、LED灯的控制以外,难度增加的部分体现在需要使用矩阵键盘,以及DS18B20的调用。(In the 5th preliminary competition of Blue Bridge Cup, besides the basic digital tube display, the control of relays and buzzers, and the control of LED lights, the increasing difficulty is reflected in the need to use matrix keyboard and the call of DS18B20.)
- 2020-06-22 17:00:02下载
- 积分:1
-
建立arm-linux的gnu开发工具链的详细步骤
建立arm-linux的gnu开发工具链的详细步骤-building arm- linux the gnu development tools chain and the detailed steps
- 2023-06-10 22:05:08下载
- 积分:1
-
C#启动Windows IIS服务的实例
C#启动指定的Windows信使服务,本例中是启动IIS服务,在Windows XP下可完美运行,在Windows7下不行好像,本程序演示如何在C#的程序中启动一个指定的Windows内置服务的方法。具体的实现代码:
ServiceController service = new ServiceController();//创建服务控制对象
service.ServiceName = "Messenger";//启动Windows信史服务
//判断当前服务状态
if (service.Status == ServiceControllerStatus.Stopped)
{
try
{
service.Start();// 启动服务
service.WaitForStatus(ServiceControllerStatus.Running);
}
catch (InvalidOperationException)
{
MessageBox.Show("不能启动该服务!");
}
}
- 2022-02-13 12:56:43下载
- 积分:1
-
matlab基于手部轮廓的手势识别方法
通过提取手势轮廓作为特征来识别手势的动作(The action of identifying by extracting the contour of a gesture as a feature)
- 2018-01-30 22:27:13下载
- 积分:1
-
ReportCreator
说明: 可实现报告单的简单编辑、格式和内容的调整(This is a ReportsCreator!)
- 2020-06-16 20:40:02下载
- 积分:1
-
domino的一个小系统 ,记录许多日常使用的信息和审批流程
domino的一个小系统 ,记录许多日常使用的信息和审批流程-domino
- 2022-01-23 10:18:46下载
- 积分:1