搜索资源列表
dialog_move
- 此小程序,通过简单的函数实现了窗口的动画效果,对菜鸟熟悉VC++编程很有帮助
WinMain
- 此代码主要提供给VC初学者编写WinMain函数,进而熟悉和了解VC编程的流程。-This code mainly available to the VC to prepare beginners WinMain function, which are familiar with and understand the flow of VC programming.
MFC_BASIC
- MFC(Microsoft Foundation Classes)库是Microsoft为利用VC++开发Windows应用程序而提供的应用程序框架。在这个框架的支持下,对于不同的应用程序,编程的主要任务是填写各自特殊部分的代码。MFC类库由130多个类组成,封装了两千多个API函数 提供基本的MFC创建过程,对于MFC有大致的描述,很适用于MFC初级者学习。-The Basic of MFC
Filter
- 滤波函数,基于对话框编程,实现方法简单可行,很好-Filter function, based on the dialog box programming, simple and feasible method to achieve good
Magnifier
- 该小程序大概在200行左右,用API函数简洁实现任意界面的放大功能,可用于MFC或其他界面的二次开发,由“沉默天使工作室”原创,推荐界面编程初学者学习和使用。-The size of this simple program is about 200 rows, efficiential in magnifing any windows by using API functions, convenience for the further development with MFC or other
vb_MathFunction
- 使用vb编写的各类数值函数,可以根据输入的函数,绘制出函数的曲线,涉及到VB图形编程技术,适合初学者做参考用,源码来源网上,经整理后打包-Vb prepared using various types of value functions, according to the input functions, map out the function of the curve, related to the VB graphics programming techniques, suitable
Modal
- 在对话框编程中,主要的工作量还是在对话框设计和对话框控件的消息处理函数方面,创建模式对话框很简单。本程序基于用计算器对话框的界面来创建模式对话框。-In the dialog box programming, the main workload or in the dialog box design and dialog control message handlers, create mode dialog box is very simple. This program with a cal
PSB_WINDOWS
- 该程序是用C语言编写的,基于windows图形界面编程,调用了Win32.h,WinSock.h库和plink,用plink更方便快捷的执行远程主机上的命令,Plink是PuTTY 的命令行连接工具,主要用于自动化工作的处理,主要有视窗和讯息,socket通信,MD5加密函数,最小托盘功能的实现-The program is written in C, windows-based graphical programming interface, call the Win32.h, WinSock
Agilent-E8257D-E8267D-V6.1
- 基于VC6.0的对话框编程程序,用到了基本API函数,对话框的基本功能和实现方法,自定义消息等。-Based the VC6.0 dialog programming procedure, use the basic API functions, the basic functionality of the dialog box and custom messages.
APICom
- 利用API函数编写的一个基于对话框编程的串口通信界面-API functions written in a dialog-based programming, serial communication interface
code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-Classics
windowsprogram
- 一个实现简单功能的窗口程序,包括调用各种窗口类函数,按钮设置等,实现基本的窗口编程-
qurenwulangaodu
- 取任务栏高度 利用win系统自带的api函数。 中文编程无敌中国!-Take the height of the taskbar Chinese programming invincible Chinese!
feimotaiduihuak
- 非模态对话框的创建比较复杂。下面介绍具体的方法: 首先,创建一个新的对话框资源,并新建一个类与之关联(用AppWizard); 其次,调用CDialog的默认构造函数来构造对话框对象(注意,创建的不是窗口),这一步在主框架窗口的构造函数中实现。 再次,调用CDialog::Create成员函数创建窗口,Create把资源ID作为参数,并且,在对话框窗口仍然在屏幕上显示时,就立刻返回控件。 最后,在关闭非模态对话框时,注意要调用DestroyWindow函数而不是CloseWind
BitDemo
- 使用VS2008 编程,简易介绍双缓冲绘图的基本实现步骤,重点展示BitBlt函数的运用。 功能:给窗体背景添加图片。-Using VS2008 programming, simple double buffering graphics introduce the basic implementation steps, highlight the use BitBlt function. Function: add a picture to the form background.
messagebox
- 包含windows api函数编程中对话框的具体信息。-Programming windows api function contains specific information dialog box.
matlabwork-2.17
- matlab gui编程 实现调用sin函数和cos函数-matlab gui
GetNetSetting
- 运用注册表编程,通过调用相应的注册表函数取得域名和网卡信息。-The use of the registry program, obtain a domain name and card information by calling the appropriate registry functions.
Lesson2Code
- ++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Reload+
时尚全图型个人简历PPT模板
- Numerical Recipes一书中例子的源码所用到的函数集,号(The set of functions used in the source code of the example in the book Numerical Recipes)