资源列表

« 1 2 ... .26 .27 .28 .29 .30 531.32 .33 .34 .35 .36 ... 2656 »

[数据结构常用算法Data_Struction_sort_search

说明:数据结构作业。 排序和数据检索比较演示程序。 图形界面。-data structure operations. Sequencing and comparison data retrieval demonstration program. Graphical interface.
<张钊宁> 在 2025-01-24 上传 | 大小:392kb | 下载:0

[数据结构常用算法matrix_compute_signal_processing

说明:讨论的矩阵运算包括矩阵转置、矩阵向量相乘、矩阵乘法、矩阵分解以及方阵求逆等。特别适合C语言的实现。-Discussion of matrix operations including matrix transpose, matrix vector multiplication, matrix multiplication, matrix factorization and matrix inversion, etc.. Particul
<郑耀> 在 2025-01-24 上传 | 大小:392kb | 下载:0

[数据结构常用算法Linked_List

说明:linked_list的简单实现 数据结构的经典问题 -linked_list simple data structure to achieve a classic problem
<胡元栋> 在 2025-01-24 上传 | 大小:394kb | 下载:0

[数据结构常用算法traveller

说明:本程序是算法设计的经典问题,采用分支限界发解决旅行商问题-This program is a classic algorithm design problem, using branch and bound fat Traveling Salesman Problem
<> 在 2025-01-24 上传 | 大小:394kb | 下载:0

[数据结构常用算法Life

说明:数据结构Life程序的测试 数据结构与程序设计书籍源码 -Life test program data structures data structures and program design source books
<z> 在 2025-01-24 上传 | 大小:393kb | 下载:0

[数据结构常用算法Queen

说明:八皇后问题优化解答,C++源代码上传,较为优化的算法实现-Question of 8-Queens, source code
<赵博> 在 2025-01-24 上传 | 大小:394kb | 下载:0

[数据结构常用算法Maze

说明:数据结构课程设计,利用堆栈求解迷宫路径的演示程序.能够演示如何求解迷宫图形化程序,采用MFC编写.-Data structure course design, the use of the path stack demo program to solve the maze. To demonstrate graphically how to solve the maze procedure, the use of MFC to writ
<fengwuyu> 在 2025-01-24 上传 | 大小:393kb | 下载:0

[数据结构常用算法shujujiegousuanfa

说明:第一章 ◆ 数据:指能够被计算机识别、存储和加工处理的信息载体。 ◆ 数据元素:就是数据的基本单位,在某些情况下,数据元素也称为元素、结点、顶点、记录。数据元素有时可以由若干数据项组成。 ◆ 数据类型:是一个值的集合以及在这些值上定义的一组操作的总称。        在高级语言程序中又分为:非结构的原子类型和结构类型 ◆ 抽象数据类型(ADT):是指一个数学模型以及定义在该模型上的一组操作。        一个抽
<LM7> 在 2025-01-24 上传 | 大小:393kb | 下载:0

[数据结构常用算法C_search

说明:数据结构中各种经典查找算法的详细介绍,包括二叉排序树等-Find a variety of classic data structure algorithms described in detail, including the binary sort tree, etc.
<王晓文> 在 2025-01-24 上传 | 大小:393kb | 下载:0

[数据结构常用算法LINKQUEUE

说明:实现了数据结构中的链式队列的操作,学习数据结构的朋友可以下载-Data structure to achieve the operation of the chain of the queue, a data structure of a friend can be downloaded learning
<姚永光> 在 2025-01-24 上传 | 大小:393kb | 下载:0

[数据结构常用算法1211

说明:Descr iption 给出一棵二叉树的结构,判断这棵二叉树是不是完全二叉树。必须使用二叉树类实现。 Input Format 输入文件一共包含N+1行。 第一行含有一个正整数N,代表树中结点总数。 第二行到第N+1行,每行包含二个整数。其中第i行的二个整数Pi,Qi,代表结点i的左孩子为Pi,右孩子为Qi。若Pi=0,则表明结点i没有左孩子。同样的,若Qi=0,则表明结点i没有右孩子。(第i行指
<zan> 在 2025-01-24 上传 | 大小:393kb | 下载:2

[数据结构常用算法operation

说明:用栈实现表达式求值,将中缀表达式转换成后缀表达式-Use the stack to uate the expression and convert the infix expression into a suffix expression
<任何> 在 2025-01-24 上传 | 大小:393kb | 下载:0
« 1 2 ... .26 .27 .28 .29 .30 531.32 .33 .34 .35 .36 ... 2656 »

源码中国 www.ymcn.org