-
Exhaustive Cipher/In many cases we need to exhaustive combinations of algorithms...
穷举密码算法
/在许多情况下我们需要穷举组合的算法,比如密码词典。
//这个算法的关键是密码下标进位的问题。
//另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。
//如果要提高写文件的效率,可以使用缓冲区,分批写入。-Exhaustive Cipher/In many cases we need to exhaustive combinations of algorithms, such as the password dictionary.// This algorithm, the key is password subscript binary problems.// Another example of this statement to write a document relatively low efficiency, in order to reduce the algorithm complexity is not optimized.// If you want to improve the efficiency of writing documents, you can use the buffer, write in batches.
- 2023-09-07 14:55:03下载
- 积分:1
-
data structure to solve the problem of Josephus code, only the source code, we u...
数据结构中解决约瑟夫环问题的代码,里面只有源代码,大家用TC2编译一下就可以用了:)。-data structure to solve the problem of Josephus code, only the source code, we use TC2 compiler can use it with a :).
- 2022-08-06 18:26:20下载
- 积分:1
-
VC++语言实现与数据库连接的源代码,效果不错的
VC++语言实现与数据库连接的源代码,效果不错的-VC++ Language database connection with the source code, the effect of good
- 2022-10-02 21:05:03下载
- 积分:1
-
停车厂管理系统C语言实现
用C语言实现的停车场管理系统,结合对数据结构的操作,利用栈来保存进入停车场的车辆,当停车数量达到预先设定的数量时,车辆会存放到队列中进行排队。整个程序的逻辑思路很好。
- 2022-05-31 07:49:11下载
- 积分:1
-
药品信息管理系统
药品信息管理系统 随着计算机技术的不断发展,数据库方面的应用也显得越来越重要,特别是在当前的一些十分重要领域,如银行的账目管理、公司的财政管理等。 医院或医疗机构往往需要对药品进行有效的管理。当前一些小的医疗机构在药品管理上仍然采用人工管理的方法,不仅浪费大量的人力、物力,而且还在很大程度上制约了这些机构的发展,因此有必要采用一种快速高效的管理手段。“药品信息管理系统”就是在这种前提下提出的。 本药品信息管理系统只实现了简单的药品管理功能,读者可以在此基础上进行一步的开发与完善。重点内容:l基于ODBC数据源的VC数据库编程l基于用户的权限分配l 基本的数据库操作
- 2023-07-24 14:55:05下载
- 积分:1
-
包括数据结构中最常用的6种排序算法和相关解释,适用与严蔚敏的c语言版。...
包括数据结构中最常用的6种排序算法和相关解释,适用与严蔚敏的c语言版。-including data structure of the six most common types of algorithm and the related interpretation, application and Yan Wei Min c language version.
- 2022-06-17 00:42:52下载
- 积分:1
-
矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析
矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析-matrix continually multiply problems for a number of matrix continually multiply the consumption analysis
- 2023-07-23 09:15:03下载
- 积分:1
-
A detailed book information management system, including storage, a library, que...
一个详实的图书信息管理系统,包括入库、出库,查询等功能模块,和一个简单的系统帮助文件。-A detailed book information management system, including storage, a library, query, such as function modules, and a simple system to help document.
- 2023-04-24 02:05:06下载
- 积分:1
-
仓库管理系统简单版
仓库管理系统简单版-warehouse management system simpler version
- 2022-09-06 14:50:03下载
- 积分:1
-
树形结构的逻辑和存储特点。
二叉树的遍历递归算法。
树形结构的逻辑和存储特点。
二叉树的遍历递归算法。
-tree
- 2022-04-17 06:25:26下载
- 积分:1