-
visual C++实现基于IE内核的简单的网页浏览功能
visual C++实现基于IE内核的简单的网页浏览功能-visual C++ realize based on the IE core simple Web browser functionality
- 2022-03-06 23:39:02下载
- 积分:1
-
DB1200 wince bsp version 5138.2
DB1200 wince bsp version 5138.2
- 2022-03-20 20:47:38下载
- 积分:1
-
递归读取磁盘文件,使用库dirent.h中的相关函数
递归读取磁盘文件,使用库dirent.h中的相关函数-recursive disk read documents and use the library dirent.h correlation function
- 2022-03-14 05:36:37下载
- 积分:1
-
Duilib 自定义控件详解
讲解 如何 使用Duilib 进行自定义控件的实现 并附带例子,Duilib 是一款强大的界面开发工具,可以将用户界面和处理逻辑彻底分离,极大地提高用户界面的开发效率。提供所见即所得的开发工具UIDesigner。使用DirectUI后将使得我们的设计人员彻底解 放,不会受到开发的束缚,可以充分地发挥其设计能力来设计软件界面,并参与到用户界面开发过程中。 Duilib 目前支持Windows 32 、Window CE、Mobile等平台,使用C++开发,遵循BSD协议,可以免费用于商业项目 。
- 2022-02-26 16:40:33下载
- 积分:1
-
小时钟程序,无边框
小时钟程序,无边框-small clock procedures, without frame
- 2023-09-07 21:50:03下载
- 积分: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
-
C++ programming design including data struct
C++ programming design including data struct
- 2022-03-04 06:58:37下载
- 积分:1
-
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。...
windows GUI,人工非mfc界面,可以录制视频,要学习摄像头编程和界面编程的都来学习。-non-mfc interface, can record video.
- 2022-05-17 03:49:54下载
- 积分:1
-
VHDL硬件描述语言基础,非常好的一本书,有时间不妨看看!
VHDL硬件描述语言基础,非常好的一本书,有时间不妨看看!-VHDL hardware description language based, a very good book, time to take a look!
- 2022-03-15 14:32:38下载
- 积分:1
-
一个用vb实现的求圆面积的程序.适合初学者使用.在vb6.0成功测试...
一个用vb实现的求圆面积的程序.适合初学者使用.在vb6.0成功测试-A program used to calculate the area of a circle. It is designed by VB and is for the new learners. Tested under VB6.0.
- 2023-02-15 12:05:03下载
- 积分:1