-
银行排队模拟系统
这个是用C++写的一个模拟的银行排队系统,这个系统主要是用了队列来模拟排队,整个系统进行了多次优化,时间模拟使用了事件触发的方法
- 2022-10-25 07:50:03下载
- 积分:1
-
一个在酒店运行良好的配合财务系统的应收帐款管理系统(ASO)...
一个在酒店运行良好的配合财务系统的应收帐款管理系统(ASO)-NOTE:
An ASO(Account Receivable Management System) cooperating financial system and executing well in cabaret.
- 2022-08-25 16:18:35下载
- 积分:1
-
c++ How to Program ( c++大学教程 )(第五版)约200题的习题解答代码。...
c++ How to Program ( c++大学教程 )(第五版)约200题的习题解答代码。-c++ How to Program (c++ University Guide) (fifth edition) of about 200 questions to answer code exercises.
- 2022-02-05 20:43:03下载
- 积分:1
-
C# do a little game, time can be achieved by eating beans statistics to the numb...
用C#做的一个小游戏,可以实现按时间来统计吃豆子的个数.开发工具vs2003.vs2005-C# do a little game, time can be achieved by eating beans statistics to the number. development tools vs2003.vs2005
- 2023-06-06 23:40:09下载
- 积分:1
-
一个虚拟桌面的源码, Visual C++实现, 包装成类, 方便使用!
一个虚拟桌面的源码, Visual C++实现, 包装成类, 方便使用!-A virtual desktop of the source code, Visual C++ Realize, packing into a category, user-friendly!
- 2022-05-08 16:21:11下载
- 积分: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
-
This procedure is mainly the two realize the connection string, through the dyna...
这个程序主要是实现两个字符串的连接,通过动态申请内存空间,并用指针作为参数传递-This procedure is mainly the two realize the connection string, through the dynamic application memory space, and passed as a parameter pointer
- 2022-02-24 20:17:26下载
- 积分:1
-
A short code is used to detect whether an array of benefits, can be directly ins...
一小段代码 用于检测数组是否益处,直接插入即可-A short code is used to detect whether an array of benefits, can be directly inserted
- 2022-12-10 16:40:03下载
- 积分:1
-
Build like a kind of form excel, is primarily a windows operating system, the fo...
生成像excel那样的表格,主要是一个演示如何在windows操作系统下面利用vc进行界面编程的scroll功能的使用-Build like a kind of form excel, is primarily a windows operating system, the following demonstrates how to use vc for interface programming using the scroll function
- 2022-04-24 15:16:02下载
- 积分:1
-
图像卷积
使用示例应用程序
示例应用程序中已包含在本文的示例源代码。示例应用程序已经以面向Windows 窗体的平台。使用示例应用程序中用户还可以从本地文件系统中选择源/输入图像,并从一个下拉组合框选择要应用卷积滤镜。已筛选的的图像可以保存到本地文件系统中,当用户单击保存按钮。
下面的屏幕快照显示图像卷积滤镜示例应用程序中操作。
- 2022-08-09 03:21:25下载
- 积分:1