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

xtrap-Source code

于 2020-09-29 发布
0 209
下载积分: 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 个回复

  • Ls
    说明:  如何编图形软件开发程序,画图过程的显示,图像分层显示 图层软件架构: 大型图形软件通用的架构,是用一个抽象类(CLayer)的多态派生类对不同图层代码分类管理。 (如果将各种图形绘制以及拖放过程在一个类中编写,最后这个类的代码将无比庞大而且难于维护) a)支持画直线、矩形和椭圆等多种图形的软件,必须将鼠标按下、释放和拖动等事件联合处理; b)支持绘图过程中的显示; c)支持鼠标光标掠过某个图层时显示热点跟踪(HotTrack)状态; d)单击某个图层时显示选中状态; e)拖动某个选中状态图层的功能(根据鼠标落点和起点的距离进行偏移); f)新绘制的图层和已绘制好选中的图层边框和填充颜色管理。(How to make graphical software development procedures, drawing process display, image layered display Layer software architecture: The general architecture of large graphics software is to classify and manage different layers of code using a polymorphic class derived from an abstract class (CLayer). (if the various graphic drawing and drag and drop processes are written in a class, the code for that class will be extremely large and difficult to maintain) A) software that supports graphics such as straight lines, rectangles, and ellipses. It must combine the mouse, press, release, and drag events together; B) support display in drawing process; C) displays the hot spot tracking (HotTrack) state when the mouse cursor is passed over a layer; D) displays a selected state when clicked on a layer; E) drag the function of a selected layer (offset by the distance between the mouse and the starting point); F) the new layer and the selected layer border and fill color management.)
    2017-06-12 23:32:17下载
    积分:1
  • a UDP Multicast (multicast) example
    一个UDP多播(组播)示例-a UDP Multicast (multicast) example
    2023-04-23 07:25:03下载
    积分:1
  • 这是一个基于CSocket类的点对点文件传输系统。
    这是一个基于CSocket类的点对点文件传输系统。-This is a CSocket-based class system, peer-to-peer file transfer.
    2023-08-15 13:00:02下载
    积分:1
  • RTU
    四方公司CSC300E远动机的程序,里面包括104、101、cdt、disa等规约的代码,要保密!(CSC300EA FOR RTU)
    2012-07-13 13:14:02下载
    积分:1
  • Improved-Tracking-of-Maneuvering-Targets-The-Use-
    Tactically maneuvering targets are difficult to track since acceleration cannot be observed directly and the accelerations are induced by human control or an autonomous guidance system therefore they are not subject to deterministic models. A common tracking system is the two-state Kalman Filter with a Singer maneuver model where the second order statistics of acceleration is the same as a first order Markov process. The Singer model assumes a uniform probability distribution on the target s acceleration which is independent of the x and y direction. In practice, it is expected that targets have constant forward speed and an acceleration vector normal to the velocity vector, a condition not present in the Singer model. This paper extends the work of Singer by presenting a maneuver model which assumes constant forward speed and a probability distribution on the targets turn-rate
    2014-04-03 20:28:27下载
    积分:1
  • bwzgear
    ug平台上基于MFC的变位直齿轮参数化设计的开发,连接Access数据库。(ug platform development based MFC displacement spur gear parametric design to connect Access database.)
    2020-09-12 09:27:58下载
    积分:1
  • ExtensionRegistry
    Extension Registry extends Extension Registry Lite.
    2014-02-27 16:03:02下载
    积分:1
  • 2.3
    说明:  ard reader can read and write contact IC card data
    2019-05-20 22:22:25下载
    积分:1
  • ToggleButton
    Displays checked/unchecked states as a button with a "light" indicator and by default accompanied with the text "ON" or "OFF".
    2013-11-14 22:47:59下载
    积分:1
  • testdbf
    使用VC++读写DBF文件。 里面的dlg是实例,可以参考进行读写。(The use of VC++ to read and write DBF files. There are examples of dlg, you can read and write reference.)
    2009-06-03 01:42:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载