-
It s a simple Parser That calculates mathematic operations.You give an input and...
It s a simple Parser That calculates mathematic operations.You give an input and it starts the calculation by showing you the parsing operation in real-time.
- 2022-10-05 22:30:02下载
- 积分:1
-
语音编解码代码库_C语言
详细说明:基于DSP的用C语言实现语音编码解码,能完成基本的语音编码解码功能
C language voice codecs based on DSP,that can complete basic voice codec functions
- 2022-01-22 02:45:44下载
- 积分:1
-
求串的长度算法的实现
求串的长度算法的实现-Series for the length of the algorithm to achieve
- 2022-08-12 09:11:08下载
- 积分:1
-
在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其...
在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and the frequent association rules is the area of data mining the most fundamental and important issues. Most of the early studies used a similar Apriori algorithm for the selection of candidates and test-iterative way was costly, particularly mining the rich patterns and long model, Jiawei Han proposed a novel data structure FP_tree and on the basis of their FP_growth algorithm used effectively the model for long and rich patterns of excavation. This paper discussed the FP_growth algorithm on the basis of the Visual C of the algorithm, and the preparation procedure of the algorithm.
- 2023-01-10 12:20:03下载
- 积分:1
-
数据结构之图的基本操作
该程序主要介绍了图的基本操作,使用C语言编写的,主要包括如何建立一个图,进行图的深度优先搜索和广度优先搜索,求图的最小生成树,打印出图的节点,删除图的节点和边
- 2022-04-27 07:53:12下载
- 积分:1
-
完整的磁盘文件排序源程序,非常实用的vc源代码
完整的磁盘文件排序源程序,非常实用的vc源代码-integrity of the disk ranking source document, very useful vc source code
- 2022-07-12 00:03:15下载
- 积分:1
-
在 java 中的 rsa algoritham
/*
rsa.c = 演示 os RSA 公钥加密
此代码使用小 (即坏) 素数,减少了 ASCII
大写发信给 1、 2、 3 等......,并加密每个字符
独立。这会导致腐烂安全,但是保持
足够小,而无需使用复杂的算法计算的数字。
此代码还不计算逆有效 (在
感兴趣的明确代码),并挑选一个小的固定的加密
键,而不是一个随机。
值得一提的这种方法的强度是
它是很难计算从 e 和 n d。这反过来取决于
在 n 上被硬到的因素。这就是为什么您应使用巨大的素数,
不是 3、 5、 7、 11 或其他小的素数。
写 2006 年 10 由韦恩狭鳕,美国佛罗里达坦帕。
[示例通过从"加密和数据安全"第 104 页
由多萝西 Denning,(C) 1982年艾迪生 - 韦斯利]。
*/
- 2022-03-22 15:36:30下载
- 积分:1
-
Maxor Algorithm
Polimorpich文件加密系统。用delphixe2编程。在没有代码注释的情况下,不要使用AES、rijndael等。
- 2022-08-12 08:20:08下载
- 积分:1
-
ARTMAP的MATLAB工具箱
ARTMAP的MATLAB工具箱-ARTMAP MATLAB Toolbox
- 2022-08-17 06:50:39下载
- 积分:1
-
linked stack c++
C++代码,具有顺序栈和链栈的实现过程。主函数中有例程顺序栈被定义为一个结构类型,它有两个域data和top。data为一个一维数组,用于存储栈中元素,DataType为栈元素的数据类型。top为int型,它的取值范围为 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-12 16:45:03下载
- 积分:1