搜索资源列表
dp
- DP规划,有实例支持,便于应用,代码完整
Menu
- 完整的在DOS下生成菜单条(Menu Item)功能的代码-Complete the next generation in the DOS menu bar (Menu Item) function code
ctovb
- 这个代码可以实现把C++头文件转换为VB的.BAS模块文件。对于需要把C语言头文件进行转化为VB的朋友可以起到参考作用,整个源代码不是很完整,但转换很不错,大约有80-90 的样子。大家可以试试文件夹里的 WINGDI.H 进行转化-This code can achieve the C++ header files to VB' s. BAS module file. The need to C language header files into VB friends can play
aveva.d3lib
- aveva 底层环境 接口 C#完整源代码; aveva公司核心代码-aveva underlying environment interface, complete C# source code aveva company' s core code
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
midas2010
- midas2010 是MIDAS 开源代码,已经编译成功,绝对可以直接使用。功能很完整,是个学习三层模式最好的商业代码。可以在其他环境下编译-midas2010 MIDAS is open source code, has been compiled successfully, absolutely can be used directly. Function is complete, it is a three-tier model to learn the best commercial c
20104631_5_CORBA
- 用C++实现了中间件——corba,可以直接运行,工程含完整代码。-Achieved with C++ middleware- corba, you can directly run the project with complete code.
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