Welcome![Sign In][Sign Up]
Location:
Search - Visual Basic 4.0

Search list

[WEB Code介绍C++编程语言

Description: 本章将介绍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 Windows programs, there is no in-depth discussion of C language. MFC is constructed from the original C above the application framework, which provides a Windows application of foundation, one can be inserted inside their own code framework. This framework provides a majority of Windows feat
Platform: | Size: 28838 | Author: 李和平 | Hits:

[Button control4yue11haoxiawu

Description: 1、基于FPGA实现FIR数字滤波器的研究(使用VHDL语言进行编程) 2、多功能单片机下载开发软硬件的设计(利用VB或V C++和C语言)有下载板和下载软件 3、迷你播放器(利用Visual Basic 6.0设计)可以播放多种格式的音乐和电影,以及图片浏览等等 4、小电容小电感测试仪 -1, FPGA-based digital FIR filter (use VHDL program) 2. Multi-function download the software and hardware design development (VB or V C and C language), downloading software and download Plate 3, Player (using Visual Basic 6.0 design) can play multiple formats of music and movies, Photo View and so on four small small inductance capacitor tester
Platform: | Size: 16764 | Author: wangxing | Hits:

[Delphi VCLRSMATRIX

Description: 提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版,附源码 C++Builder 3.0/4.0/5.0 版适用 ),作者 : Jeff Hiscock。 -provide basic Ju Front (Matrix) operator (product, the sum and difference, transpose, traceof) non-visual components (version 1.0, with C source code version of the application Builder 3.0/4.0/5.0), Author : Jeff Woodside.
Platform: | Size: 12789 | Author: 李正一 | Hits:

[Other resourceShoppingCity

Description: 基于C/S模式的考试系统的研究与开发 1 1. 前言 1 1.1 MICROSOFT VISUAL STUDIO .NET 2003开发平台和C#语言的特点 1 1.2用C/S模式开发计算机考试系统的优越性 1 2. 系统分析 2 2.1系统基本情况描述 2 2.2 可行性分析 2 2.3 需求分析 3 2.3.1采用SA方法画出计算机考试系统的一套分层数据流图 3 2.3.2数据词典 4 3. 系统设计 4 3.1系统配置 4 3.2系统概要设计 4 3.2.1系统结构图 4 3.2.2模块功能及界面设计 4 3.2.3模块界面设计 5 3.3系统详细设计 6 3.3.1模块详细设计 6 -based on the C / S mode of examination system Research and Development 1. Foreword a 1.1 MICROSOFT Visual Studio.NET 2003 development platform and C# language features a 1.2 C / S developing computer models to the superiority of the examination system 1 2. System two basic systems of the 2.1 2 2.2 feasible Description Analysis of 2 2.3 2.3.1 Requirements Analysis using three methods SA painted computer examination system of hierarchical data flow Figure 3 2.3.2 Data Dictionary 3. System Design System Configuration 4 3.1 4 3.2 4 System Design 3.2 .1 System Chart 4 3.2.2 module functions and interface design 4 3.2.3 module interface design system 5 3.3 detailed design of six modules 3.3.1 detailed design 6
Platform: | Size: 37175 | Author: wq57 | Hits:

[Other resourceWindows_API_cankao_daquan

Description: Win32 API作为 Microsoft 32位平台(包括:Windows 9x,Windows NT3.1/4.0/5.0,WindowsCE)的应用程序编程接口,它是构筑所有32位Windows平台的基石,所有在Windows平台上运行的应用程序都可以调用这些函数。 从事Windows应用程序开发,离不开对Win32 API函数的调用。只有充分理解和利用API函数,才能深入到Windows的内部,充分挖掘系统提供的强大功能和灵活性。 近年来,随着Microsoft 32位平台的版本升级, Win32 API函数的构成、功能与调用方式都有很大的发展变化,然而,国内很少有相关的新版资料出版。为了满足广大开发人员的迫切需求,我们经过认真收集、整理素材,组织编写了这本与各种Microsoft 32位平台最新版本同步的Win32 API参考手册。 全书收录了五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务。所有函数均附有功能说明、参数说明、返回值说明、备注以及引用说明。另外,在本书的第一章,我们对WiN32 API函数作了完整的概述;在附录部分,讲解了如何在Visual Basic和Delphi中对其调用。 由于篇幅较大,涉及技术内容广泛,加之时间仓促,书中难免存在不少错误或疏漏,希望广大读者给与批评指正。
Platform: | Size: 35413191 | Author: 罗菲菲 | Hits:

[source in ebookVisual.Basic.6.Black.Book.with.Source.Codes

Description: Visual.Basic.6.Black.Book.with.Source.Codes
Platform: | Size: 2139136 | Author: 站长 | Hits:

[OpenGL program用 Visual Basic 实现 QpenGL三维地形显示

Description: 详细介绍用 了Visual Basic 实现 QpenGL三维地形显示。-detailed presentation of the Visual Basic 3D terrain QpenGL show.
Platform: | Size: 87040 | Author: 肖金城 | Hits:

[VC/MFCVisual C++ 6.0程序员指南

Description: 本书是美国微软出版社授权的 Microsoft Visual Studio系列中文版图书之一,它是 Visual C++ 6.0程序员的实用参考书。 书中讨论的许多主题均以范例程序进行说明,所有范例程序的项目文件都在配套光盘上。本书是从事Visual C++ 6.0应用与开发的所有技术人员极好的工具书,同时也是大专院校相关专业的师生的自学、教学参考用书。 全书共分成六个部分: 第一部分介绍Developer Studio和AppWizard的基础知识; 第二部分介绍文本、图形和对话框编辑器; 第三部分是编程指南,展示了如何使用Classwizard和 Gallery来加速编程开发工作,创建自己的组件; 第四部分介绍 ActiveX控件及其使用,说明如何用MFC或ATL来写 ActiveX控件; 第五部分讨论调试器的各种能力,程序优化的各种选项及原因,如何定制Visual C++,如何编制宏和附加实用程序; 第六部分提供ASCll字符和ANSI字符的标准表格,并简要描述ClassWizard支持的MFC类和VBScript-the book is authorized Microsoft Microsoft Visual Studio line Chinese version of one book, which is 6.0 Visual C programmers practical reference books. Book Many of the topics discussed were examples of procedures that all procedures examples of projects supporting documents are in the CD-ROM. The book is engaging in Visual C++ 6.0 application development with all the technical staff excellent tool, as well as tertiary institutions relevant professional teacher training, teaching reference books. The book is split into six parts : the first part describes Developer Studio and the basic knowledge+5.0; The second part gives text, graphics and dialog editor; The third part of the programming guide, showing how to use Classwizard Gallery and to accelerate the development of programming buil
Platform: | Size: 10822656 | Author: 刘建国 | Hits:

[BooksVisual Basic 6.0 中文版语言参考手册

Description: Visual Basic 6.0 中文版语言参考手册,VB高手的必备手册-Chinese Visual Basic 6.0 Language Reference Manual version, VB experts in the required manual
Platform: | Size: 2541568 | Author: 于清波 | Hits:

[BooksVB电子书

Description: VB电子书,Visual Basic 6.0 中文版程序员指南,Visual Basic 6.0 循序渐进教程,适合VB初学者-The chinese edition of Visual Basic 6.0,The guide of procedure editers. it s guidebook for the VB s student .
Platform: | Size: 12773376 | Author: 于清波 | Hits:

[OtherVisualBasic6.0zhongwenshouce

Description: Visual Basic 6.0 中文版语言参考手册-Chinese version of Visual Basic 6.0 Language Reference Manual
Platform: | Size: 2541568 | Author: xman | Hits:

[Books[1017]Visual.Basic6.0.Example.PDF

Description: 中文 visual basic 6.0 案例教程 沈大林 主编-Chinese visual basic 6.0 tutorial case沈大林editor
Platform: | Size: 31636480 | Author: 色舞天姬 | Hits:

[VC/MFCWindows

Description: 本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程式写作的方法。这些程式用C语言编写并使用原始的Windows Application Programming Interface(API)。-Introduction of this book in Microsoft Windows 98, Microsoft Windows NT 4.0 and Windows NT 5.0 under the program method of writing. These programs using C language and use the original Windows Application Programming Interface (API).
Platform: | Size: 2982912 | Author: LF | Hits:

[OtherVisual.Basic.Shell.Programming

Description: Windows users take advantage of shell extensions on the desktop every single day, but understanding what they are and how to program with them can be tricky and, until now anyway, usually required the use of Visual C++. Filled with expert knowledge of the underlying Windows shell COM objects, Visual Basic Shell Programming is all that you need to write shell-enabled applications that look more professional, as well as rival the functionality of programs that are written in C++.
Platform: | Size: 1914880 | Author: Miley Zhang | Hits:

[OtherVB6.0

Description: visual basic 6.0中文版参考手册 很实用,基本指令代码在里面全能找的到。-Chinese version of visual basic 6.0 reference manual is very practical, basic instruction code on the inside looking to the Almighty.
Platform: | Size: 3524608 | Author: 奥特白 | Hits:

[Windows DevelopIntroduction-To-Visual-Basic-6.0

Description: Introduction To Visual Basic 6.0
Platform: | Size: 144384 | Author: alanwong1219 | Hits:

[source in ebookVisual-Basic-6.0-Programmers-Guide

Description: Visual Basic 6.0 中文版程序员指南,相信对大家有帮助-Visual Basic 6.0 Programmer' s Guide, I believe we have to help
Platform: | Size: 5177344 | Author: 雪莲 | Hits:

[Software EngineeringVisual-Basic-6.0

Description: Visual Basic 6.0 database development module and typical examples succinctly. Pdf a good book to learn vb
Platform: | Size: 2843648 | Author: lvlinzhi | Hits:

[VC/MFCintroduction-to-programming-in-visual-basic-6-0.r

Description: introduction to programming in visual basic-6-0 for biginner
Platform: | Size: 203776 | Author: ghada | Hits:

[Software EngineeringNew-Visual-Basic-6.0-tutorial

Description: 新编Visual Basic 6.0教程,描述清晰详细,案例实用,适合从事VB开发的朋友学习!-New Visual Basic 6.0 tutorial, a detailed description of clear, practical case for the development of a friend in VB learning!
Platform: | Size: 18540544 | Author: 张三 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 48 »

CodeBus www.codebus.net