Welcome![Sign In][Sign Up]
Location:
Search - vc CreateD

Search list

[Windows DevelopVC视图绘制动态曲线图

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TestDrawCurve_26 application. TestDrawCurve_26.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TestDrawCurve_26.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestDrawCurve_26App application class. TestDrawCurve_26.cpp This is the main application source file that contains the application class CTestDrawCurve_26App. TestDrawCurve_26.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. TestDrawCurve_26.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\TestDrawCurve_26.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file TestDrawCurve_26.rc. res\TestDrawCurve_26.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitmap file is used to create tiled images for the toolbar. The initial toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the resource editor, and update the IDR_MAINFRAME TOOLBAR array in TestDrawCurve_26.rc to add toolbar buttons. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one document type and one view: TestDrawCurve_26Doc.h, TestDrawCurve_26Doc.cpp - the document These files contain your CTestDrawCurve_26Doc class. Edit these files to add your special document data and to implement file saving and loading (via CTestDrawCurve_26Doc::Serialize). TestDrawCurve_26View.h, TestDrawCurve_26View.cpp - the view of the document These files contain your CTestDrawCurve_26View class. CTestDrawCurve_26View objects are used to view CTestDrawCurve_26Doc objects. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named TestDrawCurve_26.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 1967656 | Author: xiayang168 | Hits:

[Windows DevelopDOCTIME2

Description: 《如何发送命令到文档对象》配套原代码 [代码性质] VC可重用代码段 我编了一个类似Windows 2000 上性能监视器的程序。在这个程序中,我创建了一个文档对象和几个视图。文档对象负责有规律地采集数据,然后通知相关的视图以不同的格式显示这些数据。文档对象为了有规律地采集数据,它需要一个定时(time)事件。但是,文档不是一个基于窗口的对象,所以它没有这样的定时事件。我权衡了三种解决方案: 1、在其中的一个视图中创建定时器。当事件发生时通知文档对象获取数据。 2、为每一个文档(或在每个文档内)创建一个单独的线程,以便这个线程能有规律地创建时间事件。 3、在CMainFrame中创建一个定时器并从中调用文档函数这三种方法我都不满意。能否给出一种更好的解决方案?- How to send commands to the Document Object matching the original code [code nature] VC reusable code segment I made a similar on the Windows 2000 Performance Monitor procedures. In this process, I created a document object and several view
Platform: | Size: 47104 | Author: 代伟 | Hits:

[Windows Develop81-101

Description: vc灵感编程范例源代码 81 创建树 82 创建声音控制按钮 83 播放控制 84 文本对话框 85 时钟 87 通信控制 88 创建文本区域组件 89 更改文本区域 91 学校报表 92 银行平衡表 93 Java多线程小程序演示浏览 94 发送接收数据 95 信件处理 96 服务器监听 97 发送接收UDP数据 98 创建备用屏幕 99 SQL数据集 100 视频会话 101 绘图-vc inspiration programming model to create the source code 81 82 trees to create voice control button 83 broadcast version control 84 Clock dialog 85 88 87 Communication Control text created 89 regional units to change school text regional statements 92 91 silver Bank balance sheet of 93 small Java multithreading procedures demonstration here to receive this information 94 95 96 mail processing server monitoring Send to listen to 97 receive 98 UDP data to create standby screen 99 SQL data sets 100 Video Conversation 101 Mapping
Platform: | Size: 351232 | Author: yiyizi | Hits:

[Sniffer Package capturePacketCapturexinban

Description: 用 Winsock 2 基础服务提供者截获网络封包的示例 安装方法 ------------------------------------------- 1. 运行Release\install -install 2. Win98需要重启计算机,Win2000不需要 3. 运行dbgview.exe(本书没有附带, www.sysinternals.com),用来查看调试信息 4. 运行Release\install -remove 卸载 ------------------------------------------- [common] 存放公用源代码的目录 [InstallExe] 存放安装程序的目录 [Release] 存放编译后创建的可执行文件的目录 [TcpIpDog] 存放Winsock 2 SPI封包截获的DLL工程 [Sample] 输出的调试信息实例 [PacketCapture.dsw] VC 工作区文件-Winsock 2 based service provider network packets intercepted examples of installation method---------------------- 1. running Release \ install-install 2. Win98 need to restart the computer, not Win2000 3. running dbgview.exe (not accompanied by the book, www.sysinternals.com), used to check information for debugging 4. running Release \ install-uninstall------------------------------------------- remove [common ] storage utility source code directory [InstallExe] stored procedures for the installation of the directory [Release] storing the compiled executable file created by the directory [TcpIpDog] storage Winsock 2 SPI packets intercepted DLL works [Sample] output debug information examples [PacketCapture.dsw] VC the work area documents
Platform: | Size: 340992 | Author: 熊兵 | Hits:

[Process-Threadvc_查看进程

Description: AppWizard has created this listprocess application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.
Platform: | Size: 28672 | Author: 王维 | Hits:

[Othervc_文件分割

Description: vc编写的文件分割器AppWizard has created this Splitter application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.-vc paper prepared by the division for+5.0 Splitter has created this application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.
Platform: | Size: 76800 | Author: 王维 | Hits:

[Documentsdll的创建与使用

Description: 在本篇文章中本人描述了在vc中创建dll的基本方法可能介绍的不够全面仅供参考-article in a footnote, I described the vc dll created the basic methods may be introduced not only comprehensive reference
Platform: | Size: 6144 | Author: ali | Hits:

[GDI-BitmapVisualC++数字图像处理配套光盘

Description: vc++数字图像处理AppWizard has created this ch1_1 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.-vc Digital Image Processing+5.0 ch1_1 has created this application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
Platform: | Size: 1871872 | Author: 马帅 | Hits:

[Other GamesJumpingChess_yu

Description: 可以设定1~6方同时游戏,每一方都可以设定为电脑、网络或本地。左键下子,右键确定。游戏界面美观,很不错。开发工具:VC++6.0 和 MFC -can set a party to six games while, each side can be created for the computer, network or local. Left Now, the right to determine. Games beautiful interface, very good. Development tools : VC 6.0 and MFC
Platform: | Size: 406528 | Author: 余超 | Hits:

[Video CaptureOKCAPOnly

Description: 创建了基于中自科技嘉的OK采集卡的采集平台,创建了采集类,并独立设计出相关的DIB类和DIBShow类配合采集类显示图像和其他操作使用,个人感觉设计思路具有采集卡程序设计的通用性,开发平台是VC6.0,硬件环境OKC30采集卡,欢迎大家批评指正,提出更好的设计方案-created based on the technology since Stoker's OK acquisition card collection platform, creating a collection category, and independent design DIB related to the type and category DIBShow with Caudio display pictures and other operational use, personal feeling Design Capture Card with a common program design, development platform is VC6.0 , the hardware environment OKC30 acquisition cards, we welcome criticism correction and provide better design
Platform: | Size: 346112 | Author: cgzszhang | Hits:

[Browser ClientCookieSpy_src

Description: CookieSpy is a custom explorer bar. This extension was created for the monitoring of cookie activity and for the possibility to add and edit cookies. I used VC++ 6.0 (SP4) and ATL.
Platform: | Size: 45056 | Author: | Hits:

[Other Databases一个小型的数据库软件

Description: 用VC编写,数据库用ACCESS,数据源连接用ODBC,程序可直接创建数据源,既可使用-VC prepared ACCESS database, data source to connect with ODBC, procedures can be created directly data sources, can use
Platform: | Size: 117760 | Author: 张小强 | Hits:

[OpenGL programShowBall

Description: 这个程序是用OpenGL和glaux在Visual Studio .Net的开发环境中创建的. 该程序包含的功能有: 1. 对键盘的输入作出响应 2. 3D物体的旋转动画 3. 创建窗口显示 4. 创建全屏显示 5. 3维贴图 该程序适用于初学OpenGL, 尤其是初学glaux的程序员. 读码愉快!-this procedure is OpenGL and glaux in Visual Studio. Net development environment created. The program contains functions : 1. the keyboard input to respond to two. 3D objects rotating animation 3. four create window displays. creating five full screen display . three-dimensional mapping of the procedures applicable to beginners OpenGL, especially when a glaux programmers. happy reading!
Platform: | Size: 74752 | Author: 海洋 | Hits:

[OtherWordoperation

Description: 一个操作word文档的vc++程序,实现创建文档、向文档写数据和保存文档功能-operate a word document vc procedures, the document was created to achieve, write data to document and preserve the functional document
Platform: | Size: 90112 | Author: lish | Hits:

[Education soft systemvc

Description: 利用链表创建的成绩管理系统 编写一个学生管理系统,每个学生应该包含如下信息: 地址, 出生日期, 学科成绩(语文,英语,数学,物理), 个人信息(姓名,性别,民族,国籍,学历), 联系方式(手机,家庭电话,学校电话) -List created by the use of performance management system for the preparation of a student management system, each student should include the following information: address, date of birth, academic performance (language, English, mathematics, physics), personal information (name, gender, ethnicity, nationality, qualifications), Contacts (phone, home phone, school phone)
Platform: | Size: 166912 | Author: lili | Hits:

[Delphi VCLvc++dll

Description: vc创建加载动态库 -vc created to load the dynamic libraries to load dynamic library to create vc
Platform: | Size: 7168 | Author: | Hits:

[USB developVC-USB-

Description: VC和USB通讯代码.rarppWizard has created this USBPort application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.-VC and USB communication code. RarppWizard has created this USBPort application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application.
Platform: | Size: 52224 | Author: p | Hits:

[VC/MFCVC-study

Description: Visual C++ 不仅仅是一个编译器。它是一个全面的应用程序开发环境,使用它你充分利用具有面向对象特性的 C++ 来开发出专业级的 Windows 应用程序。为了能充分利用这些特性,你必须理解 C++ 程序设计语言。掌握了C++,你就必须掌握 Microsoft 基本类库 (MFC) 的层次结构。该层次 结构包容了 Windows API 中的用户界面部分,并使你能够很容易地以面向对象的方式建立 Windows 应用程序。这种层次结构适用于所有版本的 Windows 并彼此兼容。你用 MFC 所建立的代码是完全可移植的。-Visual C++ is not just a compiler. It is a comprehensive application development environment, you use it to make full use of object-oriented features of C++ to develop a professional-class Windows applications. In order to take full advantage of these features, you have to understand C++ programming language. Mastered C++, you must have the Microsoft Foundation Class (MFC) hierarchy. Hierarchical structure of the inclusion of the Windows API in the user interface part, and you can easily to create object-oriented Windows applications. This hierarchical structure applies to all versions of Windows and compatible with each other. You use the MFC code created is completely portable.
Platform: | Size: 62464 | Author: th | Hits:

[VC/MFCvc

Description: 第1课 Windows程序运行原理及程序编写流程 3 第2课 类的编写与应用 5 第3课 讲述MFC AppWizard的原理与MFC程序框架的剖析 6 第4课 第4课 MFC消息映射机制的剖析 讲述如何运用ClassWizard 8 第5课 文本编程 11 第6课 菜单编程 15 第7课 对话框用户界面程序的编写 21 第8课 逃跑按钮的巧妙实现 23 第9课 如何修改MFC AppWizard向导生成的框架程序的外观和大小 24 第10课 图形的绘制,如何使用自定义画笔 27 第11课 如何让CDC上输出的文字、图形具有保持功能 29 第12课 文件操作 31 第13课 使用CArchive类对文件进行操作 33 第14课 网络编程 35 第15课 多线程与网络编程 40 第16课 事件内核对象、关键代码段(临界区)的讲解 44 第17课 进程间通信 47 第18课 ActiveX编程 56 第19课 DLL编程 58 第20课 钩子与数据库编程-======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : ShowAllProcess ======================================================================== AppWizard has created this ShowAllProcess application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your ShowAllProcess application. ShowAllProcess.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. ShowAllProcess.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CShowAllProcessApp applica
Platform: | Size: 310272 | Author: 陈冉 | Hits:

[Windows Developvc

Description: vc++单文档动态创建菜单 vc + + single document dynamically created menus-vc++ single document dynamically created menus
Platform: | Size: 3072 | Author: longfnb | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net