搜索资源列表
BenQ-SC-SDK
- 本开发包是为明基扫描仪专门提供的,可以让用户进行二次开发的开发包。该开发包是用VC++ 6.0开发的动态连接库(scan.dll)。接口简单,调用方便,让您可以在最短的时间内实现对明基扫描仪的功能定制。另外,本开发包还提供给用户明基自行开发的影像文件读写库(ImageRW.dll),提供了多种影像格式的支持,让您可以方便的将扫描得到的影像数据存成各种格式(支持的文件格式有BMP, PCX, JPG, TIF, TGA, PNG)的影像文件。本开发包内还附有开发例程,即使你一点都不了解扫描仪的驱动
makedump_release
- 本例程演示如何利用Dbghelp.dll收集程序产生异常时的堆栈信息,以供开发人员分析,从而很快找出使程序出现异常的原因。程序异常是每个用C++编程最苦恼的事,因为它的偶然性,很难找出出错原因。这个库可以大大减轻开发人员的负担。-a demonstration of how the routine use of Dbghelp.dll abnormal collection procedures at the stack information for developers, thus quic
gameswf.tar
- linux一个flash的lib,直接使用3d加速接口的解析库,一般给game使用用来做很炫的界面,有直接c++的接口-a flash of lib, direct use of the 3d acceleration interface for analytic generally to the game so cool to use interface, the interface directly c
ip_looker
- IP数据包流量监控 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Lib\"。
DLLExample
- 动态链接库实例,如果你要真正的理解WINDOWS编程,你就必须了解DLL,所以这个源码会让你以最有效的途径去理解及掌握DLL.-DLL example, if you want to truly understand Windows programming, You must understand DLL, so the source code will allow you to the most effective way to understand and master the DLL.
AIcodesystem
- 1、对于凯撒密文,实现了:1种盲目式搜索,4种启发式搜索,以及利用密钥实现的凯撒加密系统。 2、对于代入法密文,实现了:2种启发式搜索,1种利用密钥的代入法加密系统以及随机生成密钥的代入法加密系统。 3、字典工具,实现了对词库的增加,删除,检查等一系列的操作。 4、7种其他较为经典的加密方法的加密解密工具。包括:DES、Vigenere、IDEA、Keyword、LFSR、Playfair以及RC4等。 -1, Caesar ciphertext, realized : a bl
linuxdllsrc
- linux 环境动态库(.so),创建与使用说明例子
libgcc_s.so.1.tar
- linux库 arm-linux-gcc 4.3.2 里面的库,是x86版本的-linux libraries arm-linux-gcc 4.3.2 inside the library, is the x86 version
linux_so
- linux动态链接库的创建和使用,供大家好好研究。-linux dynamic link library creation and use.
libsqlite3.so.0.8
- sqlite3动态库(arm-linux)-sqlite3 lib for arm-linux
SDL_image-1.2.10.tar
- sdl图像库 SDL(Simple DirectMedia Layer)是一个自由的跨平台的多媒体开发包,适用于 游戏、游戏SDK、演示软件、模拟器、MPEG播放器和其他应用软件。-sdl image library SDL (Simple DirectMedia Layer) is a free cross-platform multimedia development kit for games, game SDK, demo software, emulators, MPEG play
test_class_so
- 关于linux下利用dlopen系列函数实现显示(动态)调用so库中类方法。-On linux using dlopen family of functions to achieve the next display (dynamic) call so the library class method.
injectso
- 共享库注入源码 对搞linux开发的人员来说,这个技术是值得关注下的。-Linux shared library into the right to engage in staff development, this technology is under concern.
libstdcPP[1].so.6.0
- redhat linux 库文件更新-redhat linux library file updates
C-language-code-examples-so
- 给予C语言的所有栈最简单的实现功能.是以库的形式.方便开始学习编程的人来学习使用-Give C language all stack easiest to achieve functional. In the form of libraries. Convenient to start learning programming people to learn to use
redis-cli
- C++代码的封装,将其封装为.so库的形式方便用户调用-C++ code package, the package for the. So library in the form of user-friendly call
openSourceBuild
- 介绍了ffmpeg库、openblas库、flite 语音合成库 等移植到嵌入式上时交叉编译方法。(This paper introduces the cross compiling method of ffmpeg library, openblas library, Flite speech synthesis library and so on.)
linux.so
- (已验证)利用动态库编程获取系统时间,简单的linux库文件生成和库文件调用(Using dynamic library programming to obtain system time, simple Linux library file generation and library file call.)
libevent
- Libevent 是一个用C语言编写的、轻量级的开源高性能事件通知库,主要有以下几个亮点:事件驱动( event-driven),高性能;轻量级,专注于网络,不如 ACE 那么臃肿庞大;源代码相当精炼、易读;跨平台,支持 Windows、 Linux、 *BSD 和 Mac Os;支持多种 I/O 多路复用技术, epoll、 poll、 dev/poll、 select 和 kqueue 等;支持 I/O,定时器和信号等事件;注册事件优先级。(Libevent is an open sourc
动态链接库
- 详细记录了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.)