搜索资源列表
xml_create
- 用c++创建中文xml的一套封装类,并且有使用例子
MapFile.zip
- 文件内存映射的C++封装类,非常好用。推荐使用这种方式进行文件操作,使用方便,高效。,Memory-mapped file C++ Package type, very easy to use. Recommend the use of this approach to file operations, user-friendly and efficient.
vc(QUEUE).rar
- 封装完善的C++队列类,可用在串口通讯、网络通讯上等等,Complete package C++ queue class, can be used in serial communications, network communications, etc.
MD5
- 用C++封装的MD5计算类及文件MD5的值的计算类.-C++ package with the MD5 calculation and file type of the calculation of MD5 value category.
QQLoginBat
- 这是一个QQ/TM登录器(其中包含MD5的类封闭及Base64的编码转换). 本程序是用BCB2007制作的. 程序基本用法: (1)运行程序,首先会要求输入密码,如果是首次运行,可以输入一个新密码或直接回车即可. (2)进入后,可以看到已保存的QQ号,可以同时登录一个或多个号码. (3)点击ADD可以添加QQ号码 添加时可以直接输入命令行,也可先按PWDHASH生成命令行,再复制过去(点击上面的Command Line标签). 声明: 程序中的MD5算法和BASE
Logo
- vb + movb+moArcGIS Engine中最短路径,C封装的,在VB.net中调用.rar-ArcGIS Engine in the shortest path, C package, in VB.net call. Rar-vb+ movb+ moArcGIS Engine in the shortest path, C package, call in VB.net. rar-ArcGIS Engine in the shortest path, C package, in VB.
ADOL-C-2.1.5
- 一个强大的求导软件包,封装的很好,分享下!-A powerful derivation package, the package well, share with you!
CPP_INI_READER
- C++封装好了的INI文件读取类,用于读取指定的CPP文件-C++ package INI file reading class, used to read the specified CPP file
CPP-Read-and-Write-ini-file
- 用C++封装的读写ini文件的类,非常实用。可直接用于自己的工程里面,适合于各种平台。-With the C++ package to read and write ini file class, very practical. Own project which can be used directly, suitable for a variety of platforms.
Dynamic-array-2-LQXQ
- 动态数组接口实验 增加了最大动态分配内存提高效率 重载操作符= [ ],了解C++封装特性-Dynamic array 2
lab-3
- 使用c++封装com的IEnum接口 最近在做DirectShow的一些开发,其中总要用到连接filter之类的操作,而filter是通过com中的枚举器得到的-The C++ DSV Filter Library is a simple to use, easy to integrate and extremely efficient and fast CSV/DSV in-memory data store processing library
JSonCpp
- JSON数据解析的C++封装,解析网络交换数据的一种高效方式,感兴趣的给与关注。-JSON data parsing C++ package, an efficient way to resolve network data exchange, give attention to interest.
regex
- c语言实现的正则表达式.正则表达式是一个很强的工具。有了它,可以在你的软件中增强查找、替换、匹配等功能。 本文提供的 JRegex.c 封装了Henry Spencer的Regex库(ANSI C),可移植到任何系统上。-regex c language
PCwifi-shangweiji
- 小车上位机,WIFI及蓝牙连接,各种上位机功能实现,关键是源码,可以用C#封装、更改、学习-Car PC, WIFI and Bluetooth connectivity, a variety of PC function realization, the key is the source, you can learn to use C# package, change,
first_proj
- 主体是一个堆栈程序。a_stack.c封装堆栈,提供接口,stck.h堆栈头文件,main.c用户程序,调用堆栈,check_braces.c检查文件代码中括号是否成对,my_file是check_braces.c的头文件;前三个是实现堆栈,后两个是尝试建立自己的库函数,并在堆栈中进行了测试,结果成功!-a_stack.c package stack, providing an interface, stck.h stack header files, main.c user program,
Mystring
- c++封装的cstring类.很实用,是刚学的时候写的,-C++ Encapsulated cstring category. Very practical, is just learning to write,
C++应用C#Dll
- 使用C++调用C#封装好的Dll,便于混合编程。(Using the C++ call C# packaged Dll, easy to mix programming.)
Json100r1
- c#封装的高并发实例,可以拿过去直接用,非常好的已经经过测试(C # encapsulation of high concurrent instances, can take directly in the past, very good has been tested)
libGnuplot-master
- 在C++中通过调用gnuplot.exe文件进行画图功能(use gnuplot.exe in C++)
C语言中的函数
- C 语言中的函数等价于 Fortran 语言中的子程序或函数,也等价于 Pascal 语言中的过程或函数。函数为计算的封装提供了一种简便的方法,此后使用函数时不需要考虑它是如何实现的。使用设计正确的函数,程序员无需考虑功能是如何实现的,而只需知道它具有哪些功能就够了。在 C 语言中可以简单、方便、高效地使用函数。我们经常会看到在定义后仅调用了一次的短函数,这样做可以使代码段更清晰易读。(Functions in C Language)
