-
-C
说明: 很好的东西 希望大家下载 huanying xia zai(c yuyan xue xi de bao jian)
- 2010-11-17 23:29:08下载
- 积分:1
-
MATLAB7[1].02
学习matlab的好资料第二部分,再此共享下啦。参考参考(Good information to learn the second part of matlab, and then under the shared friends. Reference Reference)
- 2011-09-28 11:02:00下载
- 积分:1
-
app_shoes_code
这是一款基于MTK6261方案的童鞋GPS定位器,主要有GPS定位,WIFI定位,低电报警,智能省电等功能。(This is a program based on MTK6261 children s shoes GPS positioner, there are GPS positioning, WIFI positioning, low power alarm, intelligent power and other functions.)
- 2016-11-22 10:28:38下载
- 积分:1
-
Sound-melody-lamp-pcb-design-
声控led旋律灯的pcb设计图,diy学习交流,谢谢(Voice led melody lamp pcb design)
- 2012-12-13 11:20:09下载
- 积分: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
-
udp打洞通信测试
udp打洞通信测试 C# 编写可直接运行(UDP hole-drilling communication test C # can be written and run directly)
- 2020-06-25 14:20:02下载
- 积分:1
-
imgecrypt_cpp
说明: 用C++实现的图像加密和解密算法代码,功能强大(Using C++ implementation of image encryption and decryption algorithm code, powerful)
- 2010-04-12 18:49:30下载
- 积分:1
-
Image-feature-extraction
一种改进的基于蚁群算法的图像边缘检测文献,前沿论文(ant colony system,matlab)
- 2012-04-17 15:10:39下载
- 积分:1
-
WT588S16-16S语音芯片
WT588S16-16S语音芯片驱动程序,其中还包含WTN4105-8S驱动,菜鸟程序,仅做参考,控制方式是一线串口通信方式
- 2022-07-11 10:37:18下载
- 积分:1
-
S7-PLCSIMV5.4
西门子仿真编程软件S7-PLCSIM V5.4,用于S7-300/400系列PLC程序的仿真(S7-PLCSIM V5.4 offers the following new features with this release:
DP, Industrial Ethernet and PC Internal connection types supported in addition to MPI
Formerly, S7-PLCSIM used a default connection of MPI, address 2. With S7-PLCSIM V5.4, you can browse STEP 7 projects and select a networked node for establishing a simulation connection. S7-PLCSIM simulates the CPU of the selected node, all nodes that belong to that CPU, and the subnet of the selected node.
Increased number of blocks supported for simulation
S7-PLCSIM supports a set of OBs, SFBs, and SFCs as described in the electronic manual and online help. Of these, some are NOPs that is, they do not perform any operation. With S7-PLCSIM V5.4, the number of blocks that are not NOPs has increased.)
- 2020-06-25 23:40:01下载
- 积分:1