-
信息论LD编码解码
信息论LD编码解码-LD codec information theory
- 2023-06-18 19:15:03下载
- 积分:1
-
用C开发的莱文森算法
用C开发的莱文森算法-the c levinson algorithm
- 2022-12-03 19:30:08下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1
-
日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等...
日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等-Tool functions for calculating datetime. they can calculate days and mseconds form the year 0000, also plus, minus,and comparate of datetime
- 2023-05-17 09:30:02下载
- 积分:1
-
问题:小明的家里有五口人,他们排成一排照相,那么一共有多少种排法呢,你能不能把所有的排法写出来?...
问题:小明的家里有五口人,他们排成一排照相,那么一共有多少种排法呢,你能不能把所有的排法写出来?
-: Xiao Ming is the home of five, they line up a row of photographs, and then a row the total number of species law, um, You can put all the scheduling was made?
- 2023-02-26 00:55:04下载
- 积分:1
-
实现md5算法。用c/c++实现的md5算法。想研究md5算法的可以下载。...
实现md5算法。用c/c++实现的md5算法。想研究md5算法的可以下载。-Realize md5 algorithm. With c/c++ Realize the md5 algorithm. Md5 algorithm would like to study can be downloaded.
- 2022-02-16 05:11:38下载
- 积分:1
-
红黑树算法实现
红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。它是在1972年由Rudolf Bayer发明的,他称之为"对称二叉B树",它现代的名字是在 Leo J. Guibas 和 Robert Sedgewick 于1978年写的一篇论文中获得的。它是复杂的,但它的操作有着良好的最坏情况运行时间,并且在实践中是高效的: 它可以在O(log n)时间内做查找,插入和删除,这里的n 是树中元素的数目。
- 2022-01-25 23:40:23下载
- 积分:1
-
digital watermarking technology procedures set with a full
数字水印技术处理程序集合,具有功能全,卡发好-digital watermarking technology procedures set with a full-featured, a good card
- 2022-05-10 13:17:29下载
- 积分:1
-
apriori挖掘算法
Apriori算法的Matlab实现 可以自动生成关联规则,计算支持度、置信度
- 2023-04-17 22:35:04下载
- 积分:1
-
一个可分解上万阶稀疏矩阵的SVD算法
一个可分解上万阶稀疏矩阵的SVD算法-a million bands on the sparse matrix of SVD algorithm
- 2022-12-19 12:20:03下载
- 积分:1