VideoMan is a very easy image acquisition library. It is able to manage many video inputs at the same time, such as WDM Firewire and USB cameras, Poin...
97 次下载
VideoMan is a very easy image acquisition library. It is able to manage many video inputs at the same time, such as WDM Firewire and USB cameras, Poin...
135 次下载
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义in...
168 次下载
初识java内部类提起Java内部类(Inner Class)可能很多人不太熟悉,实际上类似的概念在C++里也有,那就是嵌套类(Nested Class),关于这两者的区别与联系,在下文中会有对比。...
129 次下载
FIR滤波器的C++实现
Below are program source listings for FIR.h and FIR.cpp, the header file and class file for implementing arbitrary causal FIR filters in...
166 次下载