资源列表
mcu_pid_c_program
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-using SCM as the control cpu, please slight
dkomdriver
- ntrootkit 驱动类 隐藏驱动模块-ntrootkit driven category hidden drive module
uSendStrMsg
- 多线程编程的时候,有时候会向界面发送大量日志信息,但是在线程里操作界面会造成死锁等怪现象,基于此,开发了此类,用来在线程里发送字符串信息,支持扩展信息。使用时SendMsg为发送消息,Pointer可传入扩展信息的内存指针,TStringMsgObj的创建函数传入显示消息回调及释放扩展信息回调,没有扩展信息可不传释放回调-Multi-threaded programming, sometimes a lot of log information sent to the interface, bu
ComparisonComparer
- utomatically delete tq
Design_template
- To implement design template pattern.
goldIssuse
- 关于算法设计中金币阵列问题的实现程序,算法复杂度较低-Algorithm design in gold on the issue of implementation of procedures for the array, the algorithm complexity is low
rilidaima
- 漂亮的日历代码,网上很难找的,大家可以看下啊,顶下吧-Beautiful calendar code, online hard to find, and we can Kanxia ah, top bar, under
strCpy
- String copy functions for a variety of source
linux-send-UDP-packet
- Linux环境下,网络发包器,能发送UDP数据包。-send UDP packet using Linux environment
CISBitmap
- VC中的位图变透明类代码 基于Cbitmap派生,VC++编程学习源码,很好的参考资料。-VC bitmap transparent code based on the Cbitmap derived class, learning VC++ programming source code, a good reference.
Energy_detector_t
- energy detection is the most common type of spectrum sensing because it is easy to implement and requires no prior knowledge about the primary signal
tree
- C语言二叉树三种遍历算法及其广义表表示 VS2012编写 基于先序遍历的构造算法:输入是二叉树的先序序列,但必须在其中加入虚结点以示空指针的位置。假设虚结点输入时用’.’字符表示。 分别利用先序遍历、中序遍历、后序遍历所建二叉树-Three kinds of C language binary tree traversal algorithm and generalized table said visual programming based on first order traversal