登录
首页 » Visual C++ » STK_MFC

STK_MFC

于 2020-09-17 发布 文件大小:10067KB
0 178
下载积分: 1 下载次数: 80

代码说明:

  基于MFC开发的一个STKX简单示例程序,实现了新建场景,添加地面站并鼠标点击设置位置,添加飞机等简单功能。STK官方的例子是用Windows forms application,这里用MFC重新实现了另一个例子。(STKX based MFC developed a simple example program that implements the new scene, add ground station and mouse clicks to set position, adding aircraft and other simple functions. STK official example is Windows forms application, re-implemented using MFC here another example.)

文件列表:

STK_MFC
.......\debug
.......\.....\STK_MFC.exe,884736,2014-09-01
.......\.....\STK_MFC.ilk,1409316,2014-09-01
.......\.....\STK_MFC.pdb,3820544,2014-09-01
.......\STK_MFC
.......\.......\2dcontrol1.cpp,640,2014-08-28
.......\.......\2dcontrol1.h,9676,2014-08-28
.......\.......\AgExecCmdResult.h,2249,2014-08-28
.......\.......\AgPickInfoData.h,1494,2014-08-30
.......\.......\AgSTKXApplication.h,4534,2014-08-28
.......\.......\Debug
.......\.......\.....\2dcontrol1.obj,21484,2014-08-30
.......\.......\.....\agstkutil.tlh,528874,2010-09-02
.......\.......\.....\agstkutil.tli,370019,2010-09-02
.......\.......\.....\BuildLog.htm,6964,2014-09-01
.......\.......\.....\mt.dep,67,2014-09-01
.......\.......\.....\stdafx.obj,336932,2014-08-30
.......\.......\.....\stkx.tlh,54234,2010-09-02
.......\.......\.....\stkx.tli,53042,2010-09-02
.......\.......\.....\STK_MFC.exe.embed.manifest,664,2014-08-30
.......\.......\.....\STK_MFC.exe.embed.manifest.res,728,2014-08-30
.......\.......\.....\STK_MFC.exe.intermediate.manifest,629,2014-09-01
.......\.......\.....\STK_MFC.obj,22614,2014-08-31
.......\.......\.....\STK_MFC.pch,13631488,2014-08-30
.......\.......\.....\STK_MFC.res,618748,2014-08-30
.......\.......\.....\STK_MFCDlg.obj,87356,2014-09-01
.......\.......\.....\vc80.idb,764928,2014-09-01
.......\.......\.....\vc80.pdb,970752,2014-09-01
.......\.......\ReadMe.txt,4259,2014-08-28
.......\.......\res

.......\.......\...\STK_MFC.rc2,398,2014-08-28
.......\.......\resource.h,1185,2014-08-28
.......\.......\stdafx.cpp,207,2014-08-28
.......\.......\stdafx.h,2864,2014-08-28
.......\.......\STK_MFC.APS,654280,2014-08-29
.......\.......\STK_MFC.cpp,2097,2014-08-28
.......\.......\STK_MFC.h,512,2014-08-30
.......\.......\STK_MFC.rc,2450618,2014-08-29
.......\.......\STK_MFC.vcproj,5920,2014-08-30
.......\.......\STK_MFC.vcproj.Sun-PC.Sun.user,1409,2014-09-01
.......\.......\STK_MFCDlg.cpp,7445,2014-09-01
.......\.......\STK_MFCDlg.h,1111,2014-08-31
.......\STK_MFC.ncb,19622912,2014-09-01
.......\STK_MFC.sln,886,2014-08-28

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

发表评论

0 个回复

  • NCCodeSimulator
    五轴NC代码模拟器,输入NC代码可以显示刀具路径和走刀过程。用VC++6.0 可以打开并编译(Five-axis NC code simulator, enter the NC code can display the process of tool path and tool path. With VC++6.0 can open and compile)
    2020-09-10 05:58:01下载
    积分:1
  • lucky38
    hangle unicode used AI
    2011-08-30 18:34:33下载
    积分:1
  • GPS-data-analysis-
    用51单片机解析GPS数据并在12864液晶显示经纬度、时钟以及高度的源代码程序 (GPS data analysis with 51 single-chip liquid crystal display latitude and longitude in the 12,864, clock, and a high degree of source code program)
    2011-05-09 12:38:33下载
    积分:1
  • Virtual-screen-and-realization-
    Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础上,并且将操作界面都作成工具窗(一种特殊的窗口,客户区内规则地排列着图象按钮响应操作代码)的形式,直观、灵活且便于用户选择操作。VC++的CDC类、CBitmap类封装了对虚屏的操作,利用类的继承性,也可很容易的实现工具窗。(Visual C++ provides a virtual screen function, use it, and Windows GDI graphics functions, can be prepared in a powerful graphics program. The principle of the virtual screen, first define a virtual device description table and a bit image data area, the present should be transferred in the actual window painting processing of this image data area (this image data area function equivalent to the video memory area ), after the completion of the painting operation can be passed through the image, the results of the pop-up to the visible window. Graphics or CAD system for many Windows environment using this technology. GIS software Mapinfo, AutoCAD for Windows and other graphics operations functions such as windows, roaming the foundation are built on the basis of the virtual screen, and the operator interface made ​ ​ tool window (a special window, the client area regularly arranged in the form of image button in response to the operation code), intuitive, flexible and user-fri)
    2012-11-29 00:55:11下载
    积分:1
  • killkv2008
    kill kv2008驱动vc 6.0工程,编译通过。(kill kv2008驱动工程,)
    2009-12-29 01:15:36下载
    积分:1
  • ltimezipa
    labview图形中t轴显示示系统当前时间程序,非常方便实用 (t-axis labview graphical display shows the current system time program, very handy)
    2012-10-03 01:59:26下载
    积分:1
  • Field Coupling
    EDEM离散元软件流场单向耦合api编程模版(Flow field coupling API programming template)
    2017-08-03 00:33:59下载
    积分:1
  • measurepos
    根据《机器视觉算法与应用》编写的一维卡尺测量和直线拟合算法,欢迎大家交流学习。(According to "machine vision algorithm and application" prepared one-dimensional caliper measurement and straight line fitting algorithm, welcome to exchange learning)
    2017-10-14 07:12:26下载
    积分:1
  • VB-automatically-generate-G-code
    VB自动生成G代码VB自动生成G代码VB自动生成G代码(VB automatically generate G-code)
    2020-12-25 14:49:04下载
    积分:1
  • t(OK)
    说明:  该程序实现了图的先序、后序遍历和拓扑排序等,而且是界面输出。(the program to achieve the plan's first sequence, after the preorder and topological sorting, but it is the output interface.)
    2005-12-27 11:43:07下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载