登录
首页 » Visual C++ » xtrap

xtrap

于 2020-09-29 发布 文件大小:1182KB
0 218
下载积分: 1 下载次数: 87

代码说明:

  最新Xtrap SDK,可调用,懂得拿去!最新Xtrap SDK,可调用,懂得拿去!(Xtrap SDK hacker!)

文件列表:

SDK
...\XTrap4Client_ClientPart_mtDll.lib,185152,2011-02-21
...\XTrap4Client_ClientPart_st.lib,185070,2011-02-21
...\XTrap4Client_mt.lib,337934,2011-02-21
...\XTrap4Client_mtDll.lib,338126,2011-02-21
...\XTrap4Client_ServerPart_mt.lib,44330,2011-02-21
...\XTrap4Client_ServerPart_mtDll.lib,44352,2011-02-21
...\XTrap4Client_ServerPart_st.lib,44312,2011-02-21
...\XTrap4Client_st.lib,337848,2011-02-21
...\XTrap4Server.cpp,5122,2012-11-16
...\XTrap4Server.dll,28672,2012-11-16
...\XtrapUpdater.sln,2766,2012-05-02
...\XtrapUpdater.suo,25600,2012-05-02
...\Xtrap_C_Interface.h,4780,2011-02-21
...\Xtrap_S_Interface.h,6402,2012-11-16
...\XTrap_Unipher_mt.lib,75934,2011-02-21
...\XTrap_Unipher_mtDll.lib,76060,2011-02-21
...\XTrap_Unipher_st.lib,75912,2011-02-21
XtrapUpdater
............\MainFrm.cs,3644,2012-05-02
............\MainFrm.Designer.cs,4856,2012-05-02
............\MainFrm.resx,12549,2012-05-02
............\Program.cs,518,2012-05-02
............\Properties
............\..........\app.manifest,2642,2012-05-02
............\..........\AssemblyInfo.cs,1537,2012-05-02
............\..........\Resources.Designer.cs,3125,2012-05-02
............\..........\Resources.resx,5612,2012-05-02
............\..........\Settings.Designer.cs,1097,2012-05-02
............\..........\Settings.settings,249,2012-05-02
............\XtrapUpdater.csproj,5970,2012-05-02
............\XtrapUpdater.csproj.user,478,2012-05-02

XtrapUpdater.docx,132809,2012-04-17
XtrapUpdater.exe,22016,2012-04-17
XtrapWrapper.dll,1631232,2012-04-05
Xtrap_????.docx,11750,2012-04-05

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

发表评论

0 个回复

  • TIN
    利用点的数据,首先读入文件,然后构建TIN三角网(Using the point of data, first read the file, and then build TIN triangulation)
    2020-06-29 02:20:01下载
    积分:1
  • wangka
    C++编写的读取电脑C盘序列号程序.大家审查(Written in C++ C disk to read the serial number of the computer program. Everybody Review)
    2013-12-20 11:22:21下载
    积分:1
  • chatserver
    简单的网络通信,一个客户端,一个服务器端(winsock )
    2009-05-11 11:13:16下载
    积分:1
  • yuesefuhuan
    这是我们班做的数据结构的课程设计约瑟夫环 (This is our class to do the data structures curriculum design Joseph Ring)
    2010-01-05 15:10:04下载
    积分:1
  • TCPNet
    一个采用TCP协议的网络测试工具。采用VC6.0开发环境,具有客户端和服务器端,加入进来的客户端可以互相发送接受数据,对学习socket编程是不错的借鉴。(using a TCP network testing tools. VC6.0 use development environment with the client and server side, joined the client can accept each other this data, to learn socket programming is a good reference.)
    2020-11-14 16:19:43下载
    积分:1
  • SreenServer
    远端屏幕共享,获取屏幕截图并保存,值得学习(Remote screen sharing, take a screenshot and save it, it is worth learning)
    2014-08-21 17:38:50下载
    积分:1
  • poj3941
    poj 3941 Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same. In this problem, you are asked to write a program that finds the expected value of the number of given bills. (poj 3941 Hideyuki is allowed by his father Ujisato some 1000 yen bills every month for his pocket money. In the first day of every month, the number of bills is decided as follows. Ujisato prepares n pieces of m-sided dice and declares the cutback k. Hideyuki rolls these dice. The number of bills given is the sum of the spots of the rolled dice decreased by the cutback. Fortunately to Hideyuki, Ujisato promises him to give at least one bill, even if the sum of the spots does not exceed the cutback. Each of the dice has spots of 1 through m inclusive on each side, and the probability of each side is the same. In this problem, you are asked to write a program that finds the expected value of the number of given bills.)
    2013-07-16 20:45:28下载
    积分:1
  • AArcGIS_VBAR
    ARCGis二次开发资料。在ARCGIS平台下,利用vbaa进行对arcgis软件的功能开发教程,已通过测试。 (ARCGis secondary development information. ARCGIS platform to use vbaa tutorial arcgis software feature development and has been tested.)
    2012-07-23 13:21:29下载
    积分:1
  • POAsuanfa
    poa算法,关于梯级水电调度的c#算法源程序。适合梯级水电站短期优化调度(The algorithm, on the dispatch of cascade c# algorithm source program. For the short-term optimal scheduling of cascade hydropower stations)
    2015-04-21 15:34:45下载
    积分:1
  • UDPRecieveDLL
    UDP 接收数据类,里面有个接收UDP数据的线程。 我自己使用的,可靠的,已经编成DLL了,其中有些解析二进制流的代码,可以不看。(udp socket program , focus on recieve udp data.)
    2012-03-08 10:04:31下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载