资源列表
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)
New-folder
- 数据结构: node class,binarytree class, queue class,linked list class,ordered list cla-Data structure: node class, binarytree class, queue class, linked list class, ordered list class
bucket-sort
- 桶排序,visual C++编程,有注释-bucket sort in visual c++
tree
- 数据结构,图的遍历,深度优先遍历,广度优先遍历。-Data structures, graph traversal, depth-first traversal, breadth-first traversal.
yy
- 把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* &
生产者消费者问题
- 操作系统课程设计中模拟生产者消费者问题的程序.
