资源列表

« 1 2 ... .18 .19 .20 .21 .22 123.24 .25 .26 .27 .28 ... 2656 »

[数据结构常用算法C语言文件管理

说明:操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件
<葛林> 在 2025-01-11 上传 | 大小:8kb | 下载:0

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

说明:这是我学习数据结构与算法的时候编的双向链表的操作,对学习数据结构与算法的朋友有帮助-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! !
<阿的> 在 2025-01-11 上传 | 大小: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! !
<阿的> 在 2025-01-11 上传 | 大小: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.
<阿的> 在 2025-01-11 上传 | 大小:153kb | 下载:0

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

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

[数据结构常用算法UnionFind

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

[数据结构常用算法jzclass

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

[数据结构常用算法atoi

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

[数据结构常用算法PatternMatching

说明:这是计算机专业硕士生课程《算法设计与实现》中讲到的模式匹配算法的实现,并且将该算法与KMP算法进行了比较。-It was the professional degree programs, "Algorithm Design and Implementation" referred to the pattern matching algorithm implementation, and algorithm and
<孙江萍> 在 2025-01-11 上传 | 大小: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.
<方平> 在 2025-01-11 上传 | 大小: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> 在 2025-01-11 上传 | 大小:325kb | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 123.24 .25 .26 .27 .28 ... 2656 »

源码中国 www.ymcn.org