搜索资源列表
EmailTest
- 在别人基础上实现了身份验证的邮件发送,即支持esmtp规范,除了例子还有静态库,方便使用。-others on the basis of the identity of the senders, which is to support ESMTP norms, in addition to examples include static libraries, user-friendly.
IFS-Win2k&XP
- IFS kit 2k&xp 兄弟我好不用容易找到的(包含:2k&xp IFS所需的头文件和静态库)。-IFS kit 2k
dll_myown
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-dynamic link library of writing. Static and Dynamic Library for the disti
Lesson19DLL
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction
Lesson19Code
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction
sunxindll
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。-DLL in the preparation process. Static and dynamic library of distinction, and the procedure call link static and dynamic library distinction.
VC编写的静态库文件
- VC编写的静态库文件,并加载成功,是本人初学VC时练习的自编程序
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
UsingStaticLib
- 静态库的接口方法,实现库的接口,接口调用,编程学习资料-Static interface method of the Treasury, the realization of the interface library, interface calls, programming learning materials
testlib
- 静态库的制作,方便调用 静态库的制作,方便调用 -静态库的制作,方便调用
dll2vclib
- VC 动态库和静态库的转换程序,可以方便的把DLL转换成LIB-sourcecode of dll to lib
5.Dll
- 动态库 静态库 使用经典示例 C++ -Static libraries use the classic dynamic library
signal
- 可以简单的了解编程原理,以及静态库的开发(A simple understanding of programming principles, as well as the development of static library)
tinyxml_2_6_2
- 下载了官方的 tinyxml_2_6_2 的库,只支持静态编译。自己修改了工程属性配置把静态库配置改为了生成动态库的工程。 文件包含了: tinyxml_2_6_2动态库.rar (修改版) 以及包含了工程文件以及编译好的DLL了。 tinyxml_2_6_2静态库.zip (原版) tinyxml.dll tinyxmlD.dll tinyxmlSTL.dll tinyxmlSTLD.dll(Download the official tinyxml_2_6_2 librar
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d
lua 5.2.3 win编译器 解析器 动态和静态库
- 是一款Lua的windows的库文件,缺少的时候,可以直接放入进去(Is a Lua windows library file, the lack of time, can be directly put in)
参考答案
- (1) 将串口设置文件serial.c单独封装成动态库。 (2) 使用动态库编译生成host_serial应用程序,验证动态库的正确性 (3) 将串口设置文件单独封装成静态库。 (4) 使用静态库编译生成host_serial应用程序,验证动态库的正确性((1) the serial port setting file serial.c is encapsulated into a dynamic library. (2) the use of dynamic library compi
静态库与动态库编程
- c++中关于静态库和动态库的介绍和应用,讲的比较细致(The introduction and application of static and dynamic libraries in c++ are more detailed)
易语言核心支持库krnln_static.lib
- 2012年8月7日修正易语言核心支持库krnln_static.lib,重点修正了易语言核心支持库先前存在的线程安全的隐患。开发多线程相关软件的用户应该更新支持库(普通编译)或重新编译(静态编译),然后重新发布软件。非多线程的软件不受影响,可以不更新(The August 7, 2012 modified language core support library, krnln_static.lib, focused on the hidden dangers of thread securit
易语言核心支持库krnln.fne,krnln.fnr
- 2012年8月7日修正易语言核心支持库krnln.fne,krnln.fnr,重点修正了易语言核心支持库先前存在的线程安全的隐患。开发多线程相关软件的用户应该更新支持库(普通编译)或重新编译(静态编译),然后重新发布软件。非多线程的软件不受影响,可以不更新。(The August 7, 2012 modified language core support library, krnln.fne, krnln.fnr, focused on the hidden dangers of thread