资源列表
8_15
- 输入职工序号和姓名; 实现按职工号由大到小排序,职工姓名也随之改变; 运用折半查找法找出职工姓名;
zidian_shu
- 高效的字符串查找数据结构,所须查找的长度和字符串的数量没有关系, 只和待查的字符串的长度有关。而一般的字字符串查找的时间复杂度为常数级别。
two_directon_BFS
- 双向BFS搜索算法,是针对acm.hdu.edu.cn上1401题所实现的代码,效率非常高。
chuancaozuo
- 实现串的两个操作。从串s中删除所有和串t相同的子串和从串s中删除所有和串t相同的子串。-Operation to achieve the two strings. S from the string and remove all the same string substring t and s from the string and remove all the same string substring t.
shujujiegou
- 数据结构课程,里面有冒泡法排序,八皇后,斐波那契序列等程序-Data structure courses, there are bubble sort method, eight Queen' s, Fibonacci sequences, such as procedures
FindMax
- 求矩阵的最大值 有一个整型二维数组,大小为m行n列,要求分别找出其中最大值所在的行和列,以及该矩阵中的最大值。 要求: 1.编写自定义函数MaxVal 函数的原型为:int MaxVal(int arr[][N], int *m, int *n) 功能: 数组中最大元素的值通过MaxVal函数的返回值传递给主函数,最大元素的行值和列值分别通过m和n传递给主程序相应的变量。 2.main主函数的功能 (1)变量定义 (2)输入数组各元素的值 (3)以二维矩阵
jinghangjia
- 银行家算法,
lian-biao
- task链表:实现简单的一些链表创建等使用功能。-lian biao.
my-data
- matlab程序,实现串口的数据采集,以及数据分析好显示-matlab program to achieve serial data acquisition, and data analysis Good Show
GA_x2
- 遗传算法源程序,有利于理解遗传算法的步骤及使用-Genetic algorithm source code, help understand the steps and the use of genetic algorithms
Distance
- 基于RSSI的测距定位算法,可以直接自己写demo然后进行测试,十分的方便-RSSI-based distance positioning algorithm can write your own demo and then test, very convenient
CI_of_std_bootstrap.m
- compute the CI of std by using bootstrap