搜索结果

找到约 1,333 项符合 K-BEST 的查询结果

压缩解压 Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffm

Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. More information on Huffman encoding may be found at ...
https://www.eeworm.com/dl/617/206030.html
下载: 27
查看: 1035

加密解密 C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods:

C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProb ...
https://www.eeworm.com/dl/519/206151.html
下载: 50
查看: 1099

嵌入式Linux Embest S3C44B0X Evaluation Board RTC Test Example RTC Check(Y/N)? y Set Default Time at 2004

Embest S3C44B0X Evaluation Board RTC Test Example RTC Check(Y/N)? y Set Default Time at 2004-12-31 FRI 23:59:59 Set Alarm Time at 2005-01-01 00:00:01 ... RTC Alarm Interrupt O.K. ... Current Time is 2005-01-01 SAT 00:00:01 RTC Working now. To set date(Y/N)? y Current date is (2005,01,01, ...
https://www.eeworm.com/dl/653/206792.html
下载: 40
查看: 1044

其他书籍 邻接矩阵类的根是A d j a c e n c y W D i g r a p h

邻接矩阵类的根是A d j a c e n c y W D i g r a p h,因此从这个类开始。程序1 2 - 1给出了类的描述。程 序中,先用程序1 - 1 3中函数Make2DArray 为二组数组a 分配空间,然后对数组a 初始化,以描述 一个n 顶点、没有边的图的邻接矩阵,其复杂性为( n2 )。该代码没有捕获可能由M a k e 2 D A r r a y 引发的异常。在析构 ...
https://www.eeworm.com/dl/542/207781.html
下载: 49
查看: 1114

matlab例程 人工选择聚类中心

人工选择聚类中心,用k-means聚类方法对图像进行分割,效果不错的
https://www.eeworm.com/dl/665/209333.html
下载: 100
查看: 1012

邮电通讯系统 改进的Dijkstra寻径算法

改进的Dijkstra寻径算法,用来找到从源点到目的节点的前k条最短路径
https://www.eeworm.com/dl/690/211148.html
下载: 29
查看: 1069

VC书籍 经典C语言程序设计100例1-10 如【程序1】 题目:有1、2、3、4个数字

经典C语言程序设计100例1-10 如【程序1】 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去        掉不满足条件的排列。 2.程序源代码: main() { int i,j,k printf("\n") for(i=1 i<5 i++)   ...
https://www.eeworm.com/dl/686/211683.html
下载: 195
查看: 1159

加密解密 用Delphi写的一个简单的加密解密算法

用Delphi写的一个简单的加密解密算法,具体为:输入一行字符串,从第n个字符开始,没间隔k个字符取出来,然后把剩下的字符加到取出来的后面,形成密文,然后再解密
https://www.eeworm.com/dl/519/212437.html
下载: 181
查看: 1042

压缩解压 用 Matlab 编程模拟 李萨如曲线 两互相垂直的

用 Matlab 编程模拟 李萨如曲线 两互相垂直的,频率成一定整数比例关系的简谐振动合成,合振动为有一定规则的稳定的闭合曲线,称李萨如曲线。运行程序,令a=pi/3,k=3可得李萨如曲线
https://www.eeworm.com/dl/617/212600.html
下载: 147
查看: 1063

人工智能/神经网络 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(

代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系 ...
https://www.eeworm.com/dl/650/213112.html
下载: 181
查看: 1062