搜索资源列表
VC++andMatlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorit
gdbdebug
- GDB是GNU开源组织发布的一个强大的UNIX下的程序调试工具。或许,各位比较喜欢那种图形界面方式的,像VC、BCB等IDE的调试,但如果你是在UNIX平台下做软件,你会发现GDB这个调试工具有比VC、BCB的图形化调试器更强大的功能。所谓“寸有所长,尺有所短”就是这个道理。-GDB GNU revenue is issued by a powerful UNIX procedures under the debugging tools. Perhaps you prefer a graphic
vc++InterfaceDesign
- 本文为VC++界面设计的一些小技巧,包括在MFC加入“这是什么?”的帮助提示,工具条使用,如何改变视窗颜色,为MFC应用程序添加全屏显示功能等,希望能对大家有帮助。-paper for VC + + interface design skills of a number of small, included in the MFC to "What is this?" help suggest that the use of the tools, how to change t
visualcontrolGUIinbeerfactory
- 在对某啤酒厂发酵车间,某啤酒厂糖化车间实施DCS控制系统的过程中,我们利用所使用的工控组态软件提供的二次开发工具(如GFW3.0的ODelI DatabaseTeolkit),结合vc缩程中提供的几种计时方法,开发出让操作员直接在计算机屏幕上设定工艺曲线并进行控制的可视操作界面,受到了操作者的好评。-a brewery in the fermentation workshop, a workshop breweries glycosylated DCS control system implem
matlab_vc_example
- 现在要实现VC与MATLAB混编的方法有好几种,而其中最方便高效的为使用MATCOM,MATCOM因其可视化界面,方便丰富的调试功能以及对数学库的强大支持,尤其是可以直接在VC中实现可视化编程,并能将.m文件编译成相应C++程序,受到愈来愈多工程技术人员的重视。通过VisualMatcom实现混合编程,既保持了MATLAB的优良算法,又保证了c++的高执行效率。本文所使用的是VC6与MATCOM4.5
migong
- 老鼠走迷宫问题,VC++6.0开发平台,实现图形的界面。-IEEE MicroMouse Maze Algorithm Research and Implementation of The Algorithm
SampleEng
- 用VC++ 6.0与三菱PLC 作上位机通讯原理,界面还有部分预留给未来的使用,可以控制马达的动作,当然你自己要会写PLC的代码。--Using VC++ 6.0 with Mitsubishi PLC for PC communication theory, the interface there are some reserved for future use, to control motor movement, of course, you have to write PLC code.
VCmfcExample
- VC mfc的几个编程技巧,主要是界面编辑方面,会有帮助的-Several VC mfc programming skills, primarily editing interface will be helpful
04
- 摘要: 随着城市生活节奏的加快,飞机已经成为人们使用越来越频繁的交通工具,随之而来的问题是,如何能让旅客最快、最便捷的订到机票。这就需要一个合适的订票系统来处理航班、机票、旅客等信息,方便售票人员查询,插入,删除各种信息。 本课程设计结合实际的订票、售票制度,经过实际的需求分析,采用功能强大的VC作为开发工具、SQL作为数据库开发出来的飞机订票管理系统。本文首先阐述了飞机订票管理系统的需求分析,描绘了本飞机订票管理系统的基本模型图。通过对数据库技术的现状与发展、数据库系统的选择原则、系统开发
12324154
- 利用VC++编程,实现具备启动和关闭界面、欢迎界面、基本代数运算、数码管显示运算结果以及程序参数设置等主要功能的软件系统。-Mini Calculator
vc--Interface-Design
- VC教程,教您设计界面,包括设计框架窗口,菜单等~-VC tutorial to teach you to design the interface, including the design framework of windows, menus, etc. ~
VC-Introduction-
- 这是一个VC界面编程的入门教程,简单介绍vc如何做界面开发-This is a VC interface programming Tutorial brief vc how to do interface development
VC
- VC与C++的关系:VC不是一门新的编程语言,其核心是C++,使用户的应用程序增加了可视的窗口界面-VC s relationship with C++: VC is not a programming language, its core is C++, the user application to increase the visual window interface
zhuomianshizhong
- 桌面时钟程序,vc++6.0下的GDI 编程,显示时钟功能,让你对GDI编程有好的了解,界面很漂亮。-Desktop clock program under vc++6.0 GDI programming, clock function, so that you have a good understanding of the GDI programming interface is very beautiful.
VC-huanjing-xia-jiemian-zhizuo
- vc环境下虚拟仪器界面的制作,指导方法和思路-the vc environment virtual instrument interface making
Easy-MFC
- VC++图形界面开发教程,很好的MFC帮助文档-VC++ graphics interface development tutorial , good MFC help documentation
labview-vc
- LabVIEW与VC的联合编程开发ActiveX控件,界面风格很好-LabVIEW and VC Joint Programming ActiveX Controls
vc
- vc界面编程经典实例,其中包含3个实例用来参考学习-Vc interface programming classic example, which contains three example is used to refer to learning
MFC-Library-of-VCPP
- MFC的库函数文档,使用VC++做界面的程序员必备,初学MFC的读者手头更应该有个API-MFC library function documentation, using VC++ programmer interface to do the necessary, MFC beginner readers should have a hand API
VC-Vi-UI-design
- 在windows平台下,如何通过vc集成Labview的控件,从而定制测试界面-On Windows OS,how to using Labview controls in VC IDE for customed UI design