资源列表
DeLinkList
- 双循环链表的创建,节点的插入,节点的删除,销毁链表,清空链表-Double circular linked list is created, the node insert, delete nodes, destruction linked, empty list, etc.
data logger
- votage data logger pic16f877a microcontroller
D8
- 这是一个完整的D8算法。在VIsual Studio上实现。-the code of D8
nibolan
- 设计一个算法,将一般算术表达式转化为逆波兰表达式,并求逆波兰表达式的值。可以实现+、-、*、/和带括号的运算,如6+(7-1)*3+10/2.(C语言实现)-Design an algorithm that will generally arithmetic expression into a reverse polish expression, and the value of reverse polish expression. Can realize the+,-,*,/and (), s
4.17
- 编写一个递归算法实现: T(n)=T[n/2](向上取整)+T[n/2](向下取整)+n T(1)=1 然后用栈来模拟递归调用,重新编写一个算法. -Write a recursive algorithm implementation: T (n) = T (rounded up) [n/2]+ T n/2+ n (round down) T (1) = 1 Then use the stack to simulate the recursive call to w
calculator
- 一元稀疏多项式计算器,利用链表实现,有+- ,微分,积分,最大公因式,最小公倍式等功能-One yuan sparse polynomial calculator, use the list to achieve, there are+-* /, differentiation, integration, maximum common divisor, least common multiple functions
ds
- returns the rms delay spread
view
- 问题:设某个田径运动会共有七个项目的比赛,分别为100米、200米、跳高、跳远、铅球、铁饼和标枪。每个选手最多参加3个项目,现有六名选手参赛,他们选择的项目如表1-1所示。考虑到每个选手的参加的各个项目不能同时进行,则如何设计合理的比赛日程,使运动会在尽可能短的时间内完成? -Question: Let the race for a total of seven projects Track Meet, respectively, 100 meters, 200 meters, high jum
eemd
- EEMD源代码,能够预处理白噪声时间序列,对预测精度有很大提高,IMF的个数可以根据自己的要求来设置。-EEMD source code, can preprocessing white noise time series, the prediction accuracy is greatly improved, the IMF s number can be set according to their requirements.
xichuan
- 现有喜串定义如下。a 与b 互为喜串需满足以下两个条件之一: 1. a 和b 相同。 2. 将a 分成a1 与a2 两个等长串,b 分成b1 与b2 两个等长串,其子串需满足以下两个条件之一: a) a1与b1互为喜串且a2 与b2 互为喜串。 b) a1与b2互为喜串且a2 与b1 互为喜串。任务: 判断给定的两个串是否互为喜串-Hi existing string defined below. a and b mutually hi string must meet one o
TelephoneServiceSystem
- 一个模拟时钟提供接听电话服务的时间(以分钟计),然后这个时钟将循环地自增1(分钟),直到到达指定的时间为止。 在时钟的每个“时刻”,就会 ——执行一次检查来看看当前电话的服务是否已经完成, 如果是,这个电话从电话队列中删除,模拟服务将从队列中取出下一个电话(如果有)继续开始。 ——同时还需要执行一个检查来判断是否有一个新的电话到达, 如果有将其到达的时间记录下来,并为其产生一个随机服务时间,这个服务时间也被记录下来,然后将这个电话放入电话队列中, 当客户服务人
Dijkstras
- Python implementation of Dijkstra s Algorithm
