-
Natural-Language-Processing
自然语言处理,曼宁,一本非常好的自然语言处理的学习书籍(Natural Language Processing)
- 2016-04-14 19:04:06下载
- 积分:1
-
VB代码管家_201500722【源代码】
各种编程说明,很多控件的用法,以及很多实用的小程序(Various programming instructions
The use of many controls, as well as many practical applets)
- 2019-03-12 09:08:57下载
- 积分:1
-
lxdz00yes
基于松下226的材料自动分拣系统,有问题call我。qq:652335052(Matsushita-based automatic sorting system 226, the material)
- 2009-10-24 11:24:36下载
- 积分: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
-
使用WINSOCKET 编写的小巧的即时聊天工具服务器端,编写时考虑了多种网络情况...
使用WINSOCKET 编写的小巧的即时聊天工具服务器端,编写时考虑了多种网络情况-Prepared using WinSocket compact real-time chat server-side tools, to prepare to take into account a variety of network
- 2023-04-13 04:15:03下载
- 积分:1
-
dir615
该软件的路由器DIR615软件 Программное обеспечение DIR615.(Firmware router dir615)
- 2019-03-27 18:28:42下载
- 积分:1
-
SampleChart
Account for the leftShift using two loops.
- 2015-10-12 13:40:50下载
- 积分:1
-
SRAM
SRAM读写测试实例,每秒钟进行一次单字节的SRAM
读和写操作,用chipscope查看时序波形。(SRAM read and write test instances, each time a single byte SRAM
Read and write operations, use chipscope to see the timing waveform.)
- 2017-09-06 11:43:06下载
- 积分:1
-
Learn_DSP
一份关于DSP的详细入门教程,希望对你有帮助。(A detailed report on the DSP tutorial, I hope to help you.)
- 2013-11-22 17:15:09下载
- 积分:1
-
download
AN ALGEBRAIC METHOD FOR PUBLIC-KEY CRYPTOGRAPHY
- 2015-09-28 20:42:18下载
- 积分:1