-
书上的例题。记住相同图标的位置并连续点击。使用了Timer和Thread。...
书上的例题。记住相同图标的位置并连续点击。使用了Timer和Thread。-Sample project of a book. Remember the locations of the same icon and click in a row. Illustrate the use of Timer and Thread.
- 2022-02-04 16:00:17下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
1 Socket multi
一个Socket多客户端的例子,这只是一个服务器段,用户可以通过命令行窗口telnet到本服务端-1 Socket multi-client example, this is only a server segment, the user can command window and telnet to this server
- 2023-05-20 22:30:02下载
- 积分:1
-
DB1200 wince bsp version 5138.2
DB1200 wince bsp version 5138.2
- 2022-03-20 20:47:38下载
- 积分:1
-
由3个Label控件显示立体字,你可以把它作成一个控件
由3个Label控件显示立体字,你可以把它作成一个控件-by three Label controls showed a three-dimensional character, you can make it a Control
- 2023-04-13 18:45:03下载
- 积分:1
-
A simple vector operation class and header
A simple vector operation class and header
- 2022-06-27 13:42:40下载
- 积分:1
-
基于hessian矩阵增强, 水平集分割的心血管分割方法,基于matlab平台
基于hessian矩阵增强, 水平集分割的心血管分割方法,基于matlab平台,能够分割出较细的血管,以便于后面的血管重建,希望可以帮助带大家,做医学图像的可以下载学习一下
- 2022-02-09 18:54:47下载
- 积分:1
-
vc 嵌入网页 源码
vc 嵌入网页 源码vc 嵌入网页 源码vc 嵌入网页 源码vc 嵌入网页 源码vc 嵌入网页 源码vc 嵌入网页 源码vc 嵌入网页 源码vc 嵌入网页 源码
- 2022-09-22 20:30:02下载
- 积分:1
-
PopCap Games Framework Version 1.3 Changes
General
* Removed support...
popcapframework1.3版,这是著名的PopCap游戏公司,不知道的话,祖玛应该知道吧,这些游戏都是用这个框架开发的,现在PopCap将它开源了!-PopCap Games Framework Version 1.3 Changes
General
* Removed support for Visual Studio/Visual C++ 6. If you use these versions, you will need to update your project files manually.
o Note: you can download Visual Studio 2005 Express edition for free from Microsoft (http://msdn.microsoft.com/vstudio/express/)
* PAKfile support- See docs/Pak Resource File Support.doc
* Added support for wide displays and for windowed emulation of wide displays.
* Some wide string/localization related changes to strings/chars: Use the WideString.vcproj projects for widestring support
* Added support to draw anti-aliased lines/polygons.
* Cached WAV files are "encrypted" (weakly) to prevent the easy copying of sound resources.
* All demos were made to be widestring compatible and we added corresponding widestring projects. std::string has been replaced with SexyString, c
- 2023-04-24 21:25:04下载
- 积分:1
-
人脸检测 c + +
人脸检测 c + +。使用 opencv 库。在 visual studio 2008 上运行
- 2022-01-24 14:21:00下载
- 积分:1