资源列表
INFXPOST
- programm that convert infix term to postfix
quanpailie
- 本程序主要是实现数组的全排列,当用户输入一个数字串时,程序将打印出该数字串的所有组合-This program is mainly to achieve an array of full array, when a user enter a number string, the program will print out the number of strings of all the combinations
Bubblesortmethod
- 冒泡法排序,使用C++语言编写的用与实现数据结构的,冒泡法排序-Bubble sort method, using C++ language for use and implementation of data structure, the bubble sort method
preisach
- 此程序碼為preisach模型之解析法計算,其計算精度很高-This procedure code is preisach analytical model of the method, its high calculation accuracy
compare
- 這是一個比對字串的程式,可以幫忙比對java輸入的字串-This is a program for compare the string and it is suited for java.
0_1bag
- 01背包问题,用最简单的算法解决了01背包问题-01bag question
BinarySearchFirstLoc
- 在有序数组中,二分查找给定元素,返回元素出现的最小位置-Binary search in sorted array, return first location of given value
QR
- 矩阵的QR分解,包括选主元的QR分解和不选主元的QR分解-QR decomposition of the QR decomposition of the matrix, including the election of the principal component of QR decomposition and pivoting
ROOT-half
- 对玄截法求一元三次方程根进行优化,极大减少了循环次数!-On black sheet for three once basic quadratic equation root optimization
2
- 单链表的操作:已知一个有序单链表(从小到大排列),表头指针为head,编写一个算法向该单链表中插入一个元素为x的结点,使插入后该链表仍然有序。(该单链表带头结点)-Singly linked lists of operation: orderly known a singly linked list (since), the meter pointer to the head, write an algorithm to the inserted singly linked list node
del_every_nthnode
- Change Color of matrixC hange Color of matrixChange Color of matrix-Change Color of matrixChange Color of matrixChange Color of matrixChange Color of matrix
zhongzhi
- 中值滤波的算法实现过程,重点是排序,最常用的冒泡排序~~ 把滤波区间的数据从小到大进行排序,然后取中值,(如果是奇数个数据,那么中值就只有一个了,如果偶数个数据,中值有两个,可以对两个数据再求平均)-Median filtering algorithm