搜索资源列表
CachingByEnterpriseLibrary5
- 使用EnterpriseLibrary5实现数据的缓存(附完整代码下载) -Data cache using EnterpriseLibrary5 (with complete code download)
stacknode
- 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
StrToInt
- 非常完整的不同进制字符转化为数据的解析代码 支持二,八,十,十六进制 1. 0b/0B开头为二进制,0bxxxxx,其中x为0或1 2. 0x/0X开头为十六提制数 3. 0 开头为八进制数 4. 1~9开头为十进制数-Very complete character into a different binary code data parsing Support two, eight, ten, hexadecimal 1. 0b/beginning 0B is b