utility+class
utility+class技术资料下载专区,收录411份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
utility+class 全部资料 411 份
基于EPC Class-1 Gen-2标准的防冲突算法与改进
针对RFID读写器识别多标签过程中出现的冲突问题,研究并实现了EPC Class-1 Gen-2标准中的防冲突算法,即时隙随机算法(SR算法),同时针对SR算法的不足提出改进算法。改进算法采用不避让冲
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. T...
This a set of notes I put together for my Computer Architecture class in 1990. Students had a proje
This a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had...
DNotes For Delphi/C++Builder is a suite of VCL Components and a Class Library for accessing Lotus No
DNotes For Delphi/C++Builder is a suite of VCL Components and a Class Library for accessing Lotus Notes 4.x databases & ...
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The cl
CWebGrab is a simple class that allows you to quickly and easily download files from the net. The class is merely a ligh...
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The mai...
A class--the basic building block of an object-oriented language such as Java--is a template that de
A class--the basic building block of an object-oriented language such as Java--is a template that describes the data and...
This is an matrix class which has been adapted for complex number computations. It ll be of help for
This is an matrix class which has been adapted for complex number computations. It ll be of help for digital signal proc...
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real...