CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 消息

搜索资源列表

  1. 车牌识别

    2下载:
  2. 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
  3. 所属分类:图形/文字识别

    • 发布日期:2008-06-18
    • 文件大小:295054
    • 提供者:tata80808
  1. OpenGLTutorial

    0下载:
  2. OPENGL入门的好举例.建立MFC的消息体系和OPENGL状态机的联系方式,OPENGL的渲染,立体几何中的数学模型等内容.可以花点时间入门和学习.其实3DMAX就是这些东西.注意,这是表面渲染,不是实心的物体的仿真!其需要有限元法等工具进行模拟.气体模拟等用的粒子系统以后提供-entry OpenGL good example. News of the establishment of MFC and OpenGL system link state machine , OpenGL ren
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:89107
    • 提供者:weng
  1. changeformsize

    0下载:
  2. 改变无标题栏窗口大小,我写的DELPHI程序,在网上找资料找了好久没有找到解决方案,自己看MSDN用消息解决了-not change the size of the window title bar, I wrote DELPHI procedures, looking for information online for a long time did not find a solution, look MSDN resolved with the news
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:324118
    • 提供者:风子
  1. C_LIB

    0下载:
  2. 消息中有什么? 是否觉得一个消息记录中的信息像希腊语一样?如果是这样,那么看一看下面的解释: hwnd 32位的窗口句柄。窗口可以是任何类型的屏幕对象,因为Win32能够维护大多数可视对象的句柄(窗口、对话框、按钮、编辑框等)。 message 用于区别其他消息的常量值,这些常量可以是Windows单元中预定义的常量,也可以是自定义的常量。 wParam 通常是一个与消息有关的常量值,也可能是窗口或控件的句柄。 lParam 通常是一个指向内存中
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:25577
    • 提供者:张宾
  1. myFrameWork

    0下载:
  2. OPENGL中用响应鼠标、键盘消息的例程,可用鼠标和键盘来控制场景中的图形旋转、平移操作。-OpenGL used to respond to the mouse, keyboard news routines, mouse and keyboard can be used to control the graphic scenes rotation, translation operation.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:76373
    • 提供者:康宋章
  1. ImgZoom

    0下载:
  2. 图像局部放大功能。包括主要的三个消息处理函数,由鼠标拖动画出需放大区域,松开即将图像局部放大到整个客户区,能够实现层层放大。-enlarge images partial function. Including the three main message processing function, the mouse scrolling painted by the need to enlarge the regional, Loosen the forthcoming local enlarg
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1861
    • 提供者:吴荣刚
  1. SCommunicte

    0下载:
  2. 线程间的通信通常采用共享全局变量,共享存储区来实现.本例介绍了使用共享存储区和自定义消息实现线程间的通信功能-communication between threads is usually used to share global variables. shared memory area to be achieved. The cases of the use of shared storage area and Message realization of the threads Comm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:38261
    • 提供者:李宇亮
  1. FPS_width_height

    0下载:
  2. 可以测试实时的camera和avi视频的一些消息,比如width,height,FPS等等,这是自已写的opencv代码。-can test real-time avi video camera and some news, such as width, height and FPS, and so on, this is the opencv write their own code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1191
    • 提供者:李乃安
  1. ex13alwt

    0下载:
  2. 实现了图像的实时重绘,并且详细演示了UI更新消息的完美使用。-achieve a real-time image refresh, and a detailed demonstration of UI updates the perfect use.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:25567
    • 提供者:lvwentao
  1. doctor_echo_cancle

    0下载:
  2. 该代码是从SPEEX中提取出来有关回声消息源码,它采取的是在频域进行操作,效果比较好(回声消除功能源代码)-the code is extracted from the SPEEX Echo news from the source. it is taken in the frequency domain for operation and the results were quite good (Echo Canceller function source code)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:918273
    • 提供者:苏语
  1. demobitmap

    0下载:
  2. 实现对位图的基本操作,适于初学者学习MFC的消息传递机制,以及按钮的基本操作-realization of the basic bitmap operation, suitable for beginners learning MFC message passing mechanism, and the basic operation buttons
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:797260
    • 提供者:zcl
  1. examplefordoevents

    0下载:
  2. 这本书是一个有关消息循环程序的,适合各个层次的c编程人员学习参考-This book is one of the news cycle process, suitable for all levels of staff learning c programming reference
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23917
    • 提供者:linxioa
  1. sbxy

    0下载:
  2. 通过键盘鼠标响应程序设计, 掌握应用程序的一般交互方法与用户命令响应的常用技术, 能够熟练应用键盘与鼠标消息-through keyboard and mouse response procedures for the design, mastering the application of the general procedures and user interaction methods order to respond to the commonly used techniques, w
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1153
    • 提供者:sunny
  1. photo23

    0下载:
  2. 对图象的各种变换和方格图显示程序!和自定义消息处理-to transform the image box and map display program! And custom message processing
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:89252
    • 提供者:张浩
  1. Game

    0下载:
  2. 一个用MFC的对话框窗口显示的OPENGL动画,可以研究如何在VC++的消息映射和窗口中显示OPENGL动画的示例-with an MFC dialog window shows the OpenGL animation, can study how the news VC mapping and OpenGL window shows examples of animation
  3. 所属分类:OpenGL

    • 发布日期:2014-01-15
    • 文件大小:98733
    • 提供者:lj
  1. VC_image_enhance

    0下载:
  2. 1>图像处理系列之一--读写篇 涵盖内容: 1>图像处理简介 2>常用图像文件格式说明 3>BMP图像文件读写 涉及VC知识主要有: 1>消息添加 2>文件读写 3>串行化 实验环境: Win+VC6.0 实验图片在Imagetest子目录下Data文件夹中.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:112680
    • 提供者:yys
  1. TestRichEdit

    1下载:
  2. 实现了在VC环境下在RichEdit控件中绘制图形,类似QQ消息编辑框
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:46159
    • 提供者:马武兴
  1. xychat

    1下载:
  2. 絮语2007 1.实时的文本消息.支持表情图释.发送图片. 2.文件传送功能.支持大文件,多文件,目录的传输. 3.稳定的视频语音传输.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:5887550
    • 提供者:航宇
  1. 基于OSG完成键盘接收消息响应事件

    1下载:
  2. 基于OSG完成键盘接收消息响应事件。实现通过键盘控制图形的切换等操作。,OSG based on the completion of the keyboard to receive messages in response to the incident. To achieve through the keyboard to control the switching operation of graphics.
  3. 所属分类:3D图形编程

    • 发布日期:2015-06-11
    • 文件大小:925664
    • 提供者:andy
  1. 3dvc

    0下载:
  2. vc三维交会图演示系统,此前在深入浅出mfc上所学的,不要忘了,那个很重要的消息机制哦-vc three-dimensional cross plot presentation systems mfc earlier in layman s language to learn on, do not forget that very important message mechanism
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:9080
    • 提供者:张付华
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com