搜索资源列表

  1. TabSlider

    0下载:
  2. c# TabSlider窗体标签滑动器控件源代码,具有双缓冲效果的TAB控件,控件源码中包括滑动标签页画布类、标签页滑动效果方向枚举、滑动标签页效果列表、滑动标签页效果类型枚举、滑动器标签页类、标签滑动器类、标签滑动器辅助类,编译成功后的DLL文件在bin文件中,另外还写有一个标签滑动器测试类,在Hweny.TabSliderTest目录中,测试时,请把生成的Hweny.TabSlider.dll拷贝到Hweny.TabSliderTe
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:250880
    • 提供者:gpudn17
  1. CircularQueue

    0下载:
  2. 双缓冲循环队列数据结构,能够高效对数据进行操作。-Double buffering circular queue data structure that can efficiently operate on the data.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:creater
  1. mfcClock

    0下载:
  2. 利用GDI技术绘制桌面时钟,双缓冲技术消除闪屏,多线程播放音乐,界面主要包括刻度、表针、数字时间时钟、数字日期时钟及logo-Technical drawing using GDI desktop clock, double buffering technology eliminates the splash screen, multi-threaded to play music, the interface includes sca
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:344064
    • 提供者:notc888
  1. GUI

    0下载:
  2. C#绘图设计,如何绘制直线,箭头,以及实现图形刷新,双缓冲功能-C# about GUI
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:andy
  1. double-buffering

    0下载:
  2. // 经过改进后,画面刷新速度大大加快,绝对看不到任何的“扫描线”,帧数也从5帧一下就提高到了9帧, // 几乎是两倍于前的速度。这究竟是什么原因呢?让我来讲述其中的道理。 // 因为圆是要一个一个画上去,所以每画一个圆,系统就要做一次图形的绘制操作, // 图形的重绘是很占用资源的,当需要重绘的图形数量很多的时候,所造成的系统开销就特别大, // 造成我们看到的那种刷新缓慢的情况。那么如何来解决这个问题
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:52224
    • 提供者:王斌
  1. DigitalClock

    0下载:
  2. 使用VC++实现的数字时钟。使用了贴图/双缓冲技术。-Use VC++ implementation of the digital clock. Use the double buffering technique.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:2142208
    • 提供者:myd
  1. Car1.2

    0下载:
  2. 之前在网上下了一个移动小车的代码,但是会闪屏,利用双缓冲改进后,不在闪屏-Before the Internet under the code of a moving car, but it will splash screen, use double buffering improvements, not splash screen
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:11286528
    • 提供者:frank
  1. DrawShubiaoDemo

    0下载:
  2. 双缓冲绘图演示,开发环境vc++2010-Double buffer drawing demonstration, development environment vc++2010
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:90112
    • 提供者:李国山
  1. dbbtest

    0下载:
  2. VC++双缓冲技术代码演示代码,虽然比较老的代码,但是仍然很有用途,源码将演示如何在VC++中实现双缓冲技术的实例,演示了使用普通方式绘图和采用双缓冲技术绘图的例子,首先给出实现的程序,然后再解释,同样是在OnDraw(CDC *pDC)中-VC++ double buffering code demonstrates code, although relatively old code, but still useful purpos
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:141312
    • 提供者:wpudn18
  1. MemDCDlg

    0下载:
  2. vc 实现双缓冲绘图,先创建兼容位图,再创建兼容dc-请键入文字或网站地址,或者上传文档。 取消 Vc shíxiàn shuāng huǎnchōng huìtú. Xiān chuàngjiàn jiānróng wèi tú, zài chuàngjiàn jiānróng DC.vc achieve double-buffered drawing. Create compatible bitmap in creating
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:zhangtao
  1. songclock

    0下载:
  2. 电子时钟 可以设置闹钟 利用双缓冲技术防止屏幕闪动-Electronic alarm clock can be set to prevent the use of double buffering technology screen flashing
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-20
    • 文件大小:2366464
    • 提供者:杨智和
  1. PlayWav

    0下载:
  2. 双缓冲技术音频播放。 缓存块数目及缓存大小可以宏定义调整,方便测试效果。 基于SDK函数编程。 可以播放Wav文件。 为了控制大小,调试及过程信息已清除。-Double buffering audio playback. The number of cache block and cache size can be adjusted macro definitions to facilitate the test r
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:hanzic
  1. double-BUffer

    0下载:
  2. 基于mfc中的双缓冲。简单的实例,根据这个可以轻松实现双缓冲。不闪屏-Based on the mfc double buffering. Simple example, this can be easily achieved based on double buffering. No splash screen
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:960512
    • 提供者:白贺京
  1. FlashButton_DoubleBuffer

    0下载:
  2. 使用双缓冲绘图的一个例子,希望可以给大家带来帮助。-Using an example of double buffer drawing, I hope we can help.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:1134592
    • 提供者:x
  1. Test

    0下载:
  2. 自己写的CListCtrl自绘类 简单的实现了表头的绘制以及表格非Item区域的绘制,同时 用了双缓冲  在刷新界面的时候不会出现闪烁的现象。-Write your own self-drawn CListCtrl class implements a simple header to draw and non-draw Item form regions, and with a double-buffered interface wh
  3. 所属分类:ListView/ListBox

    • 发布日期:2024-05-20
    • 文件大小:43008
    • 提供者:洪岩
  1. DRAW

    0下载:
  2. vc++ 双缓冲画坐标系,防止遮挡图像消失-Double buffering coordinate system
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:130048
    • 提供者:柳清风
  1. MusicCalendar

    0下载:
  2. 日历时钟,纯Java编写,运用双缓冲技术加载图形,使用Applet运行程序。-Music Calendar
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:9402368
    • 提供者:卢钊杰
  1. Custom_Close

    0下载:
  2. 双缓冲界面实例教程,双击窗口,背景图将向两边上下移动,不会闪烁-double buffer window,double click the Window,it will animate
  3. 所属分类:界面编程

    • 发布日期:2024-05-20
    • 文件大小:4819968
    • 提供者:Mr.Right
  1. MfcOpenGL_

    0下载:
  2. MFC环境下用OPENGL实现行星运动,采用双缓冲机制-Under the MFC environment of planetary motion, using double buffering mechanism
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1964032
    • 提供者:danny
  1. MfcPlane

    0下载:
  2. MFC下实现飞机绕心圆周运动的例子,采用双缓冲机制-Examples achieve MFC aircraft under circular motion around the heart, using double buffering mechanism
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1969152
    • 提供者:danny
« 1 2 ... 20 21 22 23 24 2526 27 28 29 »

源码中国 www.ymcn.org