资源列表
mann-kendall突变检验
- mann-kendall在 spss软件当中的应用(Application of Mann-Kendall in SPSS software)
three_machines_nine_buses
- 三机九节点的matlab模型,,有需要的同学可以下载试用(IEEE9 model of matlab)
sort1
- 这是一个排序算法,包括插入排序,递归排序,两种算法的运行时间不同(This is a sorting algorithm, including insertion sort, recursive sorting, and the running time of the two algorithms is different.)
4594948
- lp求解的单纯形算法,有c++builder6 0开发()
计算器
- 这是一个用c#开发的简易计算器,包括加减乘除等功能(This is a simple calculator developed with c#)
zjspfrl
- Very interesting program which can model fires in a forest La()
程序
- lammps软件模拟单臂碳纳米管单轴拉伸的算例(simulation of SWCNT uniaxial tension)
扰码器Verilog
- 实现扰码的功能,主要为64位在pcs子层传输的扰码器设计(To achieve the functions of scrambling code)
第十二周
- 实现鼠标触碰事件,显示隐藏文字,简易标题栏(Implement the mouse touch event, display the hidden text)
STM32F103C8T6模板_1.1
- stm32 编写的一个结构。从顶向下编写代码(A structure written by stm32)
048847
- Jacobi法求取特征值的C程序 试验验证过了,()
K-means
- K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is representative of the prototy