登录
首页 » C++ » xtrap-Source code

xtrap-Source code

于 2020-09-29 发布
0 164
下载积分: 1 下载次数: 3

代码说明:

说明:  xtrap source code XtrapUpdater

文件列表:

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

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

发表评论

0 个回复

  • 学习d7114个例子源码
    说明:  DELPHI编程114个实例,是学习DELPHI编程的好帮手。(There are 114 examples of Delphi programming, which are good helpers for learning Delphi programming.)
    2019-11-05 14:28:58下载
    积分:1
  • Windowsdesign
    说明:  本书特色: 基本入门:输出、输入、对话方块 对Unicode的介绍 图形处理:绘图、文字与字体、点阵图形与metafile 系统核心与印表机 声音与音乐 动态连结程式库 多工与多执行绪 多重文件介面 网际网路与企业内网路程式设计 (This book features: the basic entry: output, input, a dialogue box on the Unicode introduction of the graphics processing: graphics, text and fonts, dot matrix and metafile graphics core of the system with voice and music printer dynamic link library to implement multi-tasking and multi- multiple document interface thread Internet and intranet programming)
    2008-09-08 22:02:26下载
    积分:1
  • 心里评测系统
    说明:  一个课设项目,使用dev,利用c语言完成一个控制台的心里评测系统(A course project, using dev, using C language to complete a console psychological evaluation system)
    2020-02-28 18:10:36下载
    积分:1
  • HadISST_ice.nc
    海洋模式萨芬问题梵蒂冈的法国人stru文件和韩国是梵蒂冈大概发个地方(Safin issue ocean mode Vatican Frenchman stru file and South Korea is probably the Vatican issued a place)
    2015-09-30 10:49:16下载
    积分:1
  • meanshift
    视频目标跟踪。在OpenCV下开发,使用meanshift方法。(video tracking. The OpenCV under development, use meanshift methods.)
    2006-06-02 18:52:01下载
    积分:1
  • 定义类IntChar Exercise-1-IntChar
    定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。 * 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100 * 长度不足四个字符的串,剩下部分用0补足。 * * * 自己根据需要类IntChar的属性和方法,但需满足以下要求: * 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。 * 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar: * * void main() * { * IntChar IC("Love") * IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容 * IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容 * IC.Int_Print() // 以整数形式显示对象IC中保存的内容 * }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
    2013-05-11 22:10:57下载
    积分:1
  • vlcnetworkPlayer
    基于vlc库做的媒体播放器,功能如下: 播放视频或音乐文件,包括网络媒体文件 媒体控制包括播放,暂停,停止,音量调节,视频文件还包括全屏操作。 注意:要运行此程序还必须要有vlc0.9.9a版本库!(Based on vlc media player library to do, features are as follows: Play a video or music files, including network media control media files, including play, pause, stop, volume adjustment, video file also includes full screen action. Note: To run this program also must have vlc0.9.9a version of the library!)
    2010-07-27 15:28:51下载
    积分:1
  • IME_Info
    IME的编程资料.有相关资料和源码~~内容相当丰富(IME programming information. Have relevant information and source ~ ~ content quite rich)
    2008-12-24 14:43:45下载
    积分:1
  • c# 获取本地视频并进行合并压缩等处理 实例源码
    调用本地摄像头获取视频,并对本地视频进行压缩合并等处理
    2014-12-23下载
    积分:1
  • ATM
    利用stemwin制作的几款界面软件,便于新手学习进步啊。(Stemwin make use of several interface softwaremFacilitate novice learning progress .)
    2015-12-07 20:56:32下载
    积分:1
  • 696518资源总数
  • 105895会员总数
  • 18今日下载