资源列表

« 1 2 ... .42 .43 .44 .45 .46 2547.48 .49 .50 .51 .52 ... 2656 »

[数据结构常用算法凯撒密码

说明:凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code
<寒修末 > 在 2024-12-26 上传 | 大小:781kb | 下载:0

[数据结构常用算法C++链表模板

说明:编写了一个链表的模板,方便需要的人移植调用等,简单易懂(Write a list of templates, convenient for people to transplant, call, etc., easy to understand)
<wind1 > 在 2024-12-26 上传 | 大小:2.68mb | 下载:0

[数据结构常用算法ConsoleApplication7

说明:涵盖了多个查找算法,能够实现对数据的查找(this is a algorithm that it can be use to search something you want to find in a group data)
<aaa12 > 在 2024-12-26 上传 | 大小:1.68mb | 下载:0

[数据结构常用算法纯c语言实现卡尔曼滤波

说明:完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)
<namuelsa > 在 2024-12-26 上传 | 大小:234kb | 下载:0

[数据结构常用算法快速排序

说明:选取一个关键码key,一趟排序将要排序的数据分割成独立的两部分,key前的元素都小于key, 靠后的都大于key, 然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(Select a key key, the two part of a sort to sort the data into independent, key elements are less than key, la
<美好时代 > 在 2024-12-26 上传 | 大小:5kb | 下载:0

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

说明:给定一个带权的无向连通图,如何选取一棵生成树,使树上所有边上权的总和为最小(Given a weighted undirected connected graph, how to select a spanning tree to minimize the sum of all the upper bounds on the tree)
<art hong > 在 2024-12-26 上传 | 大小:553kb | 下载:0

[数据结构常用算法KMP

说明:KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。(KMP algorithm is an improved string matching algorithm, discovered by D.E.Knuth, J.H.Morris and V.R.Pratt simultaneously, so people
<法师学徒 > 在 2024-12-26 上传 | 大小:11kb | 下载:0

[数据结构常用算法成绩的ABC等级

说明:C语言数据结构教学,统计各门课程各分数段人数,并按总成绩排序(C language data structure teaching, statistics of each course, the number of scores, and according to the total score sort)
<guxia7 > 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Heap

说明:数据结构中堆结构,数据结构包含各种结构,包括各种树形结构,以及图等等(Data structure heap structure)
<G先生 > 在 2024-12-26 上传 | 大小:5.02mb | 下载:0

[数据结构常用算法file

说明:将图的数据写入文件并构造邻接矩阵,求出单源点到其他顶点的最短路径(The data of the graph is written into the file and the adjacency matrix is constructed, and the shortest path from the single source point to the other vertex is found)
<111黎黎 > 在 2024-12-26 上传 | 大小:2kb | 下载:0

[数据结构常用算法Exp_Jos

说明:数据结构中的实验,约瑟夫问题,C++实现(Data structure in the experiment, Joseph problem, C ++ implementation)
<FishHere > 在 2024-12-26 上传 | 大小:4.59mb | 下载:0

[数据结构常用算法Express2

说明:数据结构实验,四则运算表达式,C++实现(Data structure experiment, four operation expression, C ++ implementation)
<FishHere > 在 2024-12-26 上传 | 大小:22kb | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 2547.48 .49 .50 .51 .52 ... 2656 »

源码中国 www.ymcn.org