资源列表

« 1 2 ... .25 .26 .27 .28 .29 2330.31 .32 .33 .34 .35 ... 2656 »

[数据结构常用算法CycleList

说明:c语言编写循环链表基础操作,用codeblocks调试可行,包含初始化,求长度,找节点,约瑟夫/升级版约瑟夫(带密码),拉丁方阵,魔术师发牌问题,详细见小甲鱼数据结构视频。-c language circular list-based operation, with codeblocks debugging feasible, including initialization, seeking length, looking for n
<happymystery> 在 2024-11-15 上传 | 大小:36kb | 下载:0

[数据结构常用算法c

说明:本次试验的主要要点是哈夫曼树的建立过程,这种算法的思路是: 1)依据给定的n个权值{W0,W1,……,Wn-1}构造n棵只有一个根结点的二叉树,这些二叉树组成一个森林F={T0,T1,……,Tn-1}。 2)在森林F中选取两棵根结点的权值最小的二叉树作为左、右子树合并成一棵新的二叉树,这棵新的二叉树的根结点的权值等于其左、右子树根结点的权值之和。这样一来,森林中就减少了一棵树。 3)重复上一步,直到森林F中只有一棵二叉树为止
<张学阳巨蟹> 在 2024-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法Wood-polished-to-achieve

说明:木柴抛光的实现,分析源数据存储结构,使用二次排序。借此将最小的抛光时间计算出来。-Firewood polished implementation, analysis of the source data storage structure, the use of a secondary sort. Whereby the minimum polishing time calculated.
<saber> 在 2024-11-15 上传 | 大小:3mb | 下载:0

[数据结构常用算法Vigenere

说明:C语言编写双向循环链表26字母维吉尼亚加密解密,用codeblocks测试通过,见小甲鱼数据结构视频第22集。-C language bi-circular list 26 letters Virginia encryption and decryption, using codeblocks tested, see a small turtle data structure of the video the first 22 epis
<happymystery> 在 2024-11-15 上传 | 大小:44kb | 下载:0

[数据结构常用算法m_files_4

说明:Today, there is almost no area of technical endeavor that is not impacted in some way by digital image processing.We can cover only a few of these applications in the context and space of the current discussion. Howe
<mehdi> 在 2024-11-15 上传 | 大小:120kb | 下载:0

[数据结构常用算法SpatialAnalysis

说明:简单的空间查询功能,可以为初学者提供帮助。-Simple spatial query function, can provide help for beginners.
<Gavin> 在 2024-11-15 上传 | 大小:270kb | 下载:0

[数据结构常用算法BigNum

说明:非常实用的一个高精度数据结构代码,同时也定义了一些其他重要的数学运算,适合密码学使用。-Very practical one high-precision data structure of the code, but also defines a number of other important math, for the use of cryptography.
<CZG> 在 2024-11-15 上传 | 大小:1.75mb | 下载:0

[数据结构常用算法hhhhhk

说明:finds faces amd eyes
<danman183> 在 2024-11-15 上传 | 大小:194kb | 下载:0

[数据结构常用算法3dmax-and-vc-and-opengl-two

说明:3dmax模型导入到用opengl库和c++实现的小场景中,有两个房子,屋顶是树叶,可以在房子内外漫游,用microsoft visiual studio 2008打开-3dmax model into the library and c++ with opengl achieve a small scene, there are two houses, roof leaves, you can roam the house and o
<fay> 在 2024-11-15 上传 | 大小:11.28mb | 下载:0

[数据结构常用算法EightCode_BFS

说明:用广度优先遍历实现八数码的自动求值,写出到文件,从文件读入时有小问题-Breadth-first traversal is used to implement the eight digital automatic evaluation, to write to a file, read from the file have a little problem
<w> 在 2024-11-15 上传 | 大小:1.23mb | 下载:0

[数据结构常用算法Constant

说明:A* 算法实现(有字符界面)方便初学者学习,理解算法过程-A star algorithm implementation by java
<eric> 在 2024-11-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法BoyerMoore

说明:java 实现的BoyerMoore算法-BoyerMoore algorithm implementation by Java
<eric> 在 2024-11-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .25 .26 .27 .28 .29 2330.31 .32 .33 .34 .35 ... 2656 »

源码中国 www.ymcn.org