登录
首页 » Visual C++ » vc-stk

vc-stk

于 2020-09-21 发布 文件大小:39KB
0 229
下载积分: 1 下载次数: 226

代码说明:

  本代码为使用vc平台开发stk软件x插件的一个范例。(The code for the use of vc software platform development stk an example of x Plug-ins.)

文件列表:

MDI
...\agexeccmdresult.cpp
...\agexeccmdresult.h
...\agpickinfodata.cpp
...\agpickinfodata.h
...\agstkxapplication.cpp
...\agstkxapplication.h
...\aguiax2dcntrl.cpp
...\aguiax2dcntrl.h
...\aguiaxvocntrl.cpp
...\aguiaxvocntrl.h
...\ChildFrm.cpp
...\ChildFrm.h
...\ConnectCommandDlg.cpp
...\ConnectCommandDlg.h
...\ConnectPortDialog.cpp
...\ConnectPortDialog.h
...\CPPMDI.cpp
...\CPPMDI.dsp
...\CPPMDI.dsw
...\CPPMDI.h
...\CPPMDI.rc
...\CPPMDI2DView.cpp
...\CPPMDI2DView.h
...\CPPMDIDoc.cpp
...\CPPMDIDoc.h
...\CPPMDIVOView.cpp
...\CPPMDIVOView.h
...\font.cpp
...\font.h
...\MainFrm.cpp
...\MainFrm.h
...\MessageViewerDialog.cpp
...\MessageViewerDialog.h
...\picture.cpp
...\picture.h
...\res

...\...\CPPMDI.rc2

...\...\Toolbar.bmp
...\resource.h
...\StdAfx.cpp
...\StdAfx.h
...\STKAppSink.cpp
...\STKAppSink.h

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

发表评论

0 个回复

  • S5335DK_Software_v1_2
    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video.(The PCI Local bus concept was developed to breakthe PC data I/O bottleneck and clearly opens the doorto increasing system speed and expansion capabilities.The PCI Local bus moves high speed peripheralsfrom the I/O bus and places them closer to the system sprocessor bus, providing faster data transfersbetween the processor and peripherals. The PCI Localbus also addresses the industry s need for a bus standardwhich is not directly dependent on the speed, size and type of system processor. It represents thefirst microprocessor independent bus offering performancemore than adequate for the most demandingapplications such as full-motion video.)
    2008-01-08 10:58:20下载
    积分:1
  • socket
    这是一个简单的socket编程例子,非常适合刚接触socket编程者。程序简单、可用、易于理解。是个很好的socket范例。(A simple socket programming examples. Suitable for beginners. Program is simple, available, easy to understand. Is a good example of socket programming.)
    2013-09-16 15:38:21下载
    积分:1
  • stkVC
    说明:  用VC++调用STK,完成超强的卫星分析功能和动画运行。(Using VC++ call STK, super satellites to complete analysis and animation to run.)
    2020-09-21 14:17:56下载
    积分:1
  • 531469b0ca56
    并口程序 测试PC并口输入输出文件,挺不错的一个程序 分享(this is a little )
    2014-09-11 11:49:42下载
    积分:1
  • a4tech_wwwrfw33_764
    ABB公司报价系统。一个工业控制和过程自动化方面的很好很强大的系统(Quotation System ABB company. An industrial process control and automation system very good very strong)
    2009-05-07 09:34:08下载
    积分:1
  • 220-classic-C-program-source-code
    本文件夹中含有220个经典C程序源码,是学习C语言难得的好资料!(220 classic C program source code)
    2013-12-28 00:00:05下载
    积分:1
  • diercishiyan
    我司通原F1型实验箱的二次开发功能是让用户通过自主设计,加深对有关实验内容所涉及的理论知识的理解和掌握。用户在掌握CPLD和DSP开发技术的基础上,以我司提供的实验箱为硬件,自主实现我司通原F1型实验箱已有的及相关的功能。(Our former F1 experimental me through secondary development function is to allow users to independently design and deepen the theoretical knowledge about the contents of the experiment involved to understand and master. Users control CPLD and DSP development technology based on our experimental boxes provided for the hardware, through self-realization of our original F1 experimental me already and related functions.)
    2014-02-24 22:43:06下载
    积分:1
  • 4562118552
    这是一个8086最小系统的内存扩展,附有程序和Proteus仿真图(This is a 8086 minimum system memory expansion, with programs and Proteus simulation map)
    2020-08-14 22:58:28下载
    积分:1
  • tull-doreian
    哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩,很好,不错(Huffman tree coding, using Huffman tree algorithm to achieve data compression, good, good)
    2018-12-31 00:04:48下载
    积分:1
  • DrawOfMemory
    DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义:   int Mult:总共需要显示几类数据   int AllNum:每类数据总的数据量   int Value[]:数据值数组,组成形式:数据1+数据2+数据3+ ...   COLORREF PenColor:每类数据的画笔的颜色   CWnd *pWnd:需要显示曲线的控件指针   还有一些函数不一一列举了,请自行下载源码查看(DrawOfMemory source package, VC++ memory mapping code examples, including a number of practical VC++ function: for example DrawLine function: the value passed to the function displayed in the form of the image to the corresponding controls (int AllNum: the total amount of data, int Value []: an array of data values​ ​ , COLORREF PenColor: brush color, CWnd* pWnd: need to show the curve control pointers) DrawWave function, will pass into the function value is displayed in the form of an image to the corresponding controls DrawMultiLine function: the passed into the function value is displayed in the form of an image to the corresponding control, you can display multiple data segments. Parameters are defined: int Mult: A total of several types of data to be displayed int AllNum: total amount of data for each type of data int Value []: an array of data values​ ​ , consisting of forms: Data 1 Data 2+ 3+ ...+ data COLORREF PenColor: brush color for each type of)
    2014-07-02 10:52:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载