-
IBMPC汇编
基础汇编语言介绍,对初学者有一定的帮助。。。(The introduction of basic assembly language is helpful for beginners.)
- 2020-06-19 09:15:41下载
- 积分:1
-
k-均值聚类算法
ommonly 用于初始化方法是 Forgy 和随机分区。[9] 的 Forgy 方法随机选择 k 意见从数据集,并使用这些作为初始的手段。随机划分方法首先为每个观察值随机分配一个群集,然后前进到更新这一步,因此计算初始的意思,要其质心,cluster 的随机分配点。Forgy 方法倾向于传播的最初的手段,而随机分区把所有的这些数据集的中心附近的酒店。根据 [9] Hamerly et al.随机划分方法是一般首选等 k-调和手段和模糊 k-均值算法。期望最大化和标准 k-均值算法,初始化的 Forgy 方法是可取的。
- 2022-12-06 01:25:03下载
- 积分:1
-
I do one based on C/S mode of online games. Chess
我自己做的一个基于C/S模式的网络游戏。下棋的。附带服务器端和客户端全部源代码。
单机运行的话需要运行一个服务端和两个客户端,就可以自己跟自己下棋了。-I do one based on C/S mode of online games. Chess-playing. Fringe server and the client all of the source code. The stand-alone operation need to run a server and two clients, they can do it themselves by playing chess with ourselves.
- 2022-04-25 16:54:25下载
- 积分:1
-
自动获得本地地址发送到
一个自动获得本地IP地址后发送到远程DNS服务器中!自动更新本地IP地址- After automatically obtains the local IP address to transmit to
the long-distance DNS server in! Automatic renewal local IP address
- 2022-08-02 10:54:30下载
- 积分:1
-
VC++台球厅计时收费管理系统(Access)
说明: 可以达到台球厅的管理,实用与生活之中,以及小型的台球厅(Can achieve the management of billiards hall, practical and life, as well as small billiards hall)
- 2019-05-30 09:20:30下载
- 积分:1
-
STKyonghushouce
这是stk软件中文版的使用手册,对于新学者或熟练的卫星系统分析者都是适用的,希望对大家有所帮助。(Stk This is the Chinese version of the software user manual or skilled for the new academic analysts of satellite systems are applicable, we want to help.)
- 2010-12-28 10:54:04下载
- 积分:1
-
excel2pdf
把一个已有的excel转换成PDF的文档,内含相关的插件(Put an existing excel convert PDF documents, contains the related plug-in
)
- 2012-05-10 16:19:30下载
- 积分:1
-
nbtool-master
NBTool is a random network tool used for random stuff regarding DNS stuff.
- 2013-12-03 00:41:58下载
- 积分: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
-
image_histogram_equalisation
contrast stretching of an image without using inbuilt function
- 2014-12-10 12:49:52下载
- 积分:1