-
jaco-arm-pkgs-master
说明: Jaco package for ARM
- 2019-05-03 06:14:20下载
- 积分:1
-
Book Loan Management System, using java achieve powerful, suitable for use in va...
图书借阅管理系统,用java实现的
功能强大,适合各类高校使用-Book Loan Management System, using java achieve powerful, suitable for use in various institutions of higher learning
- 2023-04-06 15:20:03下载
- 积分:1
-
cooperative-relay-system
多协作中继系统的最优功率分配,北京邮电大学学报论文(More cooperative relay system, optimal power allocation, Beijing University of Posts and Journal Papers)
- 2021-05-12 16:52:37下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
MATLAB的一些应用程序接口 简单例子的代码,包括C、JAVA、Fortran语言...
MATLAB的一些应用程序接口 简单例子的代码,包括C、JAVA、Fortran语言-MATLAB Application Program Interface Some simple examples of code, including C, JAVA, Fortran language
- 2023-02-24 02:15:02下载
- 积分:1
-
基于AT89C51单片机的音乐盒
基于AT89C51系列单片机的音乐盒,依据单片机的定时中断以及蜂鸣器的发声原理,通过KEIL编译程序,并将其通过烧写工具下载到单片机实验箱中,从而设计制作出一个八音盒。此程序使用C语言编写,实现对单片机的控制。
- 2022-02-02 00:08:28下载
- 积分:1
-
TensorFlowSharp-master
TensorFlow 是谷歌的第二代机器学习系统,按照谷歌所说,在某些基准测试中,TensorFlow的表现比第一代的DistBelief快了2倍(Artificial intelligence source code)
- 2018-03-22 14:54:47下载
- 积分:1
-
RSA-cyclic1026
说明: 基于ABAQUS平台编写的二维随机分布圆形颗粒建模脚本,可实现二维随机分布圆形颗粒模型的自动建模。(Two - dimensional random distribution of circular particles modeling script can be realized.)
- 2021-03-29 18:59:10下载
- 积分:1
-
Clustering
说明: 1) 使用凝聚型层次聚类算法(即最小生成树算法)对所有数据点进行聚类,最后聚成3类。相异度定义方法可选择single linkage、complete linkage、average linkage或者average group linkage中任意一种。
2) 使用C-Means算法对所有数据点进行聚类。C=3。
任务2(必做):
使用高斯混合模型(GMM)聚类算法对所有数据点进行聚类。C=3。并请给出得到的混合模型参数(包括比例??、均值??和协方差Σ)。
任务3(全做):
1) 参考数据文件第三列的类标签,使用聚类有效性评价的外部方法Normalized Mutual Information指标,分别计算任务1和任务2聚类结果的有效性。
2) 使用聚类有效性评价的内部方法Xie-Beni指标,分别计算任务1和任务2聚类结果的有效性。(The main results are as follows: 1) the condensed hierarchical clustering algorithm (that is, the minimum spanning tree algorithm) is used to cluster all the data points, and finally it is grouped into three categories. Any of the single linkage,complete linkage,average linkage or average group linkage methods can be selected for the definition of dissimilarity. 2) using C-Means algorithm to cluster all data points. C = 3.)
- 2019-05-16 21:54:22下载
- 积分:1
-
2048
说明: 在vs下实现的2048小游戏,用C/C++语言实现。(The 2048 mini-games implemented in vs are implemented in C/C++ language.)
- 2019-06-02 20:41:46下载
- 积分:1