资源列表
Queue
- 队列是一种特殊的线性表,特殊之处在于它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作,和栈一样,队列是一种操作受限制的线性表。进行插入操作的端称为队尾,进行删除操作的端称为队头。(The queue is a special linear list, and the special thing is that it only allows the deletion of the front end of the table (front), and the in
dcmot0
- direct curent motor in matlab
dcmotpos
- CASCADE POSITIONAL CONTROL OF A DC MOTOR
dcpwm1
- This demo simulates the running of a DC motor with PWM (unipolar) excitation
monkey
- 猴子选大王c++实现:n只猴子围坐成一个圈,按顺时针方向从1到n编号。然后从1号猴子开始沿顺时针方向从1开始报数,报到m的猴子出局,再从刚出局猴子的下一个位置重新开始报数,如此重复,直至剩下一个猴子,它就是大王。(N monkey sitting around in a circle, numbered from 1 to n clockwise.Then start from 1 monkeys along the clockwise direction starting from 1 cou
qixeh-first-flow
- 算法中一个经典问题:背包问题的优先队列算法实现,()
EyelidDetection
- 给定一幅眼部图像,定位瞳孔和眼睑位置,并在图中绘制出来。(Given an eye image, locate the pupil and eyelid position, and draw it in the graph)
ProfessionalNetwork
- .NET高级教程源代码,自己写的,只是部分代码(ProfessionalNetwork,Use c# and vs2015)
elecfans.com-mcu-wnl
- 单片机万年历制作LED ds1302 at89c51(sfdmgfdlbnfdlkbnfklbngflbkflbdld)
bin
- 基于LMS算法的自适应滤波器用于滤除心电信号中的50Hz干扰(An Self-Adaptive Filter Based On LMS Algorithm for Filtering 50Hz Interference in ECG Signal)
QE自动源码能生成没修复源码
- QE游戏修改器的自动附加源码,可以适应所有小游戏单机游戏的修改操作,包括大型网游,当然需要你破开游戏保护驱动。(QE game modifier automatically additional source code, you can adapt to all small game stand-alone game modification operations, including large-scale online games, of course, you need to break
二叉树的实现
- 给出了在全线索二叉树中插入结点和二叉树的算法,然后阐述了这种运算的特点。(This paper gives the algorithms inseting root-node and binary tree in all threaded binary tree.)