文件名称:BitArrayApp
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 23kb
- 下载次数:
- 0次
- 提 供 者:
- tony****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The class CBitArray behaves like a specialization of the MFC template class CArray. A real specialization is not possible because of a missing simple data type for a bit.
For maximum efficiency the bits are packed into a dynamic array of unsigned longs. You can easily modify the type of the date containing the bits (see typedef ULONG T in the declaration of CBitArray). CBitArray implements all member functions of the MFC class including the operator function [] (both for l-values and r-values).
The private member functions Copylr, Copyrl, and X are derived from the same-named functions of the class bitstring written by P.J. Plauger and are published with permission of the author.
For maximum efficiency the bits are packed into a dynamic array of unsigned longs. You can easily modify the type of the date containing the bits (see typedef ULONG T in the declaration of CBitArray). CBitArray implements all member functions of the MFC class including the operator function [] (both for l-values and r-values).
The private member functions Copylr, Copyrl, and X are derived from the same-named functions of the class bitstring written by P.J. Plauger and are published with permission of the author.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BitArray.cpp
BitArray.dsp
BitArray.dsw
BitArray.EXE.manifest
BitArray.h
BitArray.rc
BitArrayApp.cpp
BitArrayApp.h
BitArrayDlg.cpp
BitArrayDlg.h
EditBit.cpp
EditBit.h
Release
.......\BitArray.exe
res
...\BitArray.rc2
resource.h
StdAfx.cpp
StdAfx.h
BitArray.dsp
BitArray.dsw
BitArray.EXE.manifest
BitArray.h
BitArray.rc
BitArrayApp.cpp
BitArrayApp.h
BitArrayDlg.cpp
BitArrayDlg.h
EditBit.cpp
EditBit.h
Release
.......\BitArray.exe
res
...\BitArray.rc2
resource.h
StdAfx.cpp
StdAfx.h