-
code
A little FAT32 Parser with some fuctions.
- 2014-01-31 14:56:02下载
- 积分:1
-
6R机械臂的运动学分析软件
用VC++语言编写了6R机械臂的正解以及逆解程序,并且利用openinventor实现了史陶比尔机器人的运动学仿真,大家在网上一般都很难找到关于史陶比尔的资料的,赶快来下载吧!
- 2022-03-24 01:22:20下载
- 积分:1
-
evos_iar
一种占用很少资源的多事件操作系统,应用在M128上,极容易扩展到其他微控制器(A few more resources occupied events in M128 operating systems, applications, extremely easy to expand to other micro controller)
- 2010-06-24 22:10:38下载
- 积分:1
-
399-51单片机定时器2应用实例
说明: 定时器2相关例程,包含定时器的运用,0-99计时,18b20的运用。(Timer 2 related routines, including the use of timers, 0-99 timing, 18B20 application.)
- 2020-06-21 04:00:02下载
- 积分:1
-
mycompilelive555
我编译好的live555(VS2010),可以加设简单的流媒体服务器(I compiled the live555 (VS2010), you can add a set of simple streaming media server)
- 2012-07-07 09:25:00下载
- 积分:1
-
icn6211
mipi 转 rgb 驱动代码 @msm 8909 @msm8937(mipi to rgb @msm8909 @msm8937)
- 2021-04-25 11:18:46下载
- 积分:1
-
radar_system_guide
雷达系统导论,第三版 美国 斯科尔尼克 第三版 完整版(Introduction to radar systems, the third edition of the American Skolnick v3 full version)
- 2013-03-31 16:23:32下载
- 积分:1
-
Newmark
就是哭 干热风飞 二人人 非让人 热 飞人人 (dwfr y gygggygyy ygygygy ygyg ygy ty yg u uy uyuy ywd)
- 2013-11-15 18:36:59下载
- 积分: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
-
usbcam
说明: wince camera driver for embedded ce 6.0
- 2020-04-28 20:46:20下载
- 积分:1