-
CXTabCtrl
CXTabCtrl - an easier tab control for dialogs and forms-CXTabCtrl- an easier tab control for dialogs and forms
- 2023-04-28 11:30:02下载
- 积分: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
-
关于如何杀死执行线程的代码,对开发人员有参考价值
关于如何杀死执行线程的代码,对开发人员有参考价值-On how to kill the thread of execution code, the developers have reference value
- 2022-01-22 12:43:49下载
- 积分:1
-
基于VC++,画各种各样的椭圆程序,并且是拖拽鼠标就可画的。...
基于VC++,画各种各样的椭圆程序,并且是拖拽鼠标就可画的。-Based on VC++, painting a variety of elliptical procedures, and drag the mouse can be drawn.
- 2022-01-25 15:47:34下载
- 积分:1
-
自己用PB做的一个小程序,关于图片的播放效果的,上传给大家共同分享....
自己用PB做的一个小程序,关于图片的播放效果的,上传给大家共同分享.-own use PB to do a small program on the playback picture, we upload to share.
- 2022-04-07 19:21:06下载
- 积分:1
-
The code is on the windows network programming, the source book, very comprehens...
本代码是关于windows网络程序设计的,书籍的源码,很全面。可以参考一下。-The code is on the windows network programming, the source book, very comprehensive. For reference.
- 2022-04-23 12:20:22下载
- 积分:1
-
本人写的小程序。
可以用于更改U盘的盘符。
本人写的小程序。
可以用于更改U盘的盘符。-I wrote a small program. U can be used to change the disk drive.
- 2022-03-28 12:16:27下载
- 积分:1
-
ADS软件使用说明ARMSerialapply介绍了ADS的开始等功能
ADS软件使用说明ARMSerialapply介绍了ADS的开始等功能-ADS software for use ARMSerialapply introduce the beginning of the ADS and other functions
- 2023-01-03 12:05:08下载
- 积分:1
-
1, construct a simple programming language syntax. (Required for C language as a...
1、 构造一个简单程序设计语言的语法。(要求以C语言为样本,根据自己对编译器设计的掌握,简化C语言的功能)
2、 选中自己熟悉的分析方法对根据“设计的程序语言”编写的原程序进行分析,输出中间代码,并解释执行生成的中间代码。
-1, construct a simple programming language syntax. (Required for C language as a sample, based on their mastery of the compiler design, simplified C language function) 2, select the familiar methods of analysis under the " design of the programming language," write the original program analysis, the output intermediate code and explain the implementation of the generated intermediate code.
- 2023-04-30 06:05:03下载
- 积分:1
-
遗传算法的优化算法,计算出最佳值的公式,方便了美国。
GA优化算法,计算最佳值的公式,易用性由BCB开发
- 2022-01-25 19:20:01下载
- 积分:1