-
C-P-P-on-Experiment
东南大学C++上机实验12:类与对象的概念与设计——定义图书类、定义商品类案例(Southeast University, C++-on experiments: class and object concept and design- the definition of library class, the definition of commodity case)
- 2011-05-26 18:58:56下载
- 积分:1
-
A simple chat tool, multiple users can chat on
一个简单的聊天工具,可以实现多个用户同时上线聊天,目前已实现在局域网内聊天.这是服务端程序.-A simple chat tool, multiple users can chat on-line at the same time, the current has been achieved in the LAN chat. This is the server program.
- 2023-07-31 09:05:05下载
- 积分:1
-
psins简化版150914
严恭敏捷联惯导算法工具箱,可使用,对研究SINS有所帮助(Yan Gong agile inertial navigation algorithm toolbox, available and helpful to the study of SINS)
- 2021-04-13 08:48:56下载
- 积分:1
-
Splitter_multi_view
Splitter多视图切换的源代码,vc++工程(Splitter switched multi-view source code)
- 2014-01-03 09:52:22下载
- 积分:1
-
socket事例程序,该事例程序,通过端口覆盖技术实现不同功能的传送数据...
socket事例程序,该事例程序,通过端口覆盖技术实现不同功能的传送数据-socket examples of procedures, the procedures for example, through the port covers different technology to achieve data transmission functions
- 2022-05-08 00:55:41下载
- 积分: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
-
PurgeableBitmapView
PurgeableBitmapView works with PurgeableBitmap to demonstrate the effects of setting Bitmaps as being purgeable.
- 2014-06-26 23:49:47下载
- 积分:1
-
youxian
--- --- 算符优先(------ Operator priority)
- 2007-12-02 18:38:30下载
- 积分:1
-
425fuyanping
以查询方式将数据段中BUFFER开始的16个字节单元的数据从16550发送,再通过16550接收端存入自内存单元RESULT处(Way to check the data in BUFFER beginning of paragraph 16 bytes of data from 16,550 units to send, and then deposited into the receiving end through the 16550 memory modules from the Department RESULT)
- 2007-12-12 18:34:42下载
- 积分:1
-
InP_InGaAsHBTHFAmplifier
This is a brief in HF amplifier designation study and analysis for the performence of some typical system.
- 2008-08-23 11:12:49下载
- 积分:1