登录
首页 » 文档处理 » Visual InterDev 6.0 使用指南

Visual InterDev 6.0 使用指南

于 2023-06-11 发布 文件大小:917.84 kB
0 272
下载积分: 2 下载次数: 1

代码说明:

Visual InterDev 6.0 使用指南-Visual InterDev 6.0 User"s Guide

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

发表评论

0 个回复

  • 信息技术的发展
    MapObjects开发技术-MapObjects technology development
    2022-07-28 06:51:43下载
    积分:1
  • Kruskal算法:(贪心)
    Kruskal算法:(贪心)-Kruskal algorithm : (greedy)
    2022-02-01 09:52:23下载
    积分:1
  • Linux环境进程间通信
    Linux环境进程间通信-Linux inter-process communication
    2022-05-27 03:49:40下载
    积分:1
  • ISO_IEC_14496
    ISO_IEC_14496-12_2004(E),协议定义了基于ISO的媒体类型格式。3gpp文件按照此协议来定义视频音频数据。-ISO_IEC_14496- 12_2004 (E), the agreement on the definition of the types of media ISO format. 3GPP document in accordance with this agreement to the definition audio and video data.
    2022-11-02 18:30:06下载
    积分:1
  • 如何在工具栏上添加通用控件,提供一种实现的方法。
    如何在工具栏上添加通用控件,提供一种实现的方法。-The project provides a method to add the common control in the tool bar.
    2022-05-17 22:19:48下载
    积分:1
  • 编程语言,最基本的元素,和指针,使用和范围…
    本章将介绍C++编程语言的最基本的元素,以及C++的指针、引用和作用域。在第3章和第4章,将介绍C++的类和面向对象编程。在你使用微软基础类库(Microsoft Foundation Class Library,MFC)进行Windows编程时,你需要所有这些知识。 C++是一种复杂的语言,它的许多元素非常抽象。它也是一个庞大的语言,为专业编程而设计。本书的重点是使用Visual C++语言来利用MFC编写Windows程序,因此没有深入地讨论C++语言。 MFC是构造于原始C++之上的应用程序框架,它提供了一个Windows应用程序工作的基础,一个可以向内添入自己代码的框架。这个框架提供了绝大多数Windows特征――菜单、工具栏、对话框、控件和滚动条。它也提供使开发者能相对容易的将数据写入文件、打印数据等机制。这个框架的部件是C++的类,这些类表示了应用程序的组件,例如应用程序的主窗口、它的对话框、字符串、如矩形和点的图像对象,甚至应用程序本身。因此,为了使用Visual C++编写Windows程序,你需要知道足够的C++知识来利用MFC。 -C programming language, the most basic elements, and C pointers, use and scope. In Chapter 3 and Chapter 4, will introduce the class C and object-oriented programming. Your use of Microsoft Foundation Class Library (Microsoft Foundation Class Library, MFC) for Windows programming, you need all knowledge. C is a complex language, and many of its elements is very abstract. It is a huge language, as a professional programming and design. The book focuses on the use of language Visual C MFC prepared to use Win
    2023-09-08 16:30:02下载
    积分:1
  • 用Visual C++ ActiveX编程
    应用背景用Visual C++ ActiveX编程内容表:景区简介第一部分:介绍ActiveX1章什么是ActiveX2章ActiveX能为你做什么吗?第二部分:ActiveX Automation服务器3章创建ActiveX Automation服务器使用MFC4章创建ActiveX Automation服务器使用ATL5章创建ActiveX Automation服务器使用basectl第三部分:ActiveX控件6章使用MFC创建一个基本的控件控制7章-先进的ActiveX控件的开发MFC8章使用ATL创建一个基本的控件控制9章-先进的ActiveX控件的开发ATL10章利用basectl创建一个基本的控件控制11章-先进的ActiveX控件的开发basectl第四部分:对象和自定义接口12章创建ActiveX COM对象和自定义界面采用MFC13章创建ActiveX COM对象和自定义接口使用ATL14章创建ActiveX COM对象和自定义你自己的接口第五部分:使用您的组件第15章-测试和使用您的组件第16章高级主题关键技术并;用Visual C++   ActiveX编程;并;并;用Visual C++   ActiveX编程;并;并;用Visual C++   ActiveX编程;并;并;用Visual C++   ActiveX编程;并;并;用Visual C++   ActiveX编程;并;并;用Visual C++   ActiveX编程;并;并;用Visual C++   ActiveX编程;并;并;用Visual C++   ActiveX编程;并;并;用Visual C++   ActiveX编程;并;并;用Visual C++   ActiveX编程;并;
    2022-09-25 07:15:03下载
    积分:1
  • Multi
    多路开发文档和源代码例子 VB源码 电话开发系统-Multi-channel development of documentation and source code examples of VB source phone development system
    2022-09-16 10:20:04下载
    积分:1
  • UML基础(好)
    UML基础(好)-UML based (good)
    2022-01-30 16:23:01下载
    积分:1
  • 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带件中有4个测试迷宫路径的 件test1~...
    输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。 下载DOS版和windows版的迷宫游戏全部代码-importation of a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of
    2022-01-25 17:22:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载