资源列表

« 1 2 ... 87 88 89 90 91 9293 94 95 96 97 ... 2656 »

[数据结构常用算法双向链表

说明:这是我学习数据结构与算法的时候编的双向链表的操作,对学习数据结构与算法的朋友有帮助-This my learning algorithm and data structure of the time series of the two-way linked list, the operation of the learning algorithm and data structure of friends to help! !
<阿的> 在 2024-11-20 上传 | 大小:153kb | 下载:0

[数据结构常用算法队列操作

说明:这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !
<阿的> 在 2024-11-20 上传 | 大小:149kb | 下载:0

[数据结构常用算法树操作

说明:这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
<阿的> 在 2024-11-20 上传 | 大小:153kb | 下载:0

[数据结构常用算法MD5加密的C++类

说明:这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果
<俞训峰> 在 2024-11-20 上传 | 大小:4kb | 下载:0

[数据结构常用算法UnionFind

说明:这是研究生课程计算方法与技术中讲到的UnionFind算法的具体实现代码。-This is the post-graduate courses and technical calculation method described in UnionFind algorithm to achieve the specific code.
<孙江萍> 在 2024-11-20 上传 | 大小:207kb | 下载:0

[数据结构常用算法Prime

说明:这是研究生课程计算方法与技术中讲到的Prime算法的具体实现,相信学这个课的同学都会感兴趣的。-This is the postgraduate courses calculation methods and technologies referred to the Prime algorithm to achieve specific, I believe that this course of study students will
<孙江萍> 在 2024-11-20 上传 | 大小:163kb | 下载:0

[数据结构常用算法jzclass

说明:改进的矩阵操作类,增加了诸如对矩阵任意行/列的存取,矩阵的积分图像的计算等-improved matrix operations, such as the right to increase the matrix arbitrary line/column access, image matrix of the integral calculation
<胡文静> 在 2024-11-20 上传 | 大小:16kb | 下载:0

[数据结构常用算法atoi

说明:这是一个字符串到整型的转换,在很多程序设计中,这个小模块被频繁使用到。-This program implements the transformation of string to integer.This module is often used in many other program.
<孙江萍> 在 2024-11-20 上传 | 大小:179kb | 下载:0

[数据结构常用算法PatternMatching

说明:这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。-It was the professional degree programs, "Algorithm Design and Implementation" referred to the pattern matching algorithm implementation, and algorithm and
<孙江萍> 在 2024-11-20 上传 | 大小:311kb | 下载:0

[数据结构常用算法szpmatrix

说明:矩阵常见算法,C++实现的类,这是个下载的公用类如果侵犯了您的权利,请告诉我。-This class implements some usual operation about matrix.If this pragram being put on the internet infringe upon your right,please tell me.
<方平> 在 2024-11-20 上传 | 大小:4kb | 下载:0

[数据结构常用算法三种模式匹配算法的比较

说明:Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
<lxr> 在 2024-11-20 上传 | 大小:325kb | 下载:0

[数据结构常用算法最小生成树prim算法

说明:最小生成树的prim算法 是求图中的最短路径的一个重要算法 但是是O(n2)复杂度的一个算法-minimum spanning tree algorithm is the prim map for the shortest path algorithm of an important but is O (n2) of a complex algorithm
<袁文> 在 2024-11-20 上传 | 大小:3kb | 下载:0
« 1 2 ... 87 88 89 90 91 9293 94 95 96 97 ... 2656 »

源码中国 www.ymcn.org