资源列表

« 1 2 ... .12 .13 .14 .15 .16 1517.18 .19 .20 .21 .22 ... 2656 »

[数据结构常用算法my_hash_table

说明:数据结构知识的扩展,链表,二叉树的运用,用c++语言编写,在vc++6.0里面调试成功,可用于初学者或有基础的编程爱好者提高水平。-The expansion of knowledge of data structures, linked lists, binary use with c++ language, which in vc++6.0 debugging success for beginners or enthusiasts raise their standards-based p
<覃伟> 在 2025-06-17 上传 | 大小:15kb | 下载:0

[数据结构常用算法telephone_book

说明:电话簿代码。数据结构知识的扩展,链表,二叉树的运用,用c++语言编写,在vc++6.0里面调试成功,可用于初学者或有基础的编程爱好者提高水平。-Phone book code. The expansion of knowledge of data structures, linked lists, binary use with c++ language, which in vc++6.0 debugging success for beginners or enthusiasts raise
<覃伟> 在 2025-06-17 上传 | 大小:288kb | 下载:0

[数据结构常用算法data-structure-code

说明:此源码包含了数据结构里面的所有特点,线性表,栈,队列,串,二叉树,图,查找,排序等,给出了详尽的代码及注释,相信会对朋友们有点帮助。-This source contains all the features of the data structure inside, linear tables, stacks, queues, strings, binary tree, graph, search, sort, etc., gives a detailed code and comments,
<覃伟> 在 2025-06-17 上传 | 大小:840kb | 下载:0

[数据结构常用算法insert

说明:数据结构无头结点的插入 用于数据结构课程的学习 进行插入节点操作-Data structure without a head node insert
<李祥> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法dfs3

说明:图的深度优先搜索算法,图的存储采用数组来模拟邻接表。-Graph depth-first search algorithm, Figure storage array used to simulate the adjacency table.
<zzc> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法Sudoku-dengqiong

说明:数独~~1、嵌套循环(最简单的行代码就解出来一个解) 2、深度优先搜索(将数独作为树节点,建立深度优先搜索树,也是只解一个解) 还有关于这个的设计~~~ -Sudoku- ~ 1, nested loops (the most simple lines of code out a solution on the solution) 2, depth-first search (to Sudoku as a tree node, to establish the depth-fi
<Dairy Queen> 在 2025-06-17 上传 | 大小:3.35mb | 下载:0

[数据结构常用算法pai-xu

说明:利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。-Generated using random function of N random integers (20000), the number of these sort a variety of methods.
<武朝阳> 在 2025-06-17 上传 | 大小:31kb | 下载:0

[数据结构常用算法1

说明:1.定义线性表的链式存储结构 2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。 -1. Define the linear form of the chain store structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, dest
<武朝阳> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法yy2

说明:1.定义顺序栈的数据结构 2.编写函数实现的栈的初始化、入栈、出栈、判断栈是否为空的算法,并应用与表达式的括号匹配检测。 3.定义队列的链式数据结构 4.编写函数实现链队列的入队列、出队列算法 -1. Stack data structure defines the order of 2. Write a function to achieve the stack initialization, stack, stack, to determine the stack is em
<武朝阳> 在 2025-06-17 上传 | 大小:180kb | 下载:0

[数据结构常用算法yy3

说明:1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配 -1. Defined string stored in the order structure. 2. To achieve the initialization string write function, distribution, taking substring algorithm 3. Write function according to string patter
<武朝阳> 在 2025-06-17 上传 | 大小:182kb | 下载:0

[数据结构常用算法yy4

说明:1.定义二叉树的链式数据结构。 2.编写函数,创建下图所示的二叉树。 3.编写函数输出二叉树的先序、中序、后序遍历。 -1. Binary tree data structure defined chain. 2. Write a function to create the binary tree shown below. 3. Write a function of the first binary output sequence, in order, the order
<武朝阳> 在 2025-06-17 上传 | 大小:173kb | 下载:0

[数据结构常用算法7

说明:编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 -Write C++ program performs the following functions: (1) simple phone book function, with
<yaoy92> 在 2025-06-17 上传 | 大小:2kb | 下载:0
« 1 2 ... .12 .13 .14 .15 .16 1517.18 .19 .20 .21 .22 ... 2656 »

源码中国 www.ymcn.org