登录
首页 » Visual C++ » stkconnect

stkconnect

于 2021-02-25 发布 文件大小:1216KB
0 165
下载积分: 1 下载次数: 12

代码说明:

  很好用的Visual studio编的MFC界面程序,STK控制台程序(Good use of Visual Studio Series MFC interface program, STK console program)

文件列表:

stkconnect
..........\AgConnect.dll,77884,2005-10-20
..........\AgConnect.h,12619,2005-10-20
..........\AgConnect.lib,4678,2005-10-20
..........\AgUtMsgCommon.h,9815,2005-10-20
..........\ReadMe.txt,4095,2013-04-02
..........\Release
..........\.......\SatNameDia.obj,724,2015-11-04
..........\.......\SatNameDia.sbr,0,2015-11-04
..........\.......\SatNameDia1.obj,27128,2015-11-04
..........\.......\SatNameDia1.sbr,0,2015-11-04
..........\.......\ScNameDia.obj,26726,2015-11-04
..........\.......\ScNameDia.sbr,0,2015-11-04
..........\.......\stkconn.bsc,4989952,2015-11-04
..........\.......\stkconn.obj,25316,2015-11-04
..........\.......\stkconn.pdb,590848,2015-11-04
..........\.......\stkconn.res,3256,2015-11-04
..........\.......\stkconn.sbr,0,2015-11-04
..........\.......\stkconnDlg.obj,53780,2015-11-04
..........\.......\stkconnDlg.sbr,0,2015-11-04
..........\.......\vc60.idb,82944,2015-11-04
..........\.......\vc60.pdb,126976,2015-11-04
..........\res

..........\...\stkconn.rc2,399,2006-06-11
..........\resource.h,1235,2015-11-04
..........\SatNameDia.cpp,0,2015-11-04
..........\SatNameDia.h,1221,2015-11-04
..........\SatNameDia1.cpp,1108,2015-11-04
..........\SatNameDia1.h,1221,2015-11-04
..........\ScNameDia.cpp,998,2015-11-04
..........\ScNameDia.h,1182,2013-05-03
..........\StdAfx.cpp,209,2006-06-11
..........\StdAfx.h,1071,2006-06-11
..........\stkconn.aps,37660,2015-11-04
..........\stkconn.clw,2289,2015-11-04
..........\stkconn.cpp,2126,2015-11-04
..........\stkconn.dsp,4630,2015-11-04
..........\stkconn.dsw,537,2006-06-11
..........\stkconn.exe,24678,2015-11-04
..........\stkconn.h,1335,2006-06-11
..........\stkconn.ncb,164864,2015-11-04
..........\stkconn.opt,146944,2015-11-04
..........\stkconn.plg,1429,2015-11-04
..........\stkconn.rc,6719,2015-11-04
..........\stkconnDlg.cpp,7711,2015-11-04
..........\stkconnDlg.h,1654,2015-11-04
..........\stkconnDlg1.cpp,6517,2013-04-02

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

发表评论

0 个回复

  • DemoBCGPrj
    一个使用用BCG库创建的demo工程,其中包括工作区,类似于一个小IDE(A use of BCG database created with demo projects, including work area, similar to a small IDE)
    2008-01-25 09:35:12下载
    积分:1
  • dfs
    vb 怎么让窗体永在最后 vb的控制怎么让窗体永在最后(vb how to enable the form wing in the final control vb how to enable the form wing in the final)
    2007-10-10 08:52:26下载
    积分:1
  • ImageViewCtrl
    一个picture控件类,可以对图片作简单处理,如:放大、缩小、滚动浏览等。(A picture control class, you can make a simple image processing, such as: zoom, scroll and so on.)
    2013-08-20 17:18:04下载
    积分:1
  • vbscrollbar
    VB获取和控制网页滚动条,请确保代码里所定义的网址可以访问,否则滚动条控制时会出错。正常情况下,当窗体的控件加载完网址后,可通过窗口中的上、下、左、右控制按钮来控制网页的上下左右滚动,每点击一次,网页就相应的滚动一次,如演示截图所示。(VB web access and control the scroll bar, make sure that the code defined URLs can be accessed, or an error occurs when the scroll bar control. Under normal circumstances, when the form s controls finished loading site, through the window, down, left and right control buttons to control scrolling down the page about every click, the page on the appropriate scroll once, such as Demo Screenshots shown.)
    2014-07-07 15:11:15下载
    积分:1
  • ajks
    说明:  许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度(many modern floating point unit of a major system structure and function is to be a follow closely behind multiplication and addition of implementation as a single operator, with no intermediate rounding error. For example, Intel's Itanium architecture provides a number of directives to the ternary operator (a* b, c), (a* b-c) and (c-a* b) each have a portfolio to a single floating point instructions (Fullmetal respectively, and fms fnma) . These individual instruction than the implementation of an independent and additive multiplication instructions quickly, and because no middle multiplication into homes, so more precise. The optimization can significantly increase those containing more than staggered multiplication and addition operations function of the speed)
    2006-03-23 20:52:57下载
    积分:1
  • Visual_CPPMFC
    一本关于MFC编程的入门书籍,看完此书,你会发现编写应程序其实非常简单(An introductory book on MFC programming, reading this book, you will find the program is actually very simple and should be prepared)
    2011-10-31 09:20:05下载
    积分:1
  • moni
    用于蘑菇温棚的模拟控制程序,包括xls表和动态显示控件,模拟速度速度可调节(Mushroom greenhouses for analog control procedures, including xls tables and dynamic display of control, analog speed can be adjusted)
    2010-07-11 00:29:28下载
    积分:1
  • CMFECToolTip
    浮动鼠标提示信息 添加类CMFECToolTip 实现:鼠标移动到一个控件上时,会弹出一个提示框 (Floating the mouse message Add Class CMFECToolTip implementation: a control mouse, it will pop up a prompt box)
    2010-10-08 09:18:55下载
    积分:1
  • zutaijiankong
    一个组态监控的界面源码,原来网上下的有BUG,这个是修正后的还是挺实用的(A source interface configuration monitoring, the original BUG online, this is corrected quite useful)
    2015-01-21 22:01:35下载
    积分:1
  • Student
    说明:  数据库输入界面设计,通过源代码学习可以初步学会数据库中数据界面编程的学习(Database input interface design, through the source code can initially learn to study the data in a database programming interface, the learning)
    2009-08-27 23:25:07下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载