-
该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n)....
该程序完成在两个字符串中寻找最长公共子串,如果这样的字符串有多个,则将它们全部找出来,它在最坏情况下的复杂度为O(m*n).-the procedure is completed in two for the longest string of public substrings, if such a number of strings, will they all find out in the worst of the complexity of O (n* m).
- 2022-03-30 21:31:25下载
- 积分:1
-
calculator
我在c builder中制作的这个计算器将帮助您进行任何操作。例如like+/-/*。
- 2022-10-26 02:20:03下载
- 积分:1
-
This document contains information about frequency domain processing. details ab...
This document contains information about frequency domain processing. details about 1-d,2-d fourier transform,inverse fourier transform,image enhancement techniques. contains some sample code and output also
- 2022-08-03 21:54:16下载
- 积分:1
-
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。...
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。 -This code is similar to spy++, Can automatically lock the window to capture the region, with preservation of function.
- 2023-05-31 00:10:03下载
- 积分:1
-
可在windows系统中显示指定进程的地址空间使用情况的程序源码。...
可在windows系统中显示指定进程的地址空间使用情况的程序源码。-the windows system that shows the process address space use of the procedure source.
- 2023-06-24 14:05:03下载
- 积分:1
-
小波变换程序
利用Morlet母小波对时间序列进行时频变换
- 2023-08-13 23:05:03下载
- 积分:1
-
SIM Reader [Investigate Smart Cards]
SIM Reader [Investigate Smart Cards]
- 2023-04-27 08:30:03下载
- 积分:1
-
dlgview,VC++ 6
DlgView,vc++6.0
- 2022-10-18 08:35:03下载
- 积分:1
-
生成多个ICO图形
生成多个ICO图形-generate multiple graphics ICO
- 2023-04-28 03:35:04下载
- 积分:1
-
把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位...
把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
- 2022-03-16 06:19:03下载
- 积分:1