搜索结果
找到约 1,827 项符合
J-K触发器 的查询结果
VC书籍 c++_mfc入门j
c++_mfc入门j
VHDL/FPGA/Verilog jk触发器
jk触发器,自己尝试编辑的,用状态机实现,可以
并行计算 How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-e ...
VHDL/FPGA/Verilog 一个简单的始终触发器的代码 另外包括测试验证程序和输入码数据
一个简单的始终触发器的代码
另外包括测试验证程序和输入码数据
其他 主要是KNN(the k-nearest neighbor algorithm ),LVQ1(learning vector quantization 1), DSM(decision surface
主要是KNN(the k-nearest neighbor algorithm ),LVQ1(learning vector quantization 1), DSM(decision surface mapping)算法。
and a simple clustering algorithm.
其他 实现D触发器的基本功能,D触发器的功能是时钟信号为上升沿时检测输入信号并将其赋值给输出信号并维持到下一个上升沿(压缩包内为所有MAXPLUS2程序)
实现D触发器的基本功能,D触发器的功能是时钟信号为上升沿时检测输入信号并将其赋值给输出信号并维持到下一个上升沿(压缩包内为所有MAXPLUS2程序)
电子书籍 Jean J.Labrosse又一部力作《Embedded System Building Blocks》的光盘
Jean J.Labrosse又一部力作《Embedded System Building Blocks》的光盘
matlab例程 这是一个关于K均值的聚类算法希望对大家有用
这是一个关于K均值的聚类算法希望对大家有用
书籍源码 Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:d
Floyd-Warshall算法描述
1)适用范围:
a)APSP(All Pairs Shortest Paths)
b)稠密图效果最佳
c)边权可正可负
2)算法描述:
a)初始化:dis[u,v]=w[u,v]
b)For k:=1 to n
For i:=1 to n
For j:=1 to n
If dis[i,j]>dis[i,k]+dis[k,j] Then
Dis[I,j]:=dis[I,k]+dis[k,j]
c)算法结束:dis即为所有点对的最短路径矩阵
3)算法小 ...