资源列表
Bisect
- 这是一个用java语言编写的,用二分法求解某个函数在某个指定区间上的根,方便实用。-This is a java language used by solving a dichotomy at a designated function on the root zone, convenient and practical.
romberg
- 在理解龙贝格算法的基础上,利用MATLAB软件使这种算法程序实现。并以解决一个求解积分题目为直接目的,检验程序的正确性与可行性,推广至同一类型求积公式的解决中。-Understand the basis of the Romberg algorithm, this algorithm program using MATLAB software. And solve the integral subject to solve a direct purpose, the correctness an
DIJKSTRA
- Dijkstra s algorithm.For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex.
Findsum
- 数据结构作业I解答。关于数组搜索的问题,搜索是否为两个先前出现过的元素之和-I answer data structure operations. Array of questions about the search, the search is for the two previously seen for the elements in
DS01
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to the link at the size of data fi
number1
- 列主元Gauss消去法解线性方程组Ax=b-Out the main element Gauss elimination method of solving linear equations Ax = b
AddressBook
- 数据结构用C语言编写通讯录管理系统任务:通过此系统可以实现如下功能..录入:录入新的通讯信息(包括姓名、通讯地址、邮编、联系电话)查询:可按照姓名进行查询相关信息修改:可修改相关信息-Data structure book using C language task management system: This system can be achieved through the following functions .. entry: entry of new communications
fliter
- 使用滤波器对一个对带噪声的正弦信号进行平均值滤波-Use the noise filter with an average value of the sinusoidal signal filtering
Haffman
- 哈弗曼编码 想必不用解释太多了吧 就是哈夫曼树啦-哈弗曼编码 想必不用解释太多了吧就是哈夫曼树啦
01pack
- 用C语言实现的01背包的动态规划算法,简单易懂-Dynamic programming algorithm C language 01 backpack, easy to understand
traverse-postfix-to-prefix
- To create a expression tree and traverse postfix to prefix and infix.
Odd-Even-Linked-List
- 将链表中位置为奇数的数字接到所有位置为偶数的数字后面,且不能改变其相对顺序-Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the value in the nodes.
