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

vc-stk

于 2020-09-21 发布 文件大小:39KB
0 201
下载积分: 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 个回复

  • TTS_PC
    PC机上的TTS程序,利于理解TTS原理,也可以作为应用程序。(PC, the TTS program, which will help understand the TTS principle, can be used as application.)
    2010-07-17 10:32:23下载
    积分:1
  • YCArray
    说明:  /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add("Number2",4) * test.Add("Number1",2) * printf("%d %d",test["Number1"],test["Number2"]) * 显示: * 2 4 ******* ******* History: 2004-11-19 修改了析构函数,解决了索引没有释放的bug **/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
    2005-09-06 13:03:51下载
    积分:1
  • PainterUsePattern
    绘图系统,VC++ MFC ,可以绘制直线,椭圆,点,圆,可以擦除(VC++ MFC painterusepatten draws basic graph)
    2021-04-07 16:29:01下载
    积分:1
  • ExchangeServer2003PDF(1)
    反垃圾邮件技术研究现状及解决办法。用于邮件服务器研究(Anti-Spam)
    2009-05-31 10:21:02下载
    积分:1
  • Diamond-pattern-algorithm
    计算机图形学-金刚石图案算法(有图形界面)(Diamond pattern algorithm)
    2015-06-05 23:54:25下载
    积分:1
  • Elevator
    电梯算法 在一座10层高的宾馆的大厅内,有4部由一个控制器控制电梯。乘客随时在各层选择要去的楼层。要求: 1、设计一个电梯算法,最优地满足乘客的要求(候时最小)。 2、区分电梯的状态,如空运行、载人运行、超重、当前有故障等(可人工设置)。 3、在电梯全部无人乘做时,电梯要按一定条件(可人工设置)分布在各层。 4、保存一个星期内的各电梯的运行记录。 (Elevator algorithm in a 10-storey hotel in the hall, there are four elevators controlled by a controller. Passengers at any time choose to go to the floor on each floor. Requirements: 1, design an elevator algorithm, best meet the requirements of passengers (minimum waiting time). 2, the distinction between the state of the elevator, such as the air running, manned operation, overweight, current faulty, etc. (manual setting). 3, no ride in the elevator all to do, the elevator according to certain conditions (which can be manually set) distributed in layers. 4, save a week running record of each elevator.)
    2021-04-23 15:08:47下载
    积分:1
  • liaotianchengxu
    VC++编写的聊天程序。可在局域网内进行聊天。界面清晰(VC++ to prepare the chat program. Can be carried out in the local area network chat. Clear interface)
    2009-06-14 10:28:05下载
    积分:1
  • qwww11
    基于 mfc的客户区截图程序 可以选择bmp的格式跟大小(Based on mfc client area screenshot program you can choose bmp format with size)
    2016-04-26 15:38:17下载
    积分:1
  • Catering-management-system
    本系统有三种操作权限,其中,营业员只可以执行开台、点菜、买单及查询日收入操作;领班可以执行开台、点菜、买单、进货、添加新员工、日收入及月收入查询等操作;经理具有最高权限,除了领班及营业员的操作权限外,还可以设置员工权限、添加商品信息及菜式信息、备份与恢复数据库及初始化数据等操作。(The system has three operating authority, which can only be executed Founding salesperson, a la carte, pay and check daily revenue operations foreman can perform Founding, a la carte, pay, purchase, adding new employees, daily income and monthly income of inquiry operation manager with the highest authority, in addition to the foreman and the operating authority salesperson, you can also set permissions for employees, product information and dishes to add information, database backup and recovery, and initial data and other operations.)
    2014-04-21 13:40:34下载
    积分:1
  • MFC-ADODemon
    VC/MFC ADO连接数据库,简单易用,且封装好了一个类.(VC/MFC ADO connect to the database, easy to use, and a wrapper class.)
    2011-02-15 16:51:16下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载