搜索:string+algorithm

找到约 1,495 项符合「string+algorithm」的查询结果

结果 1,495
https://www.eeworm.com/dl/663/212701.html VHDL/FPGA/Verilog

Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c

Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric funct ...
下载 127
·
查看 1112
https://www.eeworm.com/dl/644/248165.html 汇编语言

蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启

蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启发 式仿生进化系统。蚁群算法包含两个基本阶段:适应阶 段和协作阶段。在适应阶段,各候选解根据积累的信息 不断调整自身结构。在协作阶段,候 ...
下载 30
·
查看 1243
https://www.eeworm.com/dl/654/280238.html 数据结构

多模式匹配算法——AC算法 参考文献:AC算法:Aho A V

多模式匹配算法——AC算法 参考文献:AC算法:Aho A V,Corasick M J.Efficient string matching:an aid to bibliographic search.Communications of ACM,1975,18(6):333~340
下载 135
·
查看 1099
https://www.eeworm.com/dl/654/273736.html 数据结构

这是动态规划中

这是动态规划中,求最长公共子序列(Longest common string)的源代码。自己编写执行。程序简单,有注释。
下载 128
·
查看 1044
https://www.eeworm.com/dl/617/447014.html 压缩解压

把链表S中从第m个元素起共n个元素存储到s中

把链表S中从第m个元素起共n个元素存储到s中,成功返回1,否则返回0int LEN(STRING S)
下载 160
·
查看 1040
https://www.eeworm.com/dl/918806.html 技术资料

西门子C504微控制器用时间最优算法产生三相正弦电流以控制感应电机

This application note proposes a time optimized algorithm for three-phase inductiondrive control
下载 9
·
查看 9347
https://www.eeworm.com/dl/639/332815.html 文件格式

This paper is most important topic of digital photogrammetry and introduce fast stereo matching algo

This paper is most important topic of digital photogrammetry and introduce fast stereo matching algorithm.
下载 86
·
查看 1076
https://www.eeworm.com/dl/650/276950.html 人工智能/神经网络

基本的k-means聚类算法c++实现

基本的k-means聚类算法c++实现,对于理解算法的过程非常有帮助。 Basic implementation of k-means algorithm with c++, it is very helpful to understand the procedure of k-means algorithm.
下载 25
·
查看 1095
https://www.eeworm.com/dl/532/150824.html 书籍源码

delphi 自定义网络函数:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes

delphi 自定义网络函数:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本机的局域网ip地址 function getlocalip(var localip:string): boolean //通过ip返回机器名 function getnamebyipaddr(ipaddr: string var macname: string): ...
下载 78
·
查看 1148
https://www.eeworm.com/dl/633/463448.html Java编程

物料管理 物料登记 批量登记:一次性导入多条物料 单条登记:只能录入一条物料信息 物料管理 更新: 删除: 查看: 物料导出 库管员可以将系统中登记的所有物料一次性导出来 Mat

物料管理 物料登记 批量登记:一次性导入多条物料 单条登记:只能录入一条物料信息 物料管理 更新: 删除: 查看: 物料导出 库管员可以将系统中登记的所有物料一次性导出来 MaterialImport Public MaterialImport( MateiralManager manager, String filePath ) Public void importMaterial() priva ...
下载 29
·
查看 1101