-
traffic_simulation-master
说明: 用pyhton编写的IDM模型,可以实现交通流仿真,包括跟驰和换道(The IDM model written by Pyhton can realize the traffic flow simulation, including following and lane changing)
- 2021-02-01 18:22:52下载
- 积分:1
-
the procedures used to establish Socket Interface
该程序使用了Socket接口建立通住双方的TCP连接,从而完成通信.服务器方可以与多个客户端建立连接,并且可以选择要向哪个已建立起连接的客户端发送消息.-the procedures used to establish Socket Interface-living both TCP connections, thus completing communications. Server side with the establishment of a number of client connections and can be chosen which has been established to connect the client send messages.
- 2022-02-20 16:39:39下载
- 积分:1
-
CertificateRequest
Represents certificate request message.
- 2014-06-26 15:54:43下载
- 积分:1
-
wechat (1)
通用C#聊天连接数据库等相关功能的基本操作与代码(may be is work,hope you enjor it thx)
- 2021-01-01 21:28:58下载
- 积分:1
-
3ee22f38ek09d180d8adbee5c8596f01
说明: 学习资料,仅供参考,好好学习,多多益善,日积月累,逆水行舟,能者上。(Learning materials, for reference only, study hard, more good, accumulated over time, sailing against the current, capable people.)
- 2020-05-05 22:19:06下载
- 积分:1
-
Resultsrankingtable
成绩名次表,用汇编语言编的程序,很实用的.(Performance ranking tables, using assembly language of Procedure, it is practical.)
- 2008-06-17 14:52:05下载
- 积分:1
-
Counter_dll
基于研华PCI-1710HG数据采集卡基于动态链接库的计数器程序。用VC++6.0MFC实现。程序功能实现实时计数值显示及频率值显示。(Advantech PCI-1710HG-based data acquisition card is based on the dynamic link library counter program. With VC++6.0MFC achieved. Program features real-time count value display and frequency display.)
- 2020-09-10 10:58:00下载
- 积分:1
-
category is the java programs icq
类是icq的java程序-category is the java programs icq
- 2022-06-16 01:00:58下载
- 积分:1
-
lisj
very good soft believe it or not ,please come here and downl(Very good soft believe it or not, do last come here and downl)
- 2017-05-24 16:38:39下载
- 积分: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