-
实现并对比三种基本字符串匹配算法(朴素算法,Rabin
实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
- 2022-03-21 06:29:14下载
- 积分:1
-
VC++界面开发编程实例(鼠标操作)
主要为初学C++MFC的人提供一个实例,关于鼠标的各种消息响应,比如单击,双击,滑动,转轮等消息响应函数的编写与应用
- 2023-02-05 16:15:04下载
- 积分:1
-
a simple DES encryption to a simple DES encryption a simple DES encryption
一个简单的DES加密程序 -a simple DES encryption to a simple DES encryption a simple DES encryption
- 2022-03-12 04:23:56下载
- 积分:1
-
This project is a employee database management system.
This project is a employee database management system.
- 2023-01-22 21:45:04下载
- 积分:1
-
MFC入门计算器
MFC入门计算器,程序比较简单,但是对于刚刚学习C的MFC编程人员,可以很快的上手,可以在看懂的基础上尝试编程
- 2022-12-07 08:10:04下载
- 积分:1
-
CSynEditView a syntax editing category, as long as you simple introduction of th...
CSynEditView一个支持语法编辑的类,你只要简单的将该类引入你的工程,便可轻松的获得如VC++和VB编程环境中的语法编辑能力。-CSynEditView a syntax editing category, as long as you simple introduction of this type of project you can be easily obtained if the VC and VB programming environment syntax editing capabilities.
- 2023-07-14 11:20:04下载
- 积分:1
-
VB very attractive on the international popular programming interfaces.
用VB实现的非常好看的国际上流行的程序界面。-VB very attractive on the international popular programming interfaces.
- 2022-03-10 15:51:46下载
- 积分:1
-
MFC程序提供个性化的应用界面设计,包括…
提供对MFC程序个性化界面的设计和应用,其中有文档说明和示例源码-MFC procedures provide personalized design and application interface, including descriptions and examples of source documents
- 2022-02-01 11:17:02下载
- 积分:1
-
近有位读者来信指出:《在线杂志》第26期中有一篇文章:“再谈 CFileDialog 对话框的定制”,其例子程序有一个bug。如果多选时选中的文件过多,那么后面...
近有位读者来信指出:《在线杂志》第26期中有一篇文章:“再谈 CFileDialog 对话框的定制”,其例子程序有一个bug。如果多选时选中的文件过多,那么后面选中的文件将无效,也就是说即使也白选,点击“确定”后没有任何操作 。本文将提供解决此问题的办法,并说明问题的来由。代码性质] VC完整应用程序代码
[代码作者] Northtibet
[文件大小] 28K
[更新日期] 2005-9-28 17:17:00 -recent letter from a reader : "online magazine" 26 is a period of the article : "CFileDialog return to the Custom dialog box," its procedures example of a bug. If more elections in the selected documents excessive, then behind the selected document will be invalid, which means that even if elections are white, and click on "identified" no operation. This paper will provide a solution to this problem, and indicate the origins of the problem. Nature code] VC integrity of the application code [code writers] Northtibet [Size] 28K [updated] 2005-9-28 17:17:
- 2022-03-03 19:43:23下载
- 积分:1
-
形式与SHA1和MD5登录
应用背景在讨论进一步的推进路径添加组件到。我在过去的解释中所解释的方式。如果你不知道,例如,你可以看到它在这里。你需要使用库添加到您的项目使用:chash对于MD5和SHA1散列使用图书馆,你可以看到的例子代码下面的代码片段:密码:= md5digesttohex(calcmd5(按2。文本));密码:= sha1digesttohex(calcsha1(按2。文本));关键技术哈希技术被广泛用于隐藏应用程序的登录密码。这种技术被广泛使用的网站程序员作为一个实施的安全性和防御的应用程序。此外,散列也经常作为一种媒介来确定校验有效是否收到的消息。这种技术被广泛应用在互联网上(通常是要检查已下载的文件)。
- 2022-08-24 03:34:26下载
- 积分:1