亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

install-jm

  • 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

    上傳用戶:爺的氣質

  • skype的API

    skype的API,非常值得擁有! 解壓后,python setup.py install 在python 的程序里就可以調用了。 非常棒!

    標簽: skype API

    上傳時間: 2013-12-21

    上傳用戶:Altman

  • SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windowssystem32 folder. 2.run Emulator Utility

    SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windows\system32 folder. 2.run Emulator Utility and then press install button and close the utility. 3.run wechoid.exe, selector must be 1e or 1c 4.then run LicGen and use selector and code from wechoid.exe w/o 0x, it will make a license for that pc

    標簽: windowssystem SENTINEL Emulator sentinel

    上傳時間: 2017-02-10

    上傳用戶:498732662

  • Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time

    Linux was first released into an unsuspecting world in the summer of 1991. Initially the spare-time hobby of a Finnish computer scientist by the name of Linus Torvalds, Linux was at first accessible only in software source code form to those with enough expertise to build and install it. Early enthusiasts (most also developers themselves by necessity) exploited the growth of the Internet in the early 1990s as a means to build online communities and drive development forward. These communities helped to build the first Linux software distributions, containing all the software components needed to install and use a Linux system without requiring users to be technical experts.

    標簽: unsuspecting spare-time Initially the

    上傳時間: 2013-12-12

    上傳用戶:dianxin61

  • 利用java實現文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, whi

    利用java實現文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. Requirements The Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress() with something else. In order to use 256 bit AES keys, you must download and install "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" from http://java.sun.com/javase/downloads/index.jsp

    標簽: Java AES AESCrypt contains

    上傳時間: 2017-02-11

    上傳用戶:kiklkook

  • LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Inst

    LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Installation: 1. type ./configure options: --disable-sound [no sound] --disable-install [no installation play from source directory] [e.g. ./configure --disable-sound --disable-install ] 2. type make 3. become root 4. type make install [only if install is not disabled] 5. type lbreakout to play

    標簽: breakout-style Requirements LBreakout arcade

    上傳時間: 2017-03-13

    上傳用戶:xz85592677

  • Barcode label printing on Zebra printers Using Print DLL s. To use this code, we have to download su

    Barcode label printing on Zebra printers Using Print DLL s. To use this code, we have to download suitable printer drivers and install on yr PC.

    標簽: s. download printing printers

    上傳時間: 2014-01-14

    上傳用戶:yt1993410

  • FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible Inter

    FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible InterBase connectivity for Delphi, C++ Builder, Ada and Kylix. FIBPlus supports Delphi 5-7, Delphi 2005, Delphi 2006, Delphi 2007, C++ Builder 5-6, C++ Builder 2006, C++ Builder 2007, Kylix 3, gnat-3.15p, gnat2006 GPL, and all versions of InterBase 4.x-7.x, InterBase 2007 and Firebird 1.x-2.x. Using FIBPlus in your applications you do not need to install any additional software except for InterBase Client Software. FIBPlus supports all special InterBase features such as array-fields, event alerters, BLOB-fields, etc. FIBPlus is a native component set and its evaluation versions are distributed partially in sources. Registering FIBPlus you get full sources of components and technical support

    標簽: component InterBase intended flexible

    上傳時間: 2013-12-01

    上傳用戶:xuan‘nian

  • A Parallel program to multiply two matrices using Parallel Virtual Machine(PVM).Also a document to i

    A Parallel program to multiply two matrices using Parallel Virtual Machine(PVM).Also a document to install PVM in linux is attached.Follow the steps carefully.Surely it will work.

    標簽: Parallel multiply matrices document

    上傳時間: 2013-12-15

    上傳用戶:lhc9102

  • RSA加密算法源代碼 RSAEURO Version 1.02 Distribution In this distribution the various files are included

    RSA加密算法源代碼 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Code Directory SCRIPTS - Demo Applications Script Files INSTALL - Installation Instructions The documentation is supplied in both Postscript and ASCII formats. (At the moment due a problem with Windows Word The main docs are only availible as Postscript.) Please report any problems with the code or documentation to me on the bug report form. Also any problems you may have in using the toolkit. Please read the bug report form for more details.

    標簽: Distribution distribution included RSAEURO

    上傳時間: 2013-12-30

    上傳用戶:moshushi0009

主站蜘蛛池模板: 阜阳市| 泗水县| 荥经县| 北票市| 祥云县| 河东区| 盘锦市| 淮北市| 海口市| 军事| 阳信县| 长兴县| 汝南县| 勐海县| 安吉县| 新干县| 丰台区| 漾濞| 新巴尔虎左旗| 象山县| 东港市| 会东县| 襄汾县| 元阳县| 电白县| 南郑县| 克拉玛依市| 宣武区| 当涂县| 邵阳县| 濮阳县| 马鞍山市| 繁昌县| 深水埗区| 赤壁市| 教育| 康乐县| 景洪市| 鸡西市| 宜兴市| 保德县|