搜索资源列表
dlTest-061114-1.tar
- Linux下的动态库生成方法及实例。很完整的。-Linux for the dynamic generation and examples. Complete.
makefile_study
- 万能makefile学习代码,适合于所有c、c++文件,有了它以后的所有代码都不用写makefile,也是学习makefile很好的参考代码,有三个文件夹,包括:1、单一文件夹源文件make,2、工程用多文件夹3、静态库动态库自动生成。-Universal makefile learning code, suitable for all c, c++ files, with all the code after it do not have to write makefile, makefile
loadtest
- loadtest是根据数学上的均匀分布随机的生成CPU利用率的负载要求,并且在一定时间能动态改变与调节!-loadtest is based on mathematical uniformly distributed random generation CPU utilization load requirements, and in a certain period of time to achieve a dynamic change and adjust!
Dll
- linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
Electric-power-communication-protocol-packet-gener
- 这个小工具可以生成16进制的电力通信协议数据包,目前支持两种 协议:“中华人民共和国多功能电能表通信规约(DL/T 645—1997)” 和”山东电力集团公司用电现场服务与管理系统通讯规约”。能自 动复制生成的数据,默认为生成的数据添加0x前缀,这样就可以把 数据包方便地粘贴到代码或各种16进制调试工具里面,如“串口调 试助手”。也可以用来在调试分析时和调试状态的数据包进行对比, 以检验数据包的合法性。 本程序用 qt4.2.3 opensource + m
Linux
- Linux操作系统下动态库的生成及链接方法.doc
linux
- linux网络笔记,静态库和动态库 Linux系统程序设计,gcc生成静态库和动态库。-linux network notes, static library and dynamic library Linux system programming, gcc generates static library and dynamic library.
Makefile
- 使用静态库编译链接swap.c,同时使用动态库编译链接myadd.c。可运行程序生成在src/main目录下。 使用autoconf和automake工具为project工程自动生成Makefile,并测试。-use autoconf and automake tools to create a Makefile for project
decorator.cpp.tar
- Decorator模式: * 动态地给一个对象添加一些额外的职责。就增加功能来说, Decorator模式相比生成子类 * 更为灵活。-Decorator pattern:* dynamically to an object to add some additional functions. On increasing the functionality is, Decorator pattern compared with subclassing* more flexible.
Webserver
- 随着Internet技术的兴起,在嵌入式设备的管理与交互中,基于Web方式的应用成为目前的主流,这种程序结构也就是大家非常熟悉的B/S结构,即在 嵌入式设备上运行一个支持脚本或CGI功能的Web服务器,能够生成动态页面,在用户端只需要通过Web浏览器就可以对嵌入式设备进行管理和监控,非常方 便实用。本节主要介绍这种应用的开发和移植工作。用户首先需要在嵌入式设备上成功移植支持脚本或CGI功能的Web服务器,然后才能进行应用程序的开发。-With the rise of Internet techn
pexports-0.43
- 动态连接库,export defination生成工具 -pexports:dll export def file
AndroidNDKPrintfHelloWorld
- Android 调用NDk生成的动态链接路打印Helloworld,以此类推,自己可以做其他的动态链接库供Android调用-Dynamic link road to print Helloworld, Android calls NDk to generate the and so on, you can do dynamic link library other calls for Android
csm
- 实现程序从数据库下载配置数据并动态更新的功能。程序根据数据表的定义,通过CLI解析生成数据库相关表的内存数据结构。启动时可从主配置服务器下载配置数据,并存储在内存当中,当配置更新时,通过触发器更新当前内存,达到动态更新的目的。-DB configuration download and dynamically updated
openssl-1.0.1l.tar
- openssl源码,在linux环境下编译可以生成.so动态库供各平台使用(OpenSSL source code, compiling in the Linux environment can generate.So dynamic libraries for use by each platform)
动态链接库
- 详细记录了linux系统和windows系统中动态链接库的生成过程。并且通过JNI调用所生成的动态链接库。(The generation of dynamic link libraries in Linux and Windows systems is documented in detail. And the generated dynamic link library is used by JNI.)