搜索结果

找到约 1,827 项符合 J-K触发器 的查询结果

VC书籍 c++_mfc入门j

c++_mfc入门j
https://www.eeworm.com/dl/686/254460.html
下载: 143
查看: 1075

VHDL/FPGA/Verilog jk触发器

jk触发器,自己尝试编辑的,用状态机实现,可以
https://www.eeworm.com/dl/663/254656.html
下载: 138
查看: 1053

并行计算 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 ...
https://www.eeworm.com/dl/694/255947.html
下载: 149
查看: 1030

VHDL/FPGA/Verilog 一个简单的始终触发器的代码 另外包括测试验证程序和输入码数据

一个简单的始终触发器的代码 另外包括测试验证程序和输入码数据
https://www.eeworm.com/dl/663/256273.html
下载: 39
查看: 1055

其他 主要是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.
https://www.eeworm.com/dl/534/256376.html
下载: 81
查看: 1055

其他 实现D触发器的基本功能,D触发器的功能是时钟信号为上升沿时检测输入信号并将其赋值给输出信号并维持到下一个上升沿(压缩包内为所有MAXPLUS2程序)

实现D触发器的基本功能,D触发器的功能是时钟信号为上升沿时检测输入信号并将其赋值给输出信号并维持到下一个上升沿(压缩包内为所有MAXPLUS2程序)
https://www.eeworm.com/dl/534/257127.html
下载: 40
查看: 1074

电子书籍 Jean J.Labrosse又一部力作《Embedded System Building Blocks》的光盘

Jean J.Labrosse又一部力作《Embedded System Building Blocks》的光盘
https://www.eeworm.com/dl/cadence/ebook/258453.html
下载: 44
查看: 1158

matlab例程 这是一个关于K均值的聚类算法希望对大家有用

这是一个关于K均值的聚类算法希望对大家有用
https://www.eeworm.com/dl/665/259682.html
下载: 152
查看: 1060

书籍源码 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)算法小 ...
https://www.eeworm.com/dl/532/260235.html
下载: 94
查看: 1228

数学计算 选择第k小的元素

选择第k小的元素,c语言 partition 要好好看看 理解函数意思
https://www.eeworm.com/dl/641/261434.html
下载: 168
查看: 1044