虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Library

  • AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate

    AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate a pseudo-"Reflection" which is normally not support in C++ . The main differences between AMOP and other mock object Library is that, users DO NOT need to implement the interface of the object which to mock...

    标签: techniques Automatic template simulate

    上传时间: 2013-12-31

    上传用户:rocwangdp

  • Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work

    Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee s Library Technical Report (TR1) as a step toward becoming part of a future C++ Standard. More Boost libraries are proposed for the upcoming TR2. Boost works on almost any modern operating system, including UNIX and Windows variants. Follow the Getting Started Guide to download and install Boost. Popular Linux and Unix distributions such as Fedora, Debian, and NetBSD include pre-built Boost packages. Boost may also already be available on your organization s internal web server.

    标签: libraries peer-reviewed emphasize provides

    上传时间: 2016-12-05

    上传用户:semi1981

  • Purpose: --- -- This component is used for capturing staff from AVI to BMP. Installation:

    Purpose: --- -- This component is used for capturing staff from AVI to BMP. Installation: ------------- Extract the compiled units into your Lib directory or into another directory that is listed in the Library path in your Delphi options. Choose file AVIcap.dcu for register. description: ------------ AVIcap V2.0 used for capturing frame from AVI without drawing on the screen, that is essentially fast. It can be reached by using of avifil32.dll from MS Video For Windows. New property: number of bits per pixel of bitmap.Now you can save BMP using next formats: pf1bit, pf4bit, pf8bit, pf8bitGray, pf15bit, pf16bit, pf24bit, pf32bit, pfDevice. See example to detail.

    标签: Installation component capturing Purpose

    上传时间: 2016-12-13

    上传用户:TF2015

  • 多机器人路径规划算法

    多机器人路径规划算法,The RVO Library provides an easy-to-use implementation of the Reciprocal Velocity Obstacle (RVO) framework for multi-agent simulation.

    标签: 多机器人 路径规划 算法

    上传时间: 2014-01-25

    上传用户:busterman

  • The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kerne

    The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space Library with Guile, Perl, PHP, Python and TCL bindings. The API of the C Library is intended to be compatible with National Instrument s GPIB Library. The Linux GPIB Package is licensed under the GNU General Public License . Requirements: Linux kernel version 2.4.x (use Linux-GPIB version 3.1.x). Earlier kernel versions are not supported.

    标签: package GPIB The contains

    上传时间: 2016-12-17

    上传用户:cccole0605

  • 这是书上的代码

    这是书上的代码,C/C++中调用Matlab C Math Library的实现,供大家参考

    标签: 代码

    上传时间: 2016-12-18

    上传用户:zhangyigenius

  • Cport263很不错的串口控件 1。拷贝cport263目录to 指定控件目录 例如:我的为D:Borlanddracolib 2。拷贝bpl目录下所有文件to delphi2005的..

    Cport263很不错的串口控件 1。拷贝cport263目录to 指定控件目录 例如:我的为D:\Borland\dracolib 2。拷贝bpl目录下所有文件to delphi2005的..\bpl目录 3。安装packages dsgnCPort7.bpl 4。添加Library path

    标签: Borlanddracolib 263 delphi Cport

    上传时间: 2016-12-21

    上传用户:fhzm5658

  • ucos2 is a file system for embedded applications which can be used on any media, for which you can p

    ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance Library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.

    标签: which applications can for

    上传时间: 2017-01-04

    上传用户:偷心的海盗

  • ucos2 is a file system for embedded applications which can be used on any media, for which you can p

    ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance Library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.

    标签: which applications can for

    上传时间: 2017-01-04

    上传用户:13517191407

  • COM组件调用方法: 首先 运行 “注册USBPass组件.bat”

    COM组件调用方法: 首先 运行 “注册USBPass组件.bat” ,在系统中注册USBPassW.dll 和 USBPassR.dll 1>在VB6.0的调用 打开一个工程 菜单->工程->引用-> 在打开的窗口中 选择“USBPass-Write (基于U盘的授权系统 V3.0)”和“USBPass-Write (基于U盘的授权系统 V3.0)” 然后可按照Demo中的方式使用。 2>在Delphi7的调用 打开一个工程 菜单-> Project-> Import Type Library...->在打开的窗口中分别选择 “USBPass-Write (基于U盘的授权系统 V3.0)(Version 1.0)”和“USBPass-Write (基于U盘的授权系统 V3.0)(Version 1.0)” 然后点击按钮"Install..." 然后在 控件栏的“ActiveX”页上找到两个对应的COM,再按照Demo中的方法使用。 3>在VC6.0 中调用 打开一个工程 按Ctrl+W调出类向导,按Add Class按钮弹出新菜单,选From a type libarary,然后定位到USBPassW.dll 和USBPassR.dll,接下来会出来 该simpCOM中的所有接口,选择你想生成的接口包装类后,向导会自动生成相应的.cpp和.h文件. 这样你就可以在你的MFC工程中像使用普通类那样使用COM组件了. 具体的见 如何在VC++中调用标准COM组件.mht

    标签: USBPass COM bat 运行

    上传时间: 2014-01-06

    上传用户:爺的气质