-
用数组表示堆从而实现优先队列
存储紧凑,空间利用率高
用数组表示堆从而实现优先队列
存储紧凑,空间利用率高-array reactor used to achieve priority queue storage compact, space utilization high
- 2022-02-04 02:58:56下载
- 积分:1
-
windows ce source code for the next game, worthy of study and research, essentia...
windows ce 下的游戏源代码,值得学习研究,初学必备-windows ce source code for the next game, worthy of study and research, essential beginners
- 2022-11-10 08:10:03下载
- 积分:1
-
用C++Builder制做HZK16 点阵字库
用C++Builder制做HZK16 点阵字库-C Builder system so HZK16 Lattice library
- 2022-02-04 20:39:36下载
- 积分:1
-
一个较好的学生信息系统,能够实现对学生的日常管理,大大减轻辅导员的工作负担...
一个较好的学生信息系统,能够实现对学生的日常管理,大大减轻辅导员的工作负担-err
- 2023-03-09 13:35:04下载
- 积分:1
-
prepare a process scheduler simulation program. Ready to process state, running,...
编写一进程调度程序模拟程序。进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-prepare a process scheduler simulation program. Ready to process state, running, blocking three. Simulation program only right you have set up a "virtual PCB" accordingly scheduling simulation operation, that is, for every "Dispatch" shows that the current operation "PCB name" priority number, running time, without the need for a real system of PCB data changes.
- 2022-01-26 02:20:37下载
- 积分:1
-
Problem A:
Problem A:编辑距离问题
Time Limit:1000MS Memory Limit:65536K
Total Submit:157 Accepted:79
Description
设A 和B 是2 个字符串。要用最少的字符操作将字符串A 转换为字符串B。这里所说的字符操作包括
(1)删除一个字符;
(2)插入一个字符;
(3)将一个字符改为另一个字符。
将字符串A变换为字符串B 所用的最少字符操作数称为字符串A到B 的编辑距离,记为d(A,B)。试设计一个有效算法,对任给的2 个字符串A和B,计算出它们的编辑距离d(A,B)。
编程任务:
对于给定的字符串A和字符串B,编程计算其编辑距离d(A,B)。
Input
输入由多组测试数据组成。
每组测试数据输入的第1 行是字符串A,第2行是字符串B。
Output
对应每组输入,输出的每行中的数是编辑距离d(A,B)。
Sample Input
fxpimu
xwrs
Sample Output
5-Problem A:
- 2022-03-16 09:31:03下载
- 积分:1
-
一个简单的游戏,很好玩有源代码提供,很好玩的游戏,是VC++编写的...
一个简单的游戏,很好玩有源代码提供,很好玩的游戏,是VC++编写的-A simple game, provided source code is a lot of fun, very fun game, is VC++ Prepared
- 2022-01-31 14:30:42下载
- 积分:1
-
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!...
电子元件绘制系统,很好用哦!用的是VC编写的,直接拖动就可以实现绘制图形!-Rendering system of electronic components, very good with Oh! VC prepared using a direct drag on the graphics rendering can be achieved!
- 2022-04-15 19:57:25下载
- 积分:1
-
基于labwindows/cvi的串口工具
使用labwindows/cvi 2015实现串口工具功能。包括串口选择,波特率选择,数据位选择,发送内容显示与接收内容显示,发送接收可控。下载后代码可用于二次开发。
- 2022-04-12 11:55:04下载
- 积分:1
-
老鼠走迷宫。。。用回溯法求解。。。。矩阵记载迷宫资料
老鼠走迷宫。。。用回溯法求解。。。。矩阵记载迷宫资料-Maze rats. . . Method with backtracking. . . . Recorded in the maze of information matrix. . . .
- 2022-01-25 23:54:15下载
- 积分:1