资源列表
findMedianSortedArrays
- 给定两个数组大小分别为m和n,排好了序,可能是降序也可能是升序,求两个数组所有数字的中位数,要求算法复杂度为O(m+n)。这里的中位数是如下定义的:如果总个数为偶数那么就取第n/2和n/2+1个数的平均数,例如: 两个数组分别为:[1,2] 和[1,2]那么中位数就应该是1,1,2,2的中位数,也就是:1.5(Given two array sizes, respectively, m and N, arranged in order, may be descending, or may be
Keyb
- Keyboard implementation
abpszph
- 具体功能是在当前目录下读取文本文件,然后统计词频()
Power
- 解题方法主要是利用递归和二分,具体就是把x的n次方划分成两个x的n/2次方相乘,然后递归求解子问题,结束条件是n为0返回1。因为是对n进行二分,所以算法复杂度是O(logn)。(Problem solving method is mainly the use of recursive and two points, specifically the x n side is divided into two X n/2 times multiplication, and then recursiv
4个LED显示电量
- 使用带有AD转换的单片机让4个LED显示电池电量。(Use a single chip microcomputer with AD conversion to allow 4 LED to display battery power.)
Arduino-Temperature-Control-Library-master
- This technique is intended as a work around when you have been left with a password protected PLC and the original installer has gone bust
FlowD
- 绘制流程图,然后可根据流程图计算拓扑图顺序,并按照顺序执行(According to the calculation of topological order, and in accordance with the order of execution)
7716018
- 内含直线生成的dda,中点画线算法及Bresenham算法界面美观方便实用()
新建压缩(zipped)文件夹
- bofangqiku为了开通传的opencv手册(this is book of opencv3.2)
OAPPWQI
- 具有对所有人员科研成果信息的添加,修改,删除,查询()
86205569
- 分支限界法实现货郎担问题,开发工具eclipse()
sednkv
- 分行原理编写的程序,用JAVA编写,希望对大家有所帮助,()