-
利用MFC实现了Telnet协议,作为Telnet客户端工具,可以连接Telnet服务器.实现技术包括:1,创建Telnet连接.2,从Telnet服务器接收数...
利用MFC实现了Telnet协议,作为Telnet客户端工具,可以连接Telnet服务器.实现技术包括:1,创建Telnet连接.2,从Telnet服务器接收数据.3,向Telnet服务器发送数据.-use of Telnet Protocol, Telnet client as a tool, Telnet server can be connected. Technology include : 1. establish Telnet connection .2. Telnet servers from receiving data .3 to the Telnet server to send data.
- 2022-03-21 00:16:16下载
- 积分:1
-
可视电话程序源码 可视电话程序源码
可视电话程序源码 可视电话程序源码-Videophone video phone program source program source program source video phone
- 2022-03-04 21:49:13下载
- 积分:1
-
一个校园网的东西
一个校园网的东西
一个校园网的东西
一个校园网的东西-something of a campus network things
- 2023-03-22 14:50:04下载
- 积分:1
-
jixieyouhuashejijintuifa
机械优化设计进退法的程序,已经测试,绝对好用。(Mechanical advance and retreat method optimization procedure has been tested, absolutely easy to use.)
- 2011-10-03 12:59:54下载
- 积分:1
-
计算器
这是一个用c#开发的简易计算器,包括加减乘除等功能(This is a simple calculator developed with c#)
- 2018-04-01 15:31:39下载
- 积分:1
-
winSockUdp程序编写了UDP客户端和服务端案例,同时也有TCP通讯连路例程,希望对网络编程用户有所帮助。...
winSockUdp程序编写了UDP客户端和服务端案例,同时也有TCP通讯连路例程,希望对网络编程用户有所帮助。-winsockudp include UDP client and UDP server example
- 2023-02-08 16:10:03下载
- 积分: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
-
19524
取窗口信息源码程序,例程结合易语言应用接口支持库,调用API函数取鼠标指向的窗口信息。(Take the window information source program , a routine application interface combined with easy language support library , call the API function takes mouseover information window .)
- 2017-03-14 09:48:55下载
- 积分:1
-
omp
本程序使用压缩感知中的omp算法实现微波成像(This program uses OMP algorithm in compressed sensing to realize microwave imaging)
- 2019-03-25 16:39:50下载
- 积分:1
-
FastReport Professtional 6.1.10 full source
说明: 著名的 Delphi 打印控件。含全部源码。支持 Delphi 10.2.3 Tokyo(The famous Delphi print control. Contains all source code. Support Delphi 10.2.3 Tokyo)
- 2019-04-25 13:39:19下载
- 积分:1