-
报文分析器,将收到的报文分16进制和ASCII码分别显示,便于调试通讯程序...
报文分析器,将收到的报文分16进制和ASCII码分别显示,便于调试通讯程序-Packet Analyzer, will receive the text of the report 16 hours in hex and ASCII, respectively, to facilitate the communication process debugging
- 2023-04-04 06:00:04下载
- 积分:1
-
13342
实现监视QQ上线源码,程序在时钟周期事件下,调用API函数从QQ主站读取并分析QQ号码信息,以验证该QQ号码是否上线。(QQ on-line source code to achieve the monitoring program at clock cycle events , call the API function to read and analyze information QQ QQ number master , to verify that the QQ number on the line .)
- 2015-09-02 20:06:41下载
- 积分:1
-
student0
一个简易的班级成绩统计系统,可以在此基础上做一个完善的统计处理系统.(a simple statistics system, we can complete a integrated statistics processing system )
- 2005-05-20 17:58:57下载
- 积分:1
-
mb
说明: PORT 在线通讯源代码,用于串口通讯。(PORT online communications source code for serial communication.)
- 2013-07-01 14:18:46下载
- 积分:1
-
32贪吃蛇
说明: 基于stm32的oled贪吃蛇游戏,运用了oled ssd1306模块,主控为stm32f103ret6(OLED Snake game based on stm32)
- 2020-04-06 22:49:19下载
- 积分:1
-
基于ip的万维网网络时延测试代码,往返时延
基于ip的万维网网络时延测试代码,往返时延-Ip-based World Wide Web network latency test code, round-trip delay
- 2022-01-26 08:00:51下载
- 积分: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
-
DSP
说明: 本文阐述了28335的引脚分配和一些编程实例(This paper describes pin assignment of 28335 and some programming examples.)
- 2020-06-23 03:20:02下载
- 积分:1
-
网络五子棋,可以进行局域网和广域网的互联游戏,具有悔棋,保存,等功能。欢迎下载!...
网络五子棋,可以进行局域网和广域网的互联游戏,具有悔棋,保存,等功能。欢迎下载!-network, LAN and WAN connectivity games, with he never cheat in spain, preservation, and other functions. Welcome to download!
- 2022-09-05 23:05:03下载
- 积分:1
-
Microsoft.Press.Code.Complete.Second.Edition
这是一本百科全书式的软件构建手册,强调提高软件质量的种种实践方法,不过这个是英文版的,中文版太大了,上传不了,有需要的请联系我(This is an encyclopedic handbook of software construction, with emphasis on increasing the variety of software quality practices. But this is the English version, the Chinese version too, can upload, it is necessary to please Contact)
- 2007-05-08 09:42:09下载
- 积分:1