-
dump调试设置步骤
设置dump调试步骤,用于vs2008的开发,需要设置源代码的路径,设置符号表,设置windows的缓存路径,注意:必须要有pdb文件才能用dump文件调试,否则不能用dump文件调试。
- 2022-07-24 22:52:16下载
- 积分:1
-
c++到vc++精彩程序100例,书中融入大量经典程序说明,诠释c++精髓要素...
c++到vc++精彩程序100例,书中融入大量经典程序说明,诠释c++精髓要素-c++ to vc++ exciting process 100 cases, a large number of the book into the classic description of the procedures, interpretation c++ the essence of the elements
- 2023-01-28 23:25:04下载
- 积分:1
-
凸轮设计的C―C++程序,可以在VC环境下运行。
凸轮设计的C―C++程序,可以在VC环境下运行。-Cam-follower Design Code
- 2022-11-18 10:35:03下载
- 积分: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
-
使用信号量进行线程同步控制,是学习多线程编程的好范例
使用信号量进行线程同步控制,是学习多线程编程的好范例-use of signals volume thread synchronization control study is multi-threaded programming a good example
- 2022-02-11 19:32:31下载
- 积分:1
-
C#上位机串口
根据网上搜索的DEMO 经过修改 作的一个上位机程序,但是在和单片机过程通讯的时候,只接收可以完整的打印出来,当处理一下数据的时候,接收的数据就会出现错乱 接收不全!
- 2022-03-23 01:01:09下载
- 积分:1
-
wince下的连连看的源代码,EVC编译
wince下的连连看的源代码,EVC编译-wince under the Lianliankan source code, EVC compiling
- 2022-07-19 00:23:43下载
- 积分:1
-
Some testing uses of play voice in the pocket pc,
including play voice at the s...
PPC 上 播放声音的一些测试使用,包括并发播放声音,窗口切换出去后暂停声音等(适合做游戏),附带PPC窗口旋转的示例。 (均是C#调用API)-Some testing uses of play voice in the pocket pc,
including play voice at the same time and pause voice at switch the windows(using in the games). And there are also some examples of circumgyrating windows
of the pocket pc.
- 2022-05-07 20:04:52下载
- 积分:1
-
USB编程应用
USB编程的简单应用,很好理解~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2022-01-26 00:59:25下载
- 积分:1
-
自己开发的短信息发送DLL,环境evc4 + 短信猫,通过串口连接,发AT指令,目前该模块测试通过.可供大家参考,程序中有公司信息,请使用的时候去除,避免麻烦...
自己开发的短信息发送DLL,环境evc4 + 短信猫,通过串口连接,发AT指令,目前该模块测试通过.可供大家参考,程序中有公司信息,请使用的时候去除,避免麻烦-Developed their own short message DLL, environmental evc4+ Message cats, through the serial port connection, the AT command, the current of the module test. For your reference, proceedings have company information, please use the time to remove and avoid trouble
- 2022-01-25 23:00:51下载
- 积分:1