资源列表

« 1 2 ... .21 .22 .23 .24 .25 2026.27 .28 .29 .30 .31 ... 2656 »

[数据结构常用算法strMatch

说明:字节流的快速模式匹配算法, 具有比较详细的注释, 供开发时参考. 速度高于 strstr, 且支持字节流. -Byte stream of fast pattern matching algorithms, with detailed notes for reference when developers faster than strstr, support byte stream.
<zzz654321> 在 2024-09-29 上传 | 大小:3072 | 下载:0

[数据结构常用算法Montgomery

说明:编写的蒙哥马利算法实现,是初学者最好的学习代码。用C语言实现-Montgomery algorithm,the best code for beginners
<Liu Xuyuan> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法redisign

说明:C语言 Hash文件 使用索引 进行增删改查 有简单注释-The C language Hash file index additions and deletions to check with brief notes
<何晨立> 在 2024-09-29 上传 | 大小:315392 | 下载:0

[数据结构常用算法Haffman

说明:由随机输入的文本建立并显示哈夫曼树,求哈夫曼编码。-By random input text and display Huffman tree, seeking Huffman coding.
<张易讯> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法ListOp

说明:C,链表操作~初学C的可以看下~比较简单的-creat a list.c,reverse output a list.C
<xdm> 在 2024-09-29 上传 | 大小:2048 | 下载:0

[数据结构常用算法First_Assignment

说明:从左到右及从右到左遍历一个单链表是可能的,其方法是在从左向右遍历的过程中将连接方向逆转,如右图所示。在图中的指针p指向当前正在访问的结点,指针pr指向指针p所指结点的左侧的结点。此时,指针p所指结点左侧的所有结点的链接方向都已逆转。 (1) 编写一个算法,从任一给定的位置(pr, p)开始,将指针p右移k个结点。如果p移出链表,则将p置为0,并让pr停留在链表最右边的结点上。 (2) 编写一个算法,从任一给定的位置(pr,
<刘洋> 在 2024-09-29 上传 | 大小:4096 | 下载:0

[数据结构常用算法3f

说明:上传的都是一些导热的程序,而且都不一样。-conduct program
<王柯> 在 2024-09-29 上传 | 大小:443392 | 下载:0

[数据结构常用算法erchashujisuanqi

说明:数据结构的二叉树遍历,多功能计算器,是学习二叉树的经典案例-Binary tree traversal of the data structure, multi-function calculator, is a classic case of learning binary tree
<haofree> 在 2024-09-29 上传 | 大小:306176 | 下载:0

[数据结构常用算法erchashu

说明:二叉树各种操作的实验报告,希望共同学习进步-The experimental binary tree various operating report, hoping to learn together and progress
<a> 在 2024-09-29 上传 | 大小:54272 | 下载:0

[数据结构常用算法Circular-linked-list

说明:一个动态循环链表报数游戏,报到数的退出直到剩下最后一个。运用到了动态构建循环链表,动态删除等,是我的一个课程作业_fromUSST-A dynamic circular linked list reported that the number of games, and to report the number of exit until the last remaining one. Use to dynamically build
<haofree> 在 2024-09-29 上传 | 大小:249856 | 下载:0

[数据结构常用算法sort

说明:自己编写的几种经典的排序算法,里面有自己做的PPT详细讲解,希望有帮助吧-I have written several classic sorting algorithm, which own PPT explain in detail, I hope to help!
<> 在 2024-09-29 上传 | 大小:429056 | 下载:0

[数据结构常用算法datastruct

说明:自己写的程序,分别用C++和C实现的数据基本结构包括数组,链表,栈和队列,已经过测试,里面有详细的注释,希望与大家分享!-Write their own programs, basic data structures, including arrays, linked lists, stacks and queues respectively implemented in C++ and C, have been tested, the
<> 在 2024-09-29 上传 | 大小:2505728 | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 2026.27 .28 .29 .30 .31 ... 2656 »

源码中国 www.ymcn.org