搜索结果
找到约 12,167 项符合
Mp-a 的查询结果
人工智能/神经网络 国外的一个A*算法演示
国外的一个A*算法演示,带源代码。作为算法参考非常好
人工智能/神经网络 国内的一个A*算法演示
国内的一个A*算法演示,可以自己画地图,演示效果非常好
汇编语言 This is a book of art of assemble.Itis a very good assemble bible.With this book, you can learn asse
This is a book of art of assemble.Itis a very good assemble bible.With this book, you can learn assemble language very well.
其他书籍 This book described a kind of Virtual Machine named KVM , and described the concept of virtual machi
This book described a kind of Virtual Machine named KVM , and described the concept of virtual machine.
SQL Server this a program about talent web database used asp and VB.
this a program about talent web database used asp and VB.
Java编程 this a Addison Wesley Python Programming with the Java ClassLibraries.
this a Addison Wesley Python Programming with the Java ClassLibraries.
网络 this a neural network Matlab program.
this a neural network Matlab program.
VHDL/FPGA/Verilog -- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k
-- Booth Multiplier
-- This file contains all the entity-architectures for a complete
-- k-bit x k-bit Booth multiplier.
-- the design makes use of the new shift operators available in the VHDL-93 std
-- this design passes the Synplify synthesis check
-- download from: www.fpga.com.cn & www.pld.com. ...
交通/航空行业 车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的
车牌定位---VC++源代码程序
1.24位真彩色->256色灰度图。
2.预处理:中值滤波。
3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。
初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。
该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。
4 ...
其他 This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C
This is SvmFu, a package for training and testing support vector
machines (SVMs). It s written in C++. It uses templates. The
advantage of templates is that the types of kernel values and data
points can be varied to suit the problem.