Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - 开发框架
Search - 开发框架 - List
图像处理基本框架程序!! 没有解压缩密码!! 开发人员可以在此基础上开发自己的图像处理程序!! -basic framework for image processing procedures! ! No extract passwords! ! Developers can on the basis of developing its own image-processing program! !
Date : 2008-10-13 Size : 58.49kb User : 江南书虫

使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 虽然已经弄出来了,还是希望大家好好读读源程序。 你们以后的工作: 在菜单中添加菜单项,通过ClassWizzard 生成消息响应函数(当然也可手动添加), 所有的操作应当是对 BYTE* ImgData;进行的。 在完成相应的功能后 将 isnewfile 和 isnewiamge 置为真 ,并使用myDoc->UpdateAllViews(NULL) 刷新 当然,可以更加有个性化一点,有能力的同学可以自己完成。 随着课程的进行,菜单功能逐渐丰富,最后完成基本的数字图像处理的功能,而不必最后一下完成一个大的作业。
Date : 2008-10-13 Size : 229.24kb User : 游侠

用VC++二次开发MAPX的框架程序 具有基本的放大缩小等功能 适合初学者
Date : 2008-10-13 Size : 725.28kb User : zhanghui

本书的特点: ● 作者多年从事利用VC++ 开发GIS, MIS, DSS, CAD, 电子表格等系统的实际研究和开发工作。本书的大部分内容是实践经验和具体技术的提炼和总结。 ● 本书从一个利用AppWizard生成的程序框架出发,并依此为基础,分析和组织矢量图形系统的数据结构,开发实现了一个功能完善的矢量图形系统。本书结合实际代码对系统进行了剖析,帮助读者掌握系统的设计思路和...
Date : 2008-10-13 Size : 6.66mb User : 华摩天

Visual C下OpenGL开发框架生成三维地形模拟,SDI框架
Date : 2008-10-13 Size : 4.1mb User : 建材

DL : 0
Visual C下OpenGL开发框架生成三维地形模拟,SDI框架
Date : 2008-10-13 Size : 38.99kb User : 建材

OpenGl编程示例: VC下的OpenGL开发框架与应用举例 OpenGL中纹理贴图、滤波、光照和雾化效果编程初步 基于MFC框架的OpenGL三维图形编程
Date : 2008-10-13 Size : 780.12kb User : zjm

使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界面与功能: (1) 有画直线、矩形、椭圆的工具箱。 (2) 有颜色选择工具箱。 (3) 对于当前选中的绘图工具,以“下沉”的形式显示。 (4) 在状态栏中显示鼠标的位置。 (5) 在鼠标移向某一绘图工具不动时,有工具的功能提示。 (6) 在菜单上有当前选中的菜单项标识(即前面有小钩) 高级功能: (1) 可选择打开或关闭工具栏。 (2) 应用程序的标题栏上有程序的图标。 (3) 可以用鼠标选中绘制的某一图形。被选中的图形符号有标识(参见Word,如一直线段,其两端点上加了两个小框;矩形上有8个小框点)。 (4) 修改被选中的图形。通过鼠标的“拖拽”,可以改变图形的位置或大小。 (5) 删除被选中的图形。 其他功能: (1) 能够用鼠标操控方式,绘制曲线、文字。 (2) 能够在绘制一图形前以菜单方式设置线的线型。 (3) 撤销和恢复操作 (4) 可以调整画布的大小 (5) 可以以位图(bmp格式)方式保存绘制的图形。 (6) 修改鼠标符号为十字型
Date : 2012-06-27 Size : 2.41mb User : luoshao@163.com

图像处理基本框架程序!! 没有解压缩密码!! 开发人员可以在此基础上开发自己的图像处理程序!! -basic framework for image processing procedures! ! No extract passwords! ! Developers can on the basis of developing its own image-processing program! !
Date : 2025-12-17 Size : 58kb User : 江南书虫

使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 虽然已经弄出来了,还是希望大家好好读读源程序。 你们以后的工作: 在菜单中添加菜单项,通过ClassWizzard 生成消息响应函数(当然也可手动添加), 所有的操作应当是对 BYTE* ImgData;进行的。 在完成相应的功能后 将 isnewfile 和 isnewiamge 置为真 ,并使用myDoc->UpdateAllViews(NULL) 刷新 当然,可以更加有个性化一点,有能力的同学可以自己完成。 随着课程的进行,菜单功能逐渐丰富,最后完成基本的数字图像处理的功能,而不必最后一下完成一个大的作业。 -err
Date : 2025-12-17 Size : 229kb User : 游侠

用VC++二次开发MAPX的框架程序 具有基本的放大缩小等功能 适合初学者-With VC++ Secondary development of the framework of procedures MAPX have a basic zoom and other functions suitable for beginners
Date : 2025-12-17 Size : 725kb User : zhanghui

本书的特点: ● 作者多年从事利用VC++ 开发GIS, MIS, DSS, CAD, 电子表格等系统的实际研究和开发工作。本书的大部分内容是实践经验和具体技术的提炼和总结。 ● 本书从一个利用AppWizard生成的程序框架出发,并依此为基础,分析和组织矢量图形系统的数据结构,开发实现了一个功能完善的矢量图形系统。本书结合实际代码对系统进行了剖析,帮助读者掌握系统的设计思路和... -The characteristics of this book: ? the author for many years engaged in the use of VC++ Development of GIS, MIS, DSS, CAD, spreadsheets, etc. The actual research and development work. Most of the contents of this book is the practical experience and specific technical refining and summary. ? this book use AppWizard generated from a procedural framework for starting, and so on the basis of analysis and organization of vector graphics system data structure, the development of the realization of a fully functional vector graphics system. This book combines the actual code on the system analyzed to help readers master the system design ideas and ...
Date : 2025-12-17 Size : 6.67mb User : 华摩天

Visual C下OpenGL开发框架生成三维地形模拟,SDI框架-OpenGL under Visual C development framework to generate three-dimensional topography simulation, SDI framework
Date : 2025-12-17 Size : 8.58mb User : 建材

DL : 0
Visual C下OpenGL开发框架生成三维地形模拟,SDI框架-OpenGL under Visual C development framework to generate three-dimensional topography simulation, SDI framework
Date : 2025-12-17 Size : 39kb User : 建材

OpenGl编程示例: VC下的OpenGL开发框架与应用举例 OpenGL中纹理贴图、滤波、光照和雾化效果编程初步 基于MFC框架的OpenGL三维图形编程-OpenGL programming examples: VC under the OpenGL application development framework with texture mapping in OpenGL, for example, filter, light and atomizing effects of the initial programming MFC framework OpenGL-based three-dimensional graphical programming
Date : 2025-12-17 Size : 883kb User : zjm

vb+mapx开发的框架,可供广大GIS爱好者参考-vb+ mapx development framework for the broad masses of fans refer to GIS
Date : 2025-12-17 Size : 128kb User : dlzjtc

ACDSee风格的程序框架,开发人员可以基于该框架做自己的开发-ACDSee-style procedural framework, developers can make their own based on the framework for the development of
Date : 2025-12-17 Size : 2.48mb User : kyo

DL : 0
在此程序中演示了使用Flex开发advanced visual component,通过createChildren、commitProperties、measure、updateDisplayList这四个方法的重载在Flex框架下编程,而不是使用draw[]方法简单绘制;-In this program demonstrated the use of Flex development of advanced visual component, through createChildren, commitProperties, measure, updateDisplayList these four methods in the Flex framework of heavy-duty programming, rather than using draw [] method is simple rendering
Date : 2025-12-17 Size : 1.01mb User : kanakama

采用struts框架,MVC模式,在jbuilder开发工具下,开发的一个学生信息系统,内带Access数据库。-Using struts framework, MVC model jbuilder development tools, the development of a student information system, within the database with Access.
Date : 2025-12-17 Size : 1.62mb User : 李林林

Hasor开发框架是一款基于Java语言的应用程序开发框架,它的核心设计目标是提供一个简单、切必要的环境给开发者。-Hasor development framework is an application development framework based on Java language, the core design goal is to provide a simple, necessary environment for developers.
Date : 2025-12-17 Size : 531kb User : David
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.