-
The-car-turn-left-program
本程序主要是对小车进行左转控制,有三种方法左轮抱死,右轮抱死,或者左轮后退右轮前进,三种方式进行左转(This procedure is mainly to control the car on the left, there are three ways, revolver, holding in death of the wheel lock, right or left back right wheel to go forward, three ways to turn left)
- 2015-12-08 10:58:39下载
- 积分:1
-
C#自动更新服务(本地服务安装)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Common.WinService;using Common.Log;using System.Threading;using Common.Net;using System.Text.RegularExpressions;namespace Collection.AutoRunner{ //获取学生信息 public class Service_Update_Data : IWindowsService { private ILogWriter _logWriter = null; private const string logCategory = "Services.Info"; private string logInfoSource = "Update_Data"; private const string logErrorCategory = "Services.Error"; private const string logErrorSource = "Update_Data_Error"; private bool BeStop = true; private System.Timers.Timer timer = null; public void Start(Common.Log.ILogWriter logWriter, string gameCode) { gameCode = gameCode.ToUpper(); logInfoSource = gameCode; _logWriter = logWriter; BeStop = false; StartRequestData(); } int stata = 0; private void StartRequestData() { try { #region 配置 //时间频率 var UpdateStudentSpan = ServiceHelper.GetInterval("UpdateData"); //更新学生开始时间 var studentbegintime = ServiceHelper.GetInterval("StudentBeginTime"); //更新学生结束时间 var studentendtime = ServiceHelper.GetInterval("StudentEndTime"); //是否更新学生基本信息:true为更新 false为不更新 var IsUpdateStudnet =Convert.ToBoolean(ServiceHelper.GetSystemConfig("IsUpdateStudnet")); #endregion timer = ServiceHelper.ExcuteByTimer(UpdateStudentSpan, () => { int timeHour = DateTime.Now.Hour; if (timeHour == 3) stata = 0; #region 更新学生基本信息 if (studentbegintime
- 2015-03-11下载
- 积分:1
-
Camera_CPP
这个源码是我从淘宝购买了ht5000设备后调试成功的,有了此源码再配合wince下的设备可以轻松实现摄像头的图像采集功能(This source is I buy from Taobao ht5000 device debugging success, with this source together with wince under the device can be easily achieved on the camera image capture function)
- 2013-09-11 22:21:50下载
- 积分:1
-
spwm
说明: 用proteus仿真实现逆变器,基本实现闭环控制,单片机是ATMEGA88。(The inverters are simulated by proteus, and the closed-loop control is basically realized. The single chip computer is ATMEGA88.)
- 2019-07-10 15:16:08下载
- 积分:1
-
Menu
使用VC++语言基本实现菜单栏的基本功能(VC++ language using the basic realization of the basic functions of the menu bar)
- 2011-05-10 08:16:43下载
- 积分:1
-
test_5110PGPRMC
gps解析+nokia5110显示,GPRMC,GPGAA(gps resolve+nokia5110 display, GPRMC, GPGAA)
- 2014-07-18 12:14:26下载
- 积分:1
-
建立一个链表表示一个集合,实现集合元素的添加。可以通过文件输入输出...
建立一个链表表示一个集合,实现集合元素的添加。可以通过文件输入输出-The establishment of a linked list to represent a collection of elements added to achieve a collection. Input and output documents can be
- 2022-02-26 16:15:07下载
- 积分:1
-
STM32F407+DP83848移植的网口通讯程序
STM32F407+DP83848移植的网口通讯程序,刚刚调试通过,通讯稳定,使用的是RMII接口,网口50MHz时钟用的是单片机提供,如果调试遇到问题可以给我留言
- 2022-03-19 12:17:34下载
- 积分:1
-
hp5400driver
采用51核单片机+375A usb主控芯片驱动hp打印机,该源码已完全调试ok。(51 nuclear Singlechip+ 375A usb host chip driver hp printer, the source has been fully debug ok.)
- 2007-10-14 23:49:54下载
- 积分:1
-
DSPLIT.DSW2
灰度变换,非0元素取1法,固定阀值法,双固定阀值法,反色变换处理,窗口变换处理(gray transform, 0-element method for a fixed threshold, two fixed threshold, anti-color transformation, transform window)
- 2007-01-26 18:46:02下载
- 积分:1