点数信息
www.dssz.net
注册会员
|
设为首页
|
加入收藏夹
您好,欢迎光临本网站!
[请登录]
!
[注册会员]
!
首页
移动开发
云计算
大数据
数据库
游戏开发
人工智能
网络技术
区块链
操作系统
模糊查询
热门搜索:
源码
Android
整站
插件
识别
p2p
游戏
算法
更多...
在线客服QQ:632832888
当前位置:
资源下载
搜索资源 - ON_COMMAND
下载资源分类
移动开发
开发技术
课程资源
网络技术
操作系统
安全技术
数据库
行业
服务器应用
存储
信息化
考试认证
云计算
大数据
跨平台
音视频
游戏开发
人工智能
区块链
在结果中搜索
所属系统
Windows
Linux
FreeBSD
Unix
Dos
PalmOS
WinCE
SymbianOS
MacOS
Android
开发平台
Visual C
Visual.Net
Borland C
CBuilder
Dephi
gcc
VBA
LISP
IDL
VHDL
Matlab
MathCAD
Flash
Xcode
Android STU
LabVIEW
开发语言
C/C++
Pascal
ASM
Java
PHP
Basic/ASP
Perl
Python
VBScript
JavaScript
SQL
FoxBase
SHELL
E语言
OC/Swift
文件类型
源码
程序
CHM
PDF
PPT
WORD
Excel
Access
HTML
Text
资源分类
搜索资源列表
windows 2000/2003下的防火墙
用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
所属分类:
C++
发布日期:2009-05-11
文件大小:818176
提供者:
chh1003
c++课程设计钟表程序
// 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 ///// ///////////////////
所属分类:
C++
发布日期:2009-06-04
文件大小:1048576
提供者:
lijian9338
用c++和mfc写的单文档画正弦曲线
// 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(
所属分类:
C++
发布日期:2009-08-18
文件大小:2048
提供者:
lotusdunjau
Draw different style using MFC
Know message on_command(ID_Line,&CDrawMView::OnLine())
所属分类:
C++
发布日期:2009-09-23
文件大小:11534336
提供者:
woshipangxiaofeng
非常好的屏保代码仅供参考
非常好的屏保代码,可供学习应用参考。 #include "stdafx.h" #include "B14.h" #include "B14Dlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ////////////////////////////////////////////////////////// //////////////////
所属分类:
C/C++
发布日期:2009-10-04
文件大小:1048576
提供者:
zmin002
VC常见问题集(中文)
如何获取应用程序的 实例句柄? 如何通过代码获得应用程序主窗口的 指针? 如何在程序中获得其他程序的 图标? 如何编程结束应用程序? 怎样加载其他的应用程序? 确定应用程序的路径. 获得各种目录信息 如何自定义消息 如何改变窗口的图标? 如何改变窗口的缺省风格? 如何将窗口居中显示? 如何让窗口和 MDI窗口一启动就最大化和最小化? 如何使程序保持极小状态? 如何限制窗口的大小? 如何使窗口不可见? 如何使窗口始终在最前方? 如何创建一个字回绕的CEditView 通用控件的显示窗口 移动窗口
所属分类:
C++
发布日期:2010-03-01
文件大小:183296
提供者:
yaoyangzhc
计算机图形学 种子填充算法 MFC、VC
种子填充算法,自己写的,希望对大家有用 // 种子法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
所属分类:
其它
发布日期:2010-06-14
文件大小:3145728
提供者:
yp445163091
cs 线段裁剪算法 MFC下实现
// 线段裁剪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
所属分类:
C
发布日期:2010-06-14
文件大小:1048576
提供者:
yp445163091
vc++课程设计 聊天程序 任务书及源程序打包
聊天程序一般由两大部分组成:服务器端聊天程序和客户端聊天程序。服务器端聊天程序负责接收来自客户端的聊天信息,并且根据客户端的要求把这些信息转发到另外一个或多个客户中。客户端聊天程序则负责建立和维护与服务器端的连接,向服务器发送本客户的聊天内容,同时从服务器接收对方的响应。 本设计是为了使同学加深理解对话框编程的知识而设计的,对于网络技术这一应用,可不用深究其原理。 #include "stdafx.h" #include "chat.h" #include "chatDlg.h" #ifdef
所属分类:
C++
发布日期:2010-06-24
文件大小:108544
提供者:
linpanxin
visual c++ 课程设计旅馆管理系统源程序
#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
所属分类:
C++
发布日期:2010-06-24
文件大小:362496
提供者:
linpanxin
VC常见问题集介绍了以下问题: 如何获取应用程序的 实例句柄? 如何通过代码获得应用程序主窗口的 指针? 如何在程序中获得其他程序的 图标? 如何编程结束应用程序? 怎样加载其他的应用程序? 确定应用程序的路径. 获得各种目录信
介绍了以下问题: 如何获取应用程序的 实例句柄? 如何通过代码获得应用程序主窗口的 指针? 如何在程序中获得其他程序的 图标? 如何编程结束应用程序? 怎样加载其他的应用程序? 确定应用程序的路径. 获得各种目录信息 如何自定义消息 如何改变窗口的图标? 如何改变窗口的缺省风格? 如何将窗口居中显示? 如何让窗口和 MDI窗口一启动就最大化和最小化? 如何使程序保持极小状态? 如何限制窗口的大小? 如何使窗口不可见? 如何使窗口始终在最前方? 如何创建一个字回绕的CEditView 通用控件的
所属分类:
C++
发布日期:2010-07-23
文件大小:183296
提供者:
huakeyouzi
C++中用MFC制作的通讯录
很全面的通讯录。各种项目还可自行修改。// 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
所属分类:
C++
发布日期:2010-09-13
文件大小:1048576
提供者:
linling8882008
ON_COMMAND, ON_MESSAGE, ON_NOTIFY它们的区别
ON_COMMAND, ON_MESSAGE, ON_NOTIFY它们的区别,详细介绍这三种消息模型
所属分类:
专业指导
发布日期:2010-11-25
文件大小:3072
提供者:
a469367940
图书馆管理系统 ODBC+ACCESS
自己写的数据库大作业,用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"
所属分类:
C++
发布日期:2010-11-30
文件大小:3145728
提供者:
yp445163091
MFC餐饮管理信息系统
基于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 ///////////////////////////////////////////////////////////////
所属分类:
C++
发布日期:2011-01-17
文件大小:1048576
提供者:
iamabeautifulgirl
vc++小程序原文件
输入颜色数值就可以改变矩形框颜色。 相关代码:// 颜色矩形.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 /////
所属分类:
C++
发布日期:2011-03-09
文件大小:5242880
提供者:
lilei4478809
读入txtx文本数据
读入数据并可视化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
所属分类:
C/C++
发布日期:2011-03-13
文件大小:1048576
提供者:
neulixue
数据库图书管理系统课程设计
大学数据库课// 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 ////////////////
所属分类:
其它
发布日期:2011-03-14
文件大小:7340032
提供者:
zhangjunying1988
计算器mfc课程设计
#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
所属分类:
C++
发布日期:2011-04-27
文件大小:14336
提供者:
shenyue_123
VC常见问题集(中文)
该文档为chm格式帮助文档,包含常用的189个范例,适合初学者学习VC++,其目录如下: 如何获取应用程序的 实例句柄? 如何通过代码获得应用程序主窗口的 指针? 如何在程序中获得其他程序的 图标? 如何编程结束应用程序? 怎样加载其他的应用程序? 确定应用程序的路径. 获得各种目录信息 如何自定义消息 如何改变窗口的图标? 如何改变窗口的缺省风格? 如何将窗口居中显示? 如何让窗口和 MDI窗口一启动就最大化和最小化? 如何使程序保持极小状态? 如何限制窗口的大小? 如何使窗口不可见? 如何
所属分类:
C++
发布日期:2011-08-31
文件大小:183296
提供者:
weryk12
«
1
2
3
»