单词 | mfc | ||||||||
释义 | mfc
更多释义 收起释义 例句释义: 全部 1. Because ASSERT statements are commented out in a release build of an MFC program, the code does not run in a release build. 因为ASSERT语句在MFC程序的发布版本中被注释掉了,该代码在发布版本中不会运行。 msdn2.microsoft.com 2. Once you create a Windows Forms control, you can host it in an MFC application just as with an ActiveX control. 一旦创建了Windows窗体控件,即可按与ActiveX控件完全相同的方式在MFC应用程序上承载它。 msdn2.microsoft.com 3. During each of the operations mentioned at the beginning of this topic, MFC needs to search for a desired value or object. 在本主题的开头提到的每个操作期间,MFC都需要搜索所需的值或对象。 msdn2.microsoft.com 4. MFC is actually quite a bit more than just a GUI toolkit , and uses a mixture of paradigms . MFC实际上不只是GUI工具箱,它还使用各种范例的混合。 www.bing.com 5. Examine the MFC code that your time- critical code uses to see if it meets your performance requirements . 检查时间关键代码使用的MFC代码,查看它是否满足性能要求。 www.bing.com 6. If you look through the code that MFC uses, you may see that you can write something more specific to your scenario to improve performance. 如果浏览MFC使用的代码,可能会明白可编写一些更特定于方案的东西以提高性能。 msdn2.microsoft.com 7. If you did not select ActiveX controls when you created the MFC project, you need to call CoInitialize and CoUninitialize in your main code. 如果在创建MFC项目时未选择“ActiveX控件”,则需要在主代码中调用CoInitialize和CoUninitialize。 msdn2.microsoft.com 8. While this option increases the size of your program , you do not need to redistribute the MFC DLL with this type of project . 虽然此选项会增加程序的大小,但不必将MFCDLL与此项目类型一起重新分布。 www.bing.com 9. This option reduces the disk and memory requirements of your program if it is composed of multiple execution files that use the MFC library. 如果程序由多个使用MFC库的执行文件组成,则此选项可降低程序的磁盘和内存需求。 technet.microsoft.com 10. Use this code wizard to add a class to an existing MFC project, or to add a class to an ATL project that supports MFC. 使用此代码向导将类添加到现有的MFC项目,或将类添加到支持MFC的ATL项目。 msdn2.microsoft.com 1. The two transmission steps do not involve the SPU at all, but only the MFC (which is part of the larger SPE). 两个传输步骤根本没有涉及SPU,只涉及MFC(这是比较大的SPE的一部分)。 www.ibm.com 2. You can link a static library to an MFC-based program or to a non-MFC program. 可以将静态库链接到基于MFC的程序或者非MFC程序。 msdn2.microsoft.com 3. See MFC ActiveX Controls: Optimization for more information about selecting options on this page to maximize the efficiency of your control. 有关选择此页中的选项以最大程度提高控件效率的更多信息,请参见MFCActiveXControls:Optimization。 msdn2.microsoft.com 4. This wizard adds a property page into an ATL project or to an MFC project with ATL support. 此向导将属性页添加到ATL项目中或者具有ATL支持的MFC项目中。 msdn2.microsoft.com 5. And the preparation of the code are all Chinese Notes of the beginning of contact with learners MFC is a very good resource! 并且编写的代码部分都有中文注释,对刚开始接触MFC的学习者来说是很好的资源! nulung.com 6. In the MFC framework of a simple calculation of the process, can add, subtract, multiply, with the exception of computing. 在MFC框架下的简单的计算其程序,可以进行加,减,乘,除运算。 www.xici.net 7. As a part of these searches, MFC scans through all the extension DLLs in use by walking a chain of CDynLinkLibrary objects. 作为这些搜索的一部分,MFC通过浏览CDynLinkLibrary对象链,扫描所有正在使用的扩展DLL。 msdn2.microsoft.com 8. An object providing access to the minimum and maximum range of a numeric- type variable in an MFC dialog box . 一个对象,用于提供对MFC对话框中数值类型变量的最小范围和最大范围的访问。 www.bing.com 9. You also have the ability to save this text into a file and load it again via the MFC Save and Open menu items. 您还可以通过MFC的“保存”和“打开”菜单项将这一文本保存到文件中并再次加载它。 msdn2.microsoft.com 10. The next program I'll show you utilizes the MFC and the channel interface to do character conversions on data specified by the PPE. 我要展示的下一个程序使用了MFC和信道接口来在由PPE指定的数据上进行字符传输。 www.ibm.com 1. An object providing access to the maximum character range of a string-type variable in an MFC dialog box. 一个对象,用于提供对MFC对话框中字符串类型变量的最大字符范围的访问。 msdn2.microsoft.com 2. This per-module copy of the MFC global data is known as a module state and is described in MFC Tech Note 58. 此MFC全局数据的每个模块的副本都称作“模块状态”,详见MFC技术说明58中的描述。 technet.microsoft.com 3. Extension DLLs can also be used for passing MFC-derived objects between the application and the DLL. 扩展DLL也可用于在应用程序和DLL之间传递MFC派生的对象。 msdn2.microsoft.com 4. Examples demonstrate hooking MFC functions up to WinForms control events. 示例演示了如何将MFC函数挂接到WinForms控件事件。 msdn2.microsoft.com 5. Written in a palette of their own procedures, to understand the use of MFC programming and control, more helpful ~! 自己编写的一个调色板程序,对理解MFC编程和控件的使用比较有帮助~! 3333355555.com 6. Note that release builds of MFC DLLs and applications do not use separate DLLs for database, sockets, or OLE support. 请注意,MFCDLL和应用程序的发布版本不对数据库、套接字或OLE支持使用单独的DLL。 msdn2.microsoft.com 7. The MFC is the main communication vehicle between the local store memory and the system memory. MFC是本地存储内存与系统内存之间的主要通信工具。 www.ibm.com 8. The project must be an MFC application because in the next step you will add MFC functions. 项目必须是MFC应用程序,这是因为在下一步骤中,将要添加MFC函数。 msdn2.microsoft.com 9. Though MFC developers have had this for a long time, only recently has Microsoft granted access to the . NET source code. 虽然MFC开发者们已经这样做很久了,但直到最近,微软才授权允许访问.NET源码。 www.infoq.com 10. This forces _AFXDLL to be also defined and ensures that the proper declarations is pulled in from the MFC header files. 这将强制同时定义_AFXDLL,并确保从MFC头文件中拉入正确的声明。 msdn2.microsoft.com 1. MFC implementation of the database easy friendly interface with the system Address Book. 简单的数据库MFC实现带友好界面的通讯录系统。 www.my1010.com 2. In the code written so far, the SPU has simply waited for the MFC to finish before processing anything else. 在目前编写的代码中,SPU仅仅等待MFC完成传输,然后才能处理其他东西。 www.ibm.com 3. In fact, the VC MFC provided CAsyncSocket such a socket type used him to Socket Programming, it is very convenient. 其实,VC 的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 joys99.com 4. So, the command name for a single transfer from the local store to system memory using fence synchronization would be MFC_PUTF_CMD. 因此使用fence同步从本地存储向系统内存发起的一次数据传输使用的命令名应该是MFC_PUTF_CMD。 www.ibm.com 5. Select whether your MFC DLL should support automation and whether or not it should support Windows sockets. 选择MFCDLL是否应支持自动化和Windows套接字。 msdn2.microsoft.com 6. The client executable must be an MFC application compiled with _AFXDLL defined. 客户端可执行文件必须是用定义的_AFXDLL编译的MFC应用程序。 msdn2.microsoft.com 7. If you were targeting just Windows operating systems, perhaps you'd be inclined to use MFC or . NET. 如果目标仅仅是Windows操作系统,也许你会倾向于使用MFC或者.NET。 www.infoq.com 8. The main one is to initiate a lot of data transfers on the MFC, and then let the MFC take control of deciding the ordering for processing. 主要方法是在MFC上启动许多数据传输,然后让MFC决定处理的次序。 www.ibm.com 9. Putting a fence on a request forces all previously issued MFC requests in the same tag group to be processed before the current request. 在请求上放一个fence,就会迫使同一标记组中以前发出的所有MFC请求在当前请求之前得到处理。 www.ibm.com 10. Compare this sample with the MFC version to see the differences in source code. 将此示例与MFC版本相比较,找出源代码的差异。 msdn2.microsoft.com 1. The onstage manufacture needs certain MFC foundation, the backstage establishment must have the database basic theory knowledge. 前台的制作需要一定的MFC基础,后台的建立要有数据库基础理论知识。 goabroad.zhishi.sohu.com 2. You use the same DMA parameters as for the last transfer, but this time it is an MFC_PUT_CMD command. 使用相同的DMA参数作最后的传输,但这次使用的是MFC_PUT_CMD命令。 www.ibm.com 3. Extension DLLs are built using the dynamic-link library version of MFC (also known as the shared version of MFC). 扩展DLL是使用MFC动态链接库版本(也称作共享MFC版本)生成的。 msdn2.microsoft.com 4. MFC for devices does not support each and every class that standard MFC supports due to device limitations. 由于设备限制,设备的MFC并不支持标准MFC支持的每个类。 msdn2.microsoft.com 5. An object providing access to a variable code element in an existing MFC dialog box. 一个对象,用于提供对现有MFC对话框中变量代码元素的访问。 msdn2.microsoft.com 6. Windows Forms are a technology that do not yet provide the command-routing and document-view infrastructure found in MFC. 窗口表格是不仍然提供指令的一种技术-工作路线排定和文件-视野的系统内各部分在MFC发现。 wenda.weitiewang.com 7. As the name describes, this kind of DLL is built using the static link library version of MFC. 正如名称所描述的,这类DLL是使用MFC静态链接库版本生成的。 technet.microsoft.com 8. This option links your project to the MFC libraries so that you can access any of the classes and functions they contain. 此选项将项目链接到MFC库,以便可以访问它们包含的任何类和函数。 msdn2.microsoft.com 9. The Concise Guide is designed to help you understand and master the Visual C MFC programming the basic concepts and techniques. 本简明教程的目的是帮助你理解和掌握VisualC MFC编程的基本概念和技术。 ftp.hackchina.com 10. Partition and merger documents: Application MFC dialog, the realization of the document segmentation and merging . 文件分割和合并:应用MFC的对话框,实现文件的分割与合并。 dict.kekenet.com 1. The MFC library itself is available, in either static link libraries or in a number of DLLs, with the MFC DLL Wizard. 使用“MFCDLL向导”时,可以在静态链接库或若干DLL中使用MFC库本身。 msdn2.microsoft.com 2. This article, to the U. S. demonstrated the basic MFC program operating mechanism. 这篇文章,就向大家展示了MFC程序的基本运行机制。 www.hxzi.com 3. An MFC and ATL application that retrieves stock quotes from the Web and displays them in an ATL control. 从Web上检索股票行情并在ATL控件中显示它们的MFC和ATL应用程序。 msdn2.microsoft.com 4. So far, 100 MFCs have been buried in dirt and can provide power for several months to Namibian families who lack access to electricity. 到目前为止,已有100枚MFC电池被埋在泥土中,它们能为用不上电的纳米比亚家庭提供数月的动力。 www.bing.com 5. The MFC database classes based on ODBC are designed to provide access to any database for which an ODBC driver is available. 基于ODBC的MFC数据库类的目的在于提供对任何可使用ODBC驱动程序的数据库的访问。 msdn2.microsoft.com 6. The ability to dynamically link a regular DLL to the MFC DLL allows some configurations that are very complicated. 如果能够将规则DLL动态链接到MFCDLL,就可以进行一些非常复杂的配置。 msdn2.microsoft.com 7. Discusses a reusable databinding mechanism through ActiveX controls in MFC projects that lets you rapidly develop database applications. 讨论一种通过MFC项目中的ActiveX控件实现的可重用数据绑定机制,该机制使您可以快速开发数据库应用程序。 msdn2.microsoft.com 8. You can use one of the ATL code wizards to add an object or a control to your ATL- or MFC-based projects. 可以使用某个ATL代码向导将对象或者控件添加到基于ATL或MFC的项目。 msdn2.microsoft.com 9. See MFC ActiveX Controls: Distributing ActiveX Controls for more information about registering ActiveX controls. 有关注册ActiveX控件的更多信息,请参见MFCActiveX控件:发行ActiveX控件。 msdn2.microsoft.com 10. This book through about 85 examples of a comprehensive application MFC for Visual C Programming ideas. 本书通过85个实例全面讲述了应用MFC进行VisualC 编程的思想。 ftp.hackchina.com 1. The multithreading topics do not teach the basics of multithreaded programming, only how to use MFC in your multithreaded program. 多执行绪主题没有教授多执行绪程式设计的基本概念,只有教授如何在您的多执行绪程式中使用MFC。 technet.microsoft.com 2. In addition, it shows a number of techniques related to using a modeless dialog box as the main window of an MFC application. 另外,它还说明若干与将无模式对话框用作MFC应用程序主窗口有关的方法。 msdn2.microsoft.com 3. The Microsoft Foundation Class (MFC) library provides support for multithreaded applications. Microsoft基础类(MFC)库提供多线程应用程序支持。 msdn2.microsoft.com 4. MFC applications must be initialized as single threaded apartment (STA). MFC应用程序必须初始化为单线程单元(STA)。 msdn2.microsoft.com 5. Applying this filter is an excellent way to display only the smart device subsets of reference topics, including the MFC libraries. 如果要仅显示参考主题中与智能设备有关的部分,包括MFC库,则应用此筛选器是一种绝佳的方法。 msdn2.microsoft.com 6. A timer control is developed with MFC in VC , the procedure can be offered when developing other components of the MACS. 使用VC 的MFC类库开发了定时器控制,开发过程可以作为开发其他测控系统组件的参考。 www.fabiao.net 7. MFC Furniture is our leather cutting system for small and medium production runs, dedicated to upholstered furniture companies. MFCFurniture是力克专为软体家具公司设计的适于中小批量生产的皮革裁剪系统。 www.lectra.com 8. MFC provides a number of synchronization and synchronization access classes to aid in solving this problem. MFC提供一些同步作业和同步存取类别来协助解决这个问题。 msdn.microsoft.com 9. To implement an interface, you must have created a project as an ATL COM application or as an MFC application that contains ATL support. 为实现接口,必须已创建了作为ATLCOM应用程序或包含ATL支持的MFC应用程序的项目。 technet.microsoft.com 10. Next, we discuss the key technologies required to develop video processing software, including Visual Studio, MFC & COM, etc. 接下来,本文讨论了进行视频开发所需具备的关键技术,包括面向对象编程、COM组件技术等。 www.fabiao.net 1. CCriticalSection, unlike other MFC synchronization classes, does not have the option of a timed lock request. 与其他MFC同步类不同的是,CCriticalSection没有计时锁定请求选项。 msdn2.microsoft.com 2. The design includes a VC (MFC) in the preparation, VC programming stage and the stage of the realization of the database. 此次设计主要包括了VC (MFC)的编写,VC 编程阶段和数据库阶段的实现。 zhidao.baidu.com 3. Introduces MFC and the fundamental support for programming for Microsoft Windows that it provides. 介绍MFC以及它所提供的MicrosoftWindows编程基本支持。 msdn2.microsoft.com 4. Introduces the MFC collections used to manage groups of objects. 介绍用于管理对象组的MFC集合。 msdn2.microsoft.com 5. For more information about application wizard options, see Database Support, MFC Application Wizard. 有关应用程序向导选项的更多信息,请参见MFC应用程序向导的数据库支持。 technet.microsoft.com 6. This sample is a COM system that consists of several COM servers and an MFC application that uses the servers. 该示例是一个COM系统,它由若干COM服务器和一个使用这些服务器的MFC应用程序组成。 msdn2.microsoft.com 7. You can use the Add Member Variable Wizard to add a member variable to a dialog box control created using MFC. 您可使用加入成员变数精灵,在使用MFC建立的对话方块控制项中加入成员变数。 technet.microsoft.com 8. Performances of MFC on current, voltage and current density were examined as functions of operational conditions. 探讨系统操作条件对微生物燃料电池效能(电流、电压、电流密度)之影响。 www.cetd.com.tw 9. Applications that use ATL or MFC are not good candidates for migration to pure MSIL, as these libraries are not supported in this release. 使用ATL或MFC的应用程序并不适合迁移到纯MSIL,因为此版本不支持这些库。 technet.microsoft.com 10. The topics in this section are the abstracts for the MFC ActiveX controls samples. 本节的主题是MFCActiveX控件示例的摘要。 msdn2.microsoft.com 1. MFC Windows Forms integration works only in projects which link dynamically with MFC (projects in which AFXDLL is defined). MFCWindows窗体集成仅适用于与MFC动态链接的项目(定义了AFXDLL的项目)。 msdn2.microsoft.com 2. See Adding Context-Sensitive Help to an MFC ActiveX Control for more information about integrating help. 有关集成帮助的更多信息,请参见AddingContext-SensitiveHelptoanMFCActiveXControl。 msdn2.microsoft.com 3. even before any object variable declarations as their constructors may generate calls into the MFC DLL. 任何一个变量对象可能都会在他们的构造里面产生进入MFCDLL的过程。 goabroad.zhishi.sohu.com 4. Handles several of the common MFC view notifications by forwarding them to the managed user control. 通过将一些常见的MFC视图通知转发给托管用户控件来处理这些通知。 msdn2.microsoft.com 5. Steve joined MFC Global in 2004 with over 25 years of investment management experience. Steve拥有25年投资管理经验,于2004年加入宏利金融环球。 www.manulife.com.hk 6. By default, the MFC Application Wizard creates a skeleton application with no database support. 默认情况下,“MFC应用程序向导”在没有数据库支持下创建主干应用程序。 technet.microsoft.com 7. In order to standardize the performance appraisal policy of MFC, the Company constituted this plan. 为规范公司对员工的考察与评价,特制定本制度。 baike.china.alibaba.com 8. Demonstrates the basics of using the Microsoft Foundation Classes, and provides a starting point for writing your own MFC application. 演示Microsoft基础类的基本使用方法,并提供编写自己的MFC应用程序的起点。 msdn2.microsoft.com 9. This wizard page describes the current application settings for the MFC ActiveX control project you are creating. 此向导页描述正在创建的MFCActiveX控件项目的当前应用程序设置。 msdn2.microsoft.com 10. As a general rule, a thread can access only MFC objects that it created. 根据一般规则,执行绪只能存取它所建立的MFC物件。 technet.microsoft.com 1. Application Type, MFC Application Wizard page of the MFC Application Wizard. MFC应用程序向导的应用程序类型页中指定的应用程序类型。 technet.microsoft.com 2. MFC with a picture zoom procedures, tests have pictures! 一个用MFC实现的图象缩放程序,也有测试图片! www.hxzi.com 3. Select this option to link the MFC library to your program as a shared DLL. 选择此选项将MFC库作为共享DLL链接到您的程序。 technet.microsoft.com 4. An MFC DLL is a binary file that acts as a shared library of functions that can be used simultaneously by multiple applications. MFCDLL是作为可由多个应用程序同时使用的共享函数库的二进制文件。 msdn2.microsoft.com 5. An MFC can have multiple concurrent DMA requests to one address space outstanding from both the PPE and the SPU. MFC可以具有对同一个地址空间的多个并发的DMA请求,这些请求可以来自于PPE和SPU。 www.ibm.com 6. The API for interacting with the memory flow controller (MFC) is provided by the mfc headers. 与内存流控制器(MFC)进行交互的API是由mfs头文件提供的。 www.ibm.com 7. Tip: Surround phrases by quotes, and use NOT to exclude terms; e. G. , Grid Control NOT MFC. 提示:请在短语前后加引号,并使用NOT排除术语,例如GridControlNOTMFC。 msdn2.microsoft.com 8. MFC coding method used to achieve a straight line cutting. MFC中用编码方法实现直线的裁剪。程序比较完整。 www.hxzi.com 9. Class to represent an embedded Active document in an MFC document. 类来表示MFC文档中嵌入的活动文档。 msdn2.microsoft.com 10. For size and performance reasons, MFC objects are not thread-safe at the object level, only at the class level. 由于大小和效能因素,MFC物件在物件层级上不是安全执行绪,只有在类别层级上才是。 technet.microsoft.com 1. The team is working on a significant update to the Microsoft Foundation Classes (MFC). 我们的团队正在开发一个Microsoft基础类(MFC)的重大更新。 blog.joycode.com 2. With VC (MFC) to prepare the nine-source grid puzzle procedures, as I can run a test procedure. 用VC(MFC)编写的九格拼图游戏源码程序,经本人测试程序可以运行。 ftp.hackchina.com 3. The debug information for a large MFC application can take up a lot of disk space. 大型MFC应用程序的调试信息会占用大量磁盘空间。 msdn2.microsoft.com 4. This wizard page describes the current application settings for the MFC application you are creating. 此向导页描述正在创建的MFC应用程序的当前应用程序设置。 msdn2.microsoft.com 5. For more information about customizing your ActiveX control, see MFC ActiveX Controls. 有关自定义ActiveX控件的更多信息,请参见MFCActiveX控件。 msdn2.microsoft.com 6. But these examples typically use Microsoft Foundation Classes (MFC), . 但这些典型例子都是使用微软基础类(MFC),。 xjchilli.blog.163.com 7. MFC automatically dumps all leaked objects when your program exits, so you do not need to create code to dump objects at that point. 程序退出时MFC将自动转储所有泄漏的对象,因此不必创建代码在该点转储对象。 msdn2.microsoft.com 8. It is an example of a full-fledged word processing application written using MFC. 它是使用MFC编写的完整字处理应用程序的示例。 msdn2.microsoft.com 9. MFC does not provide built-in support for adding control bars to dialog boxes. MFC不提供将控制条添加到对话框的内置支持。 msdn2.microsoft.com 10. They greatly simplify a lot of operations in MFC, making it much more convenient to do string manipulation. 它们很大程度上简化了MFC中的许多操作,使得MFC在做字符串操作的时候方便了很多。 blog.sina.com.cn 1. Discusses the differences between MFC applications and Windows Forms. 讨论MFC应用程序和Windows窗体的差异。 msdn2.microsoft.com 2. MFC handles user-interface threads specially by supplying a message pump for events in the user interface. MFC为用户界面中的事件提供消息泵,从而对用户界面线程进行专门处理。 msdn2.microsoft.com 3. MFC six core technologies : MFC process initialization process. MFC六大核心技术:MFC程序的初始化过程。 s.dssz.net 4. The following table describes all dialog box control types supported in MFC and the Dialog Editor, and their available types and values. 下表描述MFC和对话框编辑器中支持的所有对话框控件类型及其可用的类型和值。 msdn2.microsoft.com 5. Enhanced support for using HTML Help in an MFC application. 对在MFC应用程序中使用HTML帮助提供了增强型支持。 msdn2.microsoft.com 6. Enables MFC's support for Active Accessibility by calling EnableActiveAccessibility in the constructor. 通过调用构造函数中的EnableActiveAccessibility来启用MFC对ActiveAccessibility的支持。 msdn2.microsoft.com 7. MFC registers document file types and processes the document type when opening a document from the shell. 当从外壳程序打开一个文档时,MFC将注册这些文档文件类型并处理此文档类型。 msdn2.microsoft.com 8. Whether it's the SDK or MFC resource editor, both are used extensively to develop the static UI controls for the application. 不论是SDK还是MFC资源编辑器,它们都被广泛用于为应用程序开发静态的UI控件。 www.ibm.com 9. This wizard page describes the current project settings for the MFC ISAPI extension DLL you are creating. 该向导页描述正在创建的MFCISAPI扩展DLL的当前项目设置。 msdn2.microsoft.com 10. The MFC ISAPI extension is an Internet Server API extension or filter. MFCISAPI扩展是Internet服务器API扩展或筛选器。 msdn2.microsoft.com 1. Links the MFC library to your application as a shared DLL. 将MFC库作为共享DLL链接到应用程序。 msdn2.microsoft.com 2. Defining performance objects and counters within an MFC application. 在MFC应用程序内定义性能对象和计数器。 msdn2.microsoft.com 3. The MFC Application Wizard has two options that support form-based data access applications. MFC应用程序向导有两个支持基于窗体的数据访问应用程序的选项。 msdn2.microsoft.com 4. Describes the Application Settings page of the MFC Smart Device DLL Wizard. 描述“MFC智能设备DLL向导”的“应用程序设置”页。 msdn2.microsoft.com 5. The Microsoft Foundation Classes (MFC) can greatly simplify writing code. Microsoft基础类(MFC)可以在很大程度上简化代码的编写。 msdn2.microsoft.com 6. The first format is designed to be used in invocations of MFC's IMPLEMENT_OLECREATE macro. 根据设计,第一种格式用于MFC的IMPLEMENT_OLECREATE宏的调用中。 msdn2.microsoft.com 7. If you need to pass an MFC or MFC-derived object pointer to or from an MFC DLL, the DLL should be an extension DLL. 如果需要与MFCDLL来回传递MFC或MFC派生对象的指针,DLL应为扩展DLL。 msdn2.microsoft.com 8. A client block is a special type of memory block used by MFC programs for objects that require a destructor. “客户端块”是由MFC程序用于需要析构函数的对象的特殊类型内存块。 technet.microsoft.com 9. The advice applies to MFC applications and applications written without MFC. 所提供的建议适用于MFC应用程序和未使用MFC编写的应用程序。 technet.microsoft.com 10. We don't know about you, but we would be thrilled to bury some MFCs in our backyards and use them to power our small electronic devices. MFC电池,对于你的庐山真面目,我们还不太清楚;不过等到我们在自己后院埋下几个,然后利用它们驱动小型电子设备时,我们一定会欣喜若狂的。 www.bing.com 1. Nevertheless, MTMDI does illustrate techniques for implementing an MFC user interface thread. 但MTMDI确实阐释了实现MFC用户界面线程的方法。 msdn2.microsoft.com 2. Provides links to conceptual topics discussing targeting ODBC with MFC. 提供指向讨论通过MFC面向ODBC的概念性主题的链接。 technet.microsoft.com 3. Suppose that when you run the debug version of your MFC application, there are no problems. 假设在运行MFC应用程序的调试版本时,没有任何问题。 technet.microsoft.com 4. These include MFC (Microsoft Foundation Classes), ATL (Active Template Library), the Windows Platform SDK and more. 其中包括MFC(Microsoft基类库)、ATL(动态模版库)、WindowsPlatformSDK及其他。 msdn2.microsoft.com 5. The MFC new operation creates either a normal block or a client block, as appropriate for the object being created. MFCnew操作根据正在创建的对象的需要创建普通块或客户端块。 msdn2.microsoft.com 6. The list includes additional common controls exposed to your MFC application in commctrl. H. 该列表包括commctrl.h中向MFC应用程序公开的附加公共控件。 msdn2.microsoft.com 7. Define your application settings, control names, and control settings using the MFC ActiveX Control Wizard. 使用MFCActiveX控件向导定义应用程序设置、控件名称和控件设置。 msdn2.microsoft.com 8. Use this function to add ATL support to an MFC project created by the wizard. 使用该函数将ATL支持添加到向导创建的MFC项目。 technet.microsoft.com 9. MFC includes a forms designer to make form building, event wiring, and other form-based programming tasks easier. MFC包含一个可以使窗体生成、事件连通和其他基于窗体的编程任务更加容易的窗体设计器。 www.cnblogs.com 10. By having lots of transfers outstanding on the MFC, the MFC can determine what the best transfer order will be. 通过在MFC上启动许多传输,MFC可以决定最佳的传输次序。 www.ibm.com 1. All of the data transfers will use the MFC's DMA facilities, controlled through SPE channels. 所有传递的数据都将使用MFC的DMA工具,由SPE信道控制。 www.ibm.com 2. Includes reference topics for ATL and MFC for devices, user interface reference for device projects, error messages, and more. 包括设备的ATL和MFC的参考主题、设备项目的用户界面参考及错误信息等。 msdn2.microsoft.com 3. The MFC Application Wizard has several options in Select database support, which are listed in the following table. MFC应用程序向导包括下表中列出的多种“选择数据库支持”选项。 msdn2.microsoft.com 4. You can do this by following the instructions in Adding ATL Support to Your MFC Project. 可以遵循向MFC项目添加ATL支持中的说明来完成此操作。 msdn2.microsoft.com 5. This will create an MFC application with an MFC Dialog. 这将创建带有MFC对话框的MFC应用程序。 msdn2.microsoft.com 6. The sample also demonstrates using MFC as the client of ATL COM servers. 此示例还说明如何将MFC用作ATLCOM服务器的客户端。 msdn2.microsoft.com 7. The PerformanceScribble sample is identical to the MFC Scribble sample, except that performance data support has been added. PerformanceScribble示例与MFCScribble示例相同,但前者添加了性能数据支持。 msdn2.microsoft.com 8. This application, the ATL Trace Tool, displays debug trace messages in the ATL and MFC sources. 该应用程序(ATL跟踪工具)显示ATL和MFC源中的调试跟踪消息。 msdn2.microsoft.com 9. Reference topics for MFC contain hundreds of new code examples. 有关MFC的参考主题包含数百个新的代码示例。 msdn2.microsoft.com 10. This topic describes processes and threads and the MFC approach to multithreading. 本主题描述进程、线程和MFC多线程处理方法。 msdn2.microsoft.com 1. This sample demonstrates how to host a WinForms user control as a dialog or a view in an MFC application. 此示例演示如何将WinForms用户控件作为MFC应用程序中的对话框或视图来承载。 msdn2.microsoft.com 2. If you use the MFC Application Wizard to create an application, all these options produce applications with documents and views. 如若使用MFC应用程序向导创建应用程序,所有这些选项都生成带文档和视图的应用程序。 msdn2.microsoft.com 3. You cannot add MFC or ATL support to a Windows application. 不能向Windows应用程序添加MFC和ATL支持。 msdn2.microsoft.com 4. The system is divided into the following two parts: the slave part based on FPGA, and the master part based on MFC. 系统主体分为基于FPGA的下位机部分和基于MFC的上位机部分。 www.boshuo.net 5. The standard MFC static link libraries are named according to the convention described in Naming Conventions for MFC DLLs. 标准MFC静态链接库依据MFCDLL命名约定中描述的约定进行命名。 technet.microsoft.com 6. Now I'll apply this knowledge of the MFC composite intrinsics to the uppercase conversion program. 接下来,让我们将有关MFC复合intrinsic的知识应用到大写转换程序中。 www.ibm.com 7. One for the MFC source code for the control of the oscilloscope. 一个用于MFC的示波器控件源代码。 s.dssz.net 8. In an MFC application, you can attach control bars such as status bars and toolbars to a frame window. 在MFC应用程序中,可以将控制条(如状态栏和工具栏)附加到框架窗口。 msdn2.microsoft.com 9. MFC has the concept of commands. MFC有命令的概念。 msdn2.microsoft.com 10. To implement ATL support for an MFC application. 以实现MFC应用程序的ATL支持。 msdn2.microsoft.com 1. If you are debugging an MFC program, these debugging techniques may be useful. 如果要调试MFC程序,这些调试技术可能会有用。 msdn2.microsoft.com 2. Two issues arise in using MFC record sets with tables that contain timestamp columns. 利用包含时间戳记资料行的资料表来使用MFC资料录集时会产生两个问题。 technet.microsoft.com 3. The DLLs and libraries included in MFC follow a structured naming convention. MFC中包含的DLL和库遵循结构化命名约定。 msdn2.microsoft.com 4. See MFC ActiveX Controls: Adding Stock Methods for more information. 有关更多信息,请参见MFCActiveX控件:添加常用方法。 msdn2.microsoft.com 5. The SPEs use the MFC to transfer data between the local store, main memory, and other SPEs. SPE通过MFC在本地存储、主存和其他SPE间传输数据。 www.ibm.com 6. At last, based on the research conclusion of this paper, the software of Uniform Supply Air Duct has been completed with MFC. 最后以文中的研究结论为基础,用MFC编写了均匀送风管道设计软件。 www.fabiao.net 7. The chat program, including server and client in two parts, the use of the MFC Class CSOCKET. 该聊天程序包括服务器和客户端两部分,使用是MFC的CSOCKET类。 www.hxzi.com 8. Select this option to link your program statically to the MFC library at build time. 选择此选项在生成时将您的程序静态链接到MFC库。 msdn2.microsoft.com 9. Once . NET becomes established on every PC running Windows, will there be any reason at all to write C or MFC apps? 一次。变成确定的每个个人计算机赛跑窗口之上,全然将会|有任何的理由吗写C 或MFC应用?。 wenda.weitiewang.com 10. Merge modules install the CRT and MFC assemblies as shared side-by-side assemblies. 合并模块将CRT和MFC程序集安装为共享的并行程序集。 msdn2.microsoft.com 1. The wizard displays a message box to confirm adding ATL support to the MFC project. 向导显示一个消息框,确认是否向MFC项目添加ATL支持。 technet.microsoft.com 2. Can a multithreaded application access an MFC DLL in different threads? 多线程应用程序是否可以通过不同的线程访问MFCDLL? msdn2.microsoft.com 3. This support applies only to simple COM objects added to an MFC executable or DLL project. 该支持仅应用到添加到MFC可执行文件或DLL项目的简单COM对象。 msdn2.microsoft.com 4. In WebSphere ESB V6. 1 or earlier, only one mediation flow component (MFC) could be placed inside a mediation module. 在WebSphereESBV6.1或更早版本,只能在中介模块中放置一个中介流组件(MFC)。 www.ibm.com 5. Assuming feature parity between . NET and MFC, a developer might choose MFC if there were a compelling need to write purely unmanaged code. 傲慢的特征同等在。之间和MFC,如果有无法抗拒的需要纯粹地写不处理密码,一个开发者可能选择MFC。 wenda.weitiewang.com 6. Eventually, Windows sends your view a WM_PAINT message, which MFC handles by calling the view's virtual OnDraw method. 最后,Windows向你的视图发送MW_PAINT消息,MFC通过调用视图的虚拟OnDraw方法处理该消息。 blog.163.com 7. Then, MFC commands either operate individually or on a list. 然后,MFC命令可以逐个进行操作,也可以对一个列表进行操作。 www.ibm.com 8. Many of the MFC macros and much of the MFC implementation changes when you build for release. 在生成发布版本时,许多MFC宏和MFC实现会更改。 msdn2.microsoft.com 9. The MFC collection classes can be classified according to shape and design. MFC集合类可以按形态和设计方案来分类。 msdn2.microsoft.com 10. MFC extension DLLs have the same characteristics as the former AFXDLLs. MFC扩展DLL具有与原来的AFXDLL相同的特性。 msdn2.microsoft.com 1. Create a default MFC AppWizard application (called MyApp in this example), and specify U. S. English for the resources language. 创建默认的MFCAppWizard应用程序(在本例中称为“MyApp”),然后指定美国英语作为资源语言。 blog.163.com 2. By default, _MBCS is defined for MFC applications. 默认情况下,为MFC应用程序定义的是_MBCS。 msdn2.microsoft.com 3. The system is ideal for developing nations because the MFCs are cheap to produce, easily made and eco-friendly. 对于发展中国家,这套系统十分理想,因为MFC电池生产成本低廉,制作简便而且环保。 www.bing.com 4. The TSTCON sample implements an ActiveX control container using MFC support for OLE embedding. TSTCON示例使用MFC的OLE嵌入支持实现ActiveX控件容器。 msdn2.microsoft.com 5. Demonstrates the development of a rich Windows client application using the Microsoft Foundation Class (MFC) library or Windows Forms. 使用Microsoft基础类(MFC)库或Windows窗体演示Windows胖客户端应用程序的开发过程。 technet.microsoft.com 6. You can create your record view class with the MFC Application Wizard. 您可以用MFC应用程序向导创建记录视图类。 technet.microsoft.com 7. MFC interface, data input to achieve cows, delete, change, query and other operations! 奶牛健康管理系统!MFC界面,实现奶牛资料的录入、删除、更改、查询等操作! 3333355555.com 8. Click Next on the MFC Smart Device Application Wizard Welcome page. 在“MFC智能设备应用程序向导欢迎”页上单击“下一步”。 msdn2.microsoft.com 9. Describes the process for creating an MFC-based rich client application. 描述创建基于MFC的胖客户端应用程序的过程。 msdn2.microsoft.com 10. The TESTHELP sample demonstrates how to use MFC to build an ActiveX control that has its own help file to display help for the user. TESTHELP示例说明如何使用MFC生成ActiveX控件,该控件具有自己的帮助文件,可以向用户显示帮助信息。 msdn2.microsoft.com 1. Describes the classes that MFC provides to access record views. 描述MFC提供用于访问记录视图的类。 msdn2.microsoft.com 2. ACDUAL demonstrates how to add dual- interface support to an MFC- based Automation application with the native compiler COM support . ACDUAL演示了如何使用本机编译器COM支持向基于MFC的自动化应用程序添加双重接口支持。 www.bing.com 3. The equivalent of the standard MFC frame object. 等效于标准MFC框架对象。 msdn2.microsoft.com 4. You cannot share MFC objects between your DLL and the calling application. 不能在DLL和调用应用程序之间共享MFC对象。 msdn2.microsoft.com 5. Documents the classes that are shared between ATL and MFC. 介绍ATL和MFC之间共享的类。 msdn2.microsoft.com 6. Lists MFC classes that are fully supported on devices. 列出设备完全支持的MFC类。 msdn2.microsoft.com 7. The SPEs include an attached memory flow controller (MFC). SPE包括一个附加的内存流控制器(MFC)。 www.ibm.com 8. This is a basic text editor (using a multiline. NET TextBox control) that uses MFC to save and open files. 这是一个基本文本编辑器(使用一个多行.NETTextBox控件),它使用MFC来保存和打开文件。 msdn2.microsoft.com 9. Discusses how to use the MFC Windows Forms support classes to host Windows Forms controls within your MFC applications. 讨论如何使用MFCWindows窗体支持类以承载MFC应用程序内的Windows窗体控件。 msdn2.microsoft.com 10. Host a Windows Forms user control as an MFC view. 以MFC视图的形式承载Windows窗体用户控件。 msdn2.microsoft.com 1. Standard MFC database, sockets, or OLE resources fail to load. 标准MFC数据库、套接字或OLE资源未能加载。 msdn2.microsoft.com 2. If your ODBC driver supports the: : SQLSetPos ODBC API function, MFC uses the function to add records. 如果ODBC驱动程序支持::SQLSetPosODBCAPI函数,则MFC使用该函数添加记录。 msdn2.microsoft.com 3. This procedure clever use of MFC framework, involving a large number of knowledge points. 本程序巧妙的利用了MFC的框架,涉及到众多的知识点。 www.hxzi.com 4. MFC application projects with HTML Help content. 包含HTML帮助内容的MFC应用程序项目。 msdn2.microsoft.com 5. The following table identifies all the MFC collection classes sorted according to shape and design. 下表标识了按形态和设计方案排序的所有MFC集合类。 msdn2.microsoft.com 6. Links your application to the static MFC library at build time. 生成时将应用程序链接到静态MFC库。 msdn2.microsoft.com 7. For non-MFC DLLs, you must create the. Def file yourself and add it to your project. 对于非MFCDLL,必须亲自创建.def文件并将其添加到项目中。 msdn2.microsoft.com 8. How do I convert my USRDLL to a regular DLL that uses the MFC shared library? 如何将USRDLL转换为使用MFC共享库的规则DLL? msdn2.microsoft.com 9. For MFC dispinterfaces, provide your own type or select from the predefined list. 为MFC分配介面提供您自己的自订型别或从预先定义的清单上选取。 msdn.microsoft.com 10. MFC maintains dirty states for the document. MFC会维持文档的已更新状态。 msdn2.microsoft.com 1. mfc_get initiates the transfer into the local store. mfc_get发起到本地存储的传输。 www.ibm.com 2. This paper introduces the development of Microbial Fuel Cell (MFC), the latest research process and the focus of this area nowadays. 本文介绍了微生物燃料电池(MFC)的发展历程及其最新的研究进展。 www.13191.com 3. Select to specify that your object includes MFC support. 选择以指定对象包含MFC支持。 msdn2.microsoft.com 4. Meanwhile, a renegade group within Microsoft discovered a fatal flaw in MFC: they didn't write it! 与此同时,Microsoft的一个变节小组发现了一个MFC的致命缺陷:这不是他们做的! blog.sina.com.cn 5. All threads in MFC applications are represented by CWinThread objects. MFC应用程序中的所有线程都由CWinThread对象表示。 msdn2.microsoft.com 6. This information applies to the MFC ODBC classes. 此信息适用于MFCODBC类。 msdn2.microsoft.com 7. Provides a mechanism to extend the MFC library classes. 提供了扩展MFC库类的机制。 msdn2.microsoft.com 8. The interactive interface is designed using MFC in PC. The remote control is completed by RS-232. 上位机部分利用MFC设计人机交互界面,通过RS-232完成对下位机的远程遥控; www.boshuo.net 9. Provides reference topics for MFC for Devices. 提供设备的MFC的参考主题。 msdn2.microsoft.com 10. Your application makes calls to the MFC library at run time. 应用程序在运行时调用MFC库。 msdn2.microsoft.com 1. By default, MFC provides the MFC icon, and ATL provides the ATL icon. 默认情况下,MFC提供MFC图标,ATL提供ATL图标。 msdn2.microsoft.com 2. Click OK to start the MFC Smart Device ActiveX Control Wizard. 单击“确定”启动“MFC智能设备ActiveX控件向导”。 msdn2.microsoft.com 3. Run the MFC ODBC Consumer Wizard from Add Class to create the class. 从“添加类”运行MFCODBC使用者向导来创建类。 msdn2.microsoft.com 4. Dynamic creation of MFC objects given an MFC name is similar. 动态创建给定了MFC名称的MFC对象与此类似。 msdn2.microsoft.com 5. If you want to add an ATL object to an MFC project, you must add ATL support to the existing project. 如果要向MFC项目中添加ATL对象,必须先为现有的项目添加ATL支持。 technet.microsoft.com 6. The project includes support for neither MFC nor ATL. 项目既不包含MFC支持也不包含ATL支持。 msdn2.microsoft.com 7. When you add ATL support to an MFC DLL project, you will see some differences. 向MFCDLL项目添加ATL支持时,将会发现有些差异。 msdn2.microsoft.com 8. This topic discusses how to compile existing MFC and ATL programs to target the Common Language Runtime. 此主题讨论如何将现有MFC和ATL程序编译到目标公共语言运行库。 msdn2.microsoft.com 9. Look at the code that SWT read and dispatching events, it reminds you MFC code style. 看看SWT的读取和分发事件代码,它会让你想起MFC的代码风格。 www.blogjava.net 10. Describes how to host a Windows Forms user control in an MFC dialog box. 描述如何在MFC对话框中承载Windows窗体用户控件。 msdn2.microsoft.com 1. MFC uses the CWinFormsView class to host a Windows Forms user control within an MFC view. MFC使用CWinFormsView类来在MFC视图中承载Windows窗体用户控件。 msdn2.microsoft.com 2. By default, MFC is linked as a shared DLL. 默认情况下,MFC作为共享DLL链接。 msdn2.microsoft.com 3. Use this wizard to add an MFC class from an available ActiveX control. 使用该向导从可用ActiveX控件添加MFC类。 msdn2.microsoft.com 4. From Class View, you can add an event using the Add Event Wizard only to the control class in your MFC ActiveX control project. 从类视图中,只能使用添加事件向导将事件添加到MFCActiveX控件项目中的控件类。 msdn2.microsoft.com 5. Your program makes calls to the MFC library at run time. 程序在运行时调用MFC库。 msdn2.microsoft.com 6. You can add ATL objects only to ATL projects or MFC projects with ATL support. 只能将ATL对象添加到ATL项目或者具有ATL支持的MFC项目。 msdn2.microsoft.com 7. Demonstrates how to add dual interface support to an MFC-based Automation server. 说明如何向基于MFC的自动化服务器添加双重接口支持。 msdn2.microsoft.com 8. Describe the MFC support for Windows Forms. 中的主题描述MFC对Windows窗体的支持。 msdn2.microsoft.com 9. Today MFC and ATL fill roles that aren't yet fully realized in . 今天MFC和ATL填充完全还未被了解的角色在… wenda.weitiewang.com 10. To display messages from your program in the debugger Output window, you can use the ATLTRACE macro or the MFC TRACE macro. 若要在侦错工具输出视窗里显示程式的讯息,您可以使用ATLTRACE巨集或MFCTRACE巨集。 technet.microsoft.com 1. MFC supports MBCS by using internationalizable data types and C run-time functions. MFC通过使用可国际化的数据类型和C运行时函数来支持MBCS。 technet.microsoft.com 2. The project uses MFC in a shared DLLs. 项目使用共享DLL中的MFC。 msdn2.microsoft.com 3. Discusses how to compile existing MFC and ATL programs to target the Common Language Runtime. 讨论如何编译现有的MFC和ATL程序,以面向公共语言运行时。 technet.microsoft.com 4. You can also use the Compile-time directives box to include standard MFC resource files. 还可使用“编译时指令”框包含标准的MFC资源文件。 msdn2.microsoft.com 5. Both Windows CE and MFC applications can call functions in your DLL. WindowsCE和MFC应用程序都可以调用DLL中的函数。 msdn2.microsoft.com 6. This configuration poses a problem with regard to the MFC global data, such as the pointer to the current CWinApp object and handle maps. 此配置会引起一个与MFC全局数据(如指向当前CWinApp对象的指针以及句柄映射)有关的问题。 msdn2.microsoft.com 7. Use this wizard to add an MFC class from an available type library. 使用该向导从可用的类型库添加MFC类。 msdn2.microsoft.com 8. Methods to forward lock counts to MFC by calling. 方法,以将锁计数转发到MFC。 msdn2.microsoft.com 9. The MFC sample DLLHUSK demonstrates the use of initialization functions. MFC示例DLLHUSK说明了初始化函数的使用。 msdn2.microsoft.com 10. Each MFC can access a separate address space. 每个MFC都可以访问一个单独的地址空间。 www.ibm.com |
||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。