资源列表
stack-and-queue-algorithms
- 基于严蔚敏版的数据结构的自己编写的栈和队列的c语言源码-Yan Wei-min version of the data structure to write your own stack and queue c language source code
data-structure-of-string-algorithm
- 数据结构的串的块存储算法的C语言编写的源码-Block storage data structure of string algorithm in C language source
16queen
- 16皇后问题比较好的解决方法,时间复杂度较低-A better solution, the time complexity of the 16-queens problem
integration
- 用链表作为数据结构对多项式进行单重积分或双重积分-use link list as the data structure to do the single integrate or double integrate
Data-Structures-Source-Code
- This Is Data Structure programme
communication-system
- 简单通信系统流程(通信系统接收机用matlab实现的简单过程)-Simple communication system processes
SAGA
- Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。该算法名称以创始人之一、1978年图灵奖获得者、斯坦福大学计算机科学系教授罗伯特·弗洛伊德命名。-Floyd algorithm, also known as Freud algorithm, the insertion point method is an algorithm used to find the shortest path between vertices given weighted g
csc2009
- ACM算法题集解题报告(包含题目,算法,代码,很有用的资源)-The the ACM algorithms title set problem solving report (including title, algorithm, code, useful resources)
duilie
- 1.定义顺序队列类型,实现队列的所有基本操作。 2.定义链队列类型,实现队列的所有基本操作。 3.将字符串转换为整形,例如将“123”转换为int型的123。 -Define the order of the queue type, all the basic operations of the queue. Definition the chain queue types, all the basic operations of the queue. Will convert a
shunxubiao
- 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2.写一个函数,建立并显示含有n个整数的顺序表 3.写一个函数,实现对有序表(非递减)插入一个元素的功能 4.写一个函数,实现两个有序(非递减)表合并生成新的有序表的功能 -1. Achieve the basic operation of the sequence table, including the initialization sequence tab
zhan
- 1.定义顺序栈类型,实现栈的所有基本操作。 2.定义链栈类型,实现栈的所有基本操作。 3.应用栈实现数制的转换。 -1 defined sequence stack type stack all the basic operations. 2. Define the type of chain stack, the stack of all the basic operations. Application stack number system conversion.
erweiwenliyingshe
- 用二维纹理映射方法,生成并显示将一幅图像表示的颜色纹理映射到一个物体(如立方体、球体)-2D texture mapping method, to generate and display an image representation of the color texture mapped to an object (such as cubes, spheres)
