您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. windows 2000/2003下的防火墙

  2. 用vc编译的防火墙 能屏蔽端口.ip / FirewallApp.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Firewall.h" #include "MainFrm.h" #include "FirewallDoc.h" #include "FirewallView.h" #if def _DEBUG #define new DEBUG_NEW #undef
  3. 所属分类:C++

    • 发布日期:2009-05-11
    • 文件大小:818176
    • 提供者:chh1003
  1. c++课程设计钟表程序

  2. // timer.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "timer.h" #include "timerDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///// ///////////////////
  3. 所属分类:C++

    • 发布日期:2009-06-04
    • 文件大小:1048576
    • 提供者:lijian9338
  1. 用c++和mfc写的单文档画正弦曲线

  2. // ChildView.cpp : CChildView 类的实现 // #include "stdafx.h" #include "12222222222222222222张三.h" #include "ChildView.h" #include "ParaDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CChildView CChildView::CChildView () { } CChildView::~CChildView(
  3. 所属分类:C++

    • 发布日期:2009-08-18
    • 文件大小:2048
    • 提供者:lotusdunjau
  1. Draw different style using MFC

  2. Know message on_command(ID_Line,&CDrawMView::OnLine())
  3. 所属分类:C++

  1. 非常好的屏保代码仅供参考

  2. 非常好的屏保代码,可供学习应用参考。 #include "stdafx.h" #include "B14.h" #include "B14Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////////////////////////////////////////////////////// //////////////////
  3. 所属分类:C/C++

    • 发布日期:2009-10-04
    • 文件大小:1048576
    • 提供者:zmin002
  1. VC常见问题集(中文)

  2. 如何获取应用程序的 实例句柄? 如何通过代码获得应用程序主窗口的 指针? 如何在程序中获得其他程序的 图标? 如何编程结束应用程序? 怎样加载其他的应用程序? 确定应用程序的路径. 获得各种目录信息 如何自定义消息 如何改变窗口的图标? 如何改变窗口的缺省风格? 如何将窗口居中显示? 如何让窗口和 MDI窗口一启动就最大化和最小化? 如何使程序保持极小状态? 如何限制窗口的大小? 如何使窗口不可见? 如何使窗口始终在最前方? 如何创建一个字回绕的CEditView 通用控件的显示窗口 移动窗口
  3. 所属分类:C++

    • 发布日期:2010-03-01
    • 文件大小:183296
    • 提供者:yaoyangzhc
  1. 计算机图形学 种子填充算法 MFC、VC

  2. 种子填充算法,自己写的,希望对大家有用 // 种子法View.cpp : implementation of the CMyView class // #include "stdafx.h" #include "种子法.h" #include "种子法Doc.h" #include "种子法View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif
  3. 所属分类:其它

    • 发布日期:2010-06-14
    • 文件大小:3145728
    • 提供者:yp445163091
  1. cs 线段裁剪算法 MFC下实现

  2. // 线段裁剪CSView.cpp : implementation of the CCSView class // #include "stdafx.h" #include "线段裁剪CS.h" #include "线段裁剪CSDoc.h" #include "线段裁剪CSView.h" #define left 200 //默认图形窗口 #define right 400 #define bottom 100 #define top 300 #define l 1 //区域编码 #defi
  3. 所属分类:C

    • 发布日期:2010-06-14
    • 文件大小:1048576
    • 提供者:yp445163091
  1. vc++课程设计 聊天程序 任务书及源程序打包

  2. 聊天程序一般由两大部分组成:服务器端聊天程序和客户端聊天程序。服务器端聊天程序负责接收来自客户端的聊天信息,并且根据客户端的要求把这些信息转发到另外一个或多个客户中。客户端聊天程序则负责建立和维护与服务器端的连接,向服务器发送本客户的聊天内容,同时从服务器接收对方的响应。 本设计是为了使同学加深理解对话框编程的知识而设计的,对于网络技术这一应用,可不用深究其原理。 #include "stdafx.h" #include "chat.h" #include "chatDlg.h" #ifdef
  3. 所属分类:C++

    • 发布日期:2010-06-24
    • 文件大小:108544
    • 提供者:linpanxin
  1. visual c++ 课程设计旅馆管理系统源程序

  2. #include "stdafx.h" #include "HMS.h" #include "MainFrm.h" #include "LeftTreeView.h" #include "UserListView.h" #include "RoomTypeView.h" #include "RoomDlg.h" #include "RoomTypeDlg.h" #include "CustomerDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef
  3. 所属分类:C++

    • 发布日期:2010-06-24
    • 文件大小:362496
    • 提供者:linpanxin
  1. VC常见问题集介绍了以下问题: 如何获取应用程序的 实例句柄? 如何通过代码获得应用程序主窗口的 指针? 如何在程序中获得其他程序的 图标? 如何编程结束应用程序? 怎样加载其他的应用程序? 确定应用程序的路径. 获得各种目录信

  2. 介绍了以下问题: 如何获取应用程序的 实例句柄? 如何通过代码获得应用程序主窗口的 指针? 如何在程序中获得其他程序的 图标? 如何编程结束应用程序? 怎样加载其他的应用程序? 确定应用程序的路径. 获得各种目录信息 如何自定义消息 如何改变窗口的图标? 如何改变窗口的缺省风格? 如何将窗口居中显示? 如何让窗口和 MDI窗口一启动就最大化和最小化? 如何使程序保持极小状态? 如何限制窗口的大小? 如何使窗口不可见? 如何使窗口始终在最前方? 如何创建一个字回绕的CEditView 通用控件的
  3. 所属分类:C++

    • 发布日期:2010-07-23
    • 文件大小:183296
    • 提供者:huakeyouzi
  1. C++中用MFC制作的通讯录

  2. 很全面的通讯录。各种项目还可自行修改。// Lab_link.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Lab_link.h" #include "Lab_linkDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #end
  3. 所属分类:C++

    • 发布日期:2010-09-13
    • 文件大小:1048576
    • 提供者:linling8882008
  1. ON_COMMAND, ON_MESSAGE, ON_NOTIFY它们的区别

  2. ON_COMMAND, ON_MESSAGE, ON_NOTIFY它们的区别,详细介绍这三种消息模型
  3. 所属分类:专业指导

    • 发布日期:2010-11-25
    • 文件大小:3072
    • 提供者:a469367940
  1. 图书馆管理系统 ODBC+ACCESS

  2. 自己写的数据库大作业,用MFC ODBC +access 写的 内含完整工程,解压后就能用 // MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "ODBCdemo.h" #include "MainFrm.h" #include "BrwMessagedlg.h" #include "ReaderAdmindlg.h" #include "BookUpdatedlg.h"
  3. 所属分类:C++

    • 发布日期:2010-11-30
    • 文件大小:3145728
    • 提供者:yp445163091
  1. MFC餐饮管理信息系统

  2. 基于MFC编写的餐饮管理 很好很强大的程序 O(∩_∩)O~ #include "stdafx.h" #include "餐饮管理.h" #include "餐饮管理Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////
  3. 所属分类:C++

  1. vc++小程序原文件

  2. 输入颜色数值就可以改变矩形框颜色。 相关代码:// 颜色矩形.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "颜色矩形.h" #include "颜色矩形Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif /////
  3. 所属分类:C++

    • 发布日期:2011-03-09
    • 文件大小:5242880
    • 提供者:lilei4478809
  1. 读入txtx文本数据

  2. 读入数据并可视化include "stdafx.h" #include "AF.h" #include "AFDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CAFApp BEG
  3. 所属分类:C/C++

    • 发布日期:2011-03-13
    • 文件大小:1048576
    • 提供者:neulixue
  1. 数据库图书管理系统课程设计

  2. 大学数据库课// LibDBS.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "LibDBS.h" #include "LibDBSDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////////////
  3. 所属分类:其它

  1. 计算器mfc课程设计

  2. #include "stdafx.h" #include "caculate.h" #include "caculateDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CCacu
  3. 所属分类:C++

    • 发布日期:2011-04-27
    • 文件大小:14336
    • 提供者:shenyue_123
  1. VC常见问题集(中文)

  2. 该文档为chm格式帮助文档,包含常用的189个范例,适合初学者学习VC++,其目录如下: 如何获取应用程序的 实例句柄? 如何通过代码获得应用程序主窗口的 指针? 如何在程序中获得其他程序的 图标? 如何编程结束应用程序? 怎样加载其他的应用程序? 确定应用程序的路径. 获得各种目录信息 如何自定义消息 如何改变窗口的图标? 如何改变窗口的缺省风格? 如何将窗口居中显示? 如何让窗口和 MDI窗口一启动就最大化和最小化? 如何使程序保持极小状态? 如何限制窗口的大小? 如何使窗口不可见? 如何
  3. 所属分类:C++

    • 发布日期:2011-08-31
    • 文件大小:183296
    • 提供者:weryk12
« 12 3 »