登录
首页 » WINDOWS » multikey_20.0.0

multikey_20.0.0

于 2020-12-23 发布 文件大小:1611KB
0 216
下载积分: 1 下载次数: 19

代码说明:

  Multikey HASP Emulator v.20 - clean x86 / x64(Multikey HASP Emulator v.20 - clean x86 / x64 versions)

文件列表:

multikey_20.0.0, 0 , 2018-03-22
multikey_20.0.0\multikey_x32, 0 , 2013-06-12
multikey_20.0.0\multikey_x32\devcon.exe, 78336 , 2013-06-12
multikey_20.0.0\multikey_x32\install.cmd, 82 , 2013-06-12
multikey_20.0.0\multikey_x32\multikey.cat, 172 , 2013-06-12
multikey_20.0.0\multikey_x32\multikey.inf, 1388 , 2013-06-12
multikey_20.0.0\multikey_x32\MultiKey.sys, 797184 , 2013-06-12
multikey_20.0.0\multikey_x32\remove.cmd, 139 , 2013-06-12
multikey_20.0.0\multikey_x32\restart.cmd, 39 , 2013-06-12
multikey_20.0.0\multikey_x64, 0 , 2013-06-12
multikey_20.0.0\multikey_x64\devcon.exe, 82432 , 2013-06-12
multikey_20.0.0\multikey_x64\install.cmd, 82 , 2013-06-12
multikey_20.0.0\multikey_x64\multikey.cat, 172 , 2013-06-12
multikey_20.0.0\multikey_x64\multikey.inf, 1388 , 2013-06-12
multikey_20.0.0\multikey_x64\MultiKey.sys, 882432 , 2013-06-12
multikey_20.0.0\multikey_x64\remove.cmd, 139 , 2013-06-12
multikey_20.0.0\multikey_x64\restart.cmd, 39 , 2013-06-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • diliver
    本程序采用NI公司Labwindows CVI 开发平台,分为数据发送和数据接收两部分,数据发送部分发送一个字符串,数据接收部分接收数据发送部分发送的字符串。 (This procedure using NI companies Labwindows CVI development platform, the data sent and data is divided into two parts to receive the data sent in part to send a string, data receiving part receiving data sent in part to send the string.)
    2008-07-09 17:57:27下载
    积分:1
  • KMDF_hypervisor
    一个x64 vt hypervisor内部实现ept技术简易框架 ,在此框架下根据需求可以改造使用ept技术进行内存隐藏。。。(An x64x64 vt hypervisor with ept etc.)
    2020-06-17 22:20:01下载
    积分:1
  • Debug
    单机版美发会员管理,文件中包含可执行文件以及数据库(Single hair club member management)
    2020-06-18 09:20:02下载
    积分:1
  • predprey
    模拟岛上的生态系统,有陆地生物和鸟类,但是不包含地底生物。 (Predator-Prey Simulation four classes are defined: animal, predator, prey, and island where island is where the simulation is taking place, i.e. where the predator and prey interact (live). A list of predators and prey are instantiated, and then their breeding, eating, and dying are simulted.)
    2015-05-24 18:02:21下载
    积分:1
  • wcf例子 • 实现了图像文件上传、查看。 • 实现错误处理 • 实现图像浏览 .net 3.0 C#...
    wcf例子 • 实现了图像文件上传、查看。 • 实现错误处理 • 实现图像浏览 .net 3.0 C# -WCF examples
    2023-03-10 15:40:03下载
    积分:1
  • 啧啧
    TUT--最轻量级的C++单元测试框架 TUT是最简洁、最轻量级的C++单元测试框架。TUT是Template Unit Tests的缩写,是一个C++的单元测试框架  No C-style macros  No manual registration for test groups and methods  No libraries of any kind  Neutrality to user interface  No Javisms -TUT- The most lightweight C++ Unit testing framework for TUT is the most concise, most lightweight C++ Unit testing framework. TUT is the abbreviation for Template Unit Tests is a C++ Of unit testing frameworks
    2022-02-06 23:46:45下载
    积分:1
  • TDM.Collector.PressureServices
    能够监控到本机Mysql产生最新的数据,用API接口发送到服务器。 程序采用Windows服务,开机便会自动运行,实时监控上传(It can monitor local Mysql to produce the latest data and send it to the server with API interface. The program uses Windows service, it will run automatically when it starts, and real-time monitor and upload.)
    2020-06-19 17:40:02下载
    积分:1
  • LinkedList
    说明:  自己实现了C++链表,测试在Main中,分为头文件和实现(I realized C++ linked list by myself)
    2020-06-21 06:40:02下载
    积分:1
  • P2P c++ sdk
    P2P dll c++ ,  static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client  static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口  static emReturnType Startup();//开启网络  static emReturnType Cleanup();//关闭网络  //Server  以下函数是服务器调用  static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号  static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务  //Client  以下函数是客户端调用  static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO  static emReturnType Logout();//登出服务器  static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用  static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
    2022-02-03 19:54:38下载
    积分:1
  • 4575438674654
    VB写的企业营销管理系统(MSSQL),值得研究。(VB write enterprise marketing management system (MSSQL), is worth studying.)
    2013-08-03 18:53:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载