-
UDP的服务器/客户端探测小程序。功能为:服务器开启后等待连接并负责回馈信息,客户端可用单播、多播、广播三种方式探测局域网内的服务器并发送消息。...
UDP的服务器/客户端探测小程序。功能为:服务器开启后等待连接并负责回馈信息,客户端可用单播、多播、广播三种方式探测局域网内的服务器并发送消息。-UDP server/client detection of small procedures. Function as follows: after waiting for the server to open connections and is responsible for feedback, the client can be used unicast, multicast, broadcast three ways to detect LAN server and send a message.
- 2022-04-27 11:37:35下载
- 积分:1
-
chart
这个是易语言源码,首先声明不懂易语言的不要下,毒软误报的问题不再解释,源码内容:语音播放器()
- 2018-03-09 10:24:15下载
- 积分:1
-
k-均值聚类算法
ommonly 用于初始化方法是 Forgy 和随机分区。[9] 的 Forgy 方法随机选择 k 意见从数据集,并使用这些作为初始的手段。随机划分方法首先为每个观察值随机分配一个群集,然后前进到更新这一步,因此计算初始的意思,要其质心,cluster 的随机分配点。Forgy 方法倾向于传播的最初的手段,而随机分区把所有的这些数据集的中心附近的酒店。根据 [9] Hamerly et al.随机划分方法是一般首选等 k-调和手段和模糊 k-均值算法。期望最大化和标准 k-均值算法,初始化的 Forgy 方法是可取的。
- 2022-12-06 01:25:03下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
winrtplastest
WinRTP is a COM component which can originate RTP (Realtime Transport Protocol) media from a microphone and terminate RTP media on a speaker.(WinRTP is a COM component which can origina te RTP (Realtime Transport Protocol) media fro m a microphone and terminate on a RTP media speak er.)
- 2006-12-20 23:12:49下载
- 积分:1
-
e-co-pr
E contact,helps it maintaining mail id contact list
- 2014-07-18 17:59:33下载
- 积分:1
-
page-22---logo_mitsubishi
Graphic in C++, written in Dev-C++ program, By Namira, http://nn4e.blogfa.com , Mitsubishi Logo
- 2013-04-26 15:44:16下载
- 积分:1
-
ARQ协议实验的实现,模拟发送方和接收方,将文件1中的数据发送到文件3,其中文件2保存中间内容...
ARQ协议实验的实现,模拟发送方和接收方,将文件1中的数据发送到文件3,其中文件2保存中间内容-ARQ protocol implementation experiment to simulate the sender and receiver, a data file sent to the paper 3, in which the middle of the contents of the file to save two
- 2022-03-16 06:15:34下载
- 积分:1
-
Cprogramdesign1
《编程经典C++ Builder》26讲,介绍如何使用c++ Builder环境进行程序开发。该部分为第一讲。(" Programming the classic C++ Builder" 26 speakers, introduce how to use c++ Builder environment for program development. The first speaking part.)
- 2009-03-12 08:19:16下载
- 积分:1
-
蒙特卡罗方法概述
说明: 这个是蒙特卡罗方法的讲义 ,主要内容为蒙特卡罗方法的产生方法和用途(the Monte Carlo method is the lectures, mainly as the Monte Carlo method uses methods and)
- 2005-11-24 13:34:55下载
- 积分:1