-
C++ 打飞机源代码
用C++实现打飞机游戏!
直接可以在vc++6.0 或者更高级版本如VS 2012,VS2013上直接运行。
希望对学习C++的初学者有一定帮助!
- 2022-04-01 05:18:38下载
- 积分:1
-
管理系统为公司内部车辆用车与审批管理系统。使用本系统必须先登录。...
管理系统为公司内部车辆用车与审批管理系统。使用本系统必须先登录。-Management system within the vehicle for the company car and approval management system. Use the system to be logged.
- 2023-04-17 14:35:04下载
- 积分:1
-
A simple example source pendants, pendants can be uploaded to the server (http:/...
一个简单的挂件实例源码,可以上传到挂件服务器(http://www.xiaobeiker.com)并发布。-A simple example source pendants, pendants can be uploaded to the server (http://www.xiaobeiker.com) and publish.
- 2023-02-25 16:30:04下载
- 积分:1
-
EVC高级编程及应用开发书上例程源代码,剩余部分内容待传。...
EVC高级编程及应用开发书上例程源代码,剩余部分内容待传。-EVC high-level programming and application development books routines source code, to be part of the contents of the remaining mass.
- 2022-01-24 14:10:45下载
- 积分:1
-
对文件进行分类,可以进行拖放,支持文件夹选择,开发工具是VS2008,拖放对于快捷方式无发得到目标路径,界面较粗糙,对于双击打开支持不够完全...
对文件进行分类,可以进行拖放,支持文件夹选择,开发工具是VS2008,拖放对于快捷方式无发得到目标路径,界面较粗糙,对于双击打开支持不够完全-Classification of documents, you can drag and drop, support for folder selection, development tools, is VS2008, drag and drop the shortcut target path of non-fat interface than the rough, not enough support for double-click to open fully
- 2022-01-26 03:47:37下载
- 积分:1
-
实用Visual C++6.0教程各章节(第六章)的源代码,很好的让初学者熟悉VC开发平台。...
实用Visual C++6.0教程各章节(第六章)的源代码,很好的让初学者熟悉VC开发平台。-Pratical Visual C++6.0 chapter examples
- 2022-08-15 12:59:13下载
- 积分:1
-
I spent the early c++ Realize the b
本人早期用c++实现的b树的数据结构实例,在vc2005上调试通过,给大家参考下!-I spent the early c++ Realize the b-tree data structure example, in debugging vc2005 passed, under reference to the U.S.!
- 2022-08-16 09:49:10下载
- 积分:1
-
Examples of socket communication, the most easy
socket 通信实例,最让人易懂的教程。-Examples of socket communication, the most easy-to-understand tutorial.
- 2022-01-24 16:35:16下载
- 积分: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
-
c++帮助文档是超级有用的哦
一定要支持啊
c++帮助文档是超级有用的哦
一定要支持啊-the help text of c++
- 2023-01-04 00:35:04下载
- 积分:1