CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - timer mfc

搜索资源列表

  1. dingshiqi-

    0下载:
  2. vc、MFC 中的定时器的使用方法 ,该方法仅供参考,上有注明来源-vc, MFC uses the timer method is for reference only, the source indicated on
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4700
    • 提供者:skd
  1. CloseComputerTiming

    0下载:
  2. mfc 自制定时关机小程序,并可托盘操作,vs2008已测试通过-mfc self-timer off a small program, and the tray operation, vs2008 have been tested
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:84634
    • 提供者:qipeng
  1. MyCalendar

    0下载:
  2. 能够在单文档MFC界面中实现一个钟表时钟的界面,要与系统时间保持同步 思路:在应用程序中经常有些任务需要后台处理,实现的办法由两种:计时器和OnIdle循环处理。 -Can in a single document MFC interface implementation in a clocks and watches clock interface, to keep pace with the system time Idea: in applications often some
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1935372
    • 提供者:gao
  1. OpenGL_MFC_capture

    1下载:
  2. 基于OpenGL的MFC框架程序,基于对话框的向导生成,带有OpenGL截图功能,使用定时器按照25Hz绘制旋转的彩色立方体-MFC framework OpenGL-based program, dialog-based wizard, and with OpenGL capture (grab) feature, use the timer in accordance with rotating colored cube drawn 25Hz
  3. 所属分类:OpenGL program

    • 发布日期:2016-12-31
    • 文件大小:32768
    • 提供者:yn
  1. Timerok

    0下载:
  2. vc mfc 倒计时 倒计天数 可设定 字体为华文行楷-Timer can setting
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-29
    • 文件大小:12031687
    • 提供者:weiwang
  1. MyClock

    0下载:
  2. 用MFC实现的基于对话框的时钟程序,有时钟,闹钟,定时器功能。-With MFC realize dialog-based clock procedure, have a clock, alarm clock, timer function.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6574268
    • 提供者:kila
  1. OpenGL_MFC

    0下载:
  2. 这一些OpenGL在MFC中实现的一些小的例程,可以实现抗锯齿,纹理映射,纹理照明,纹理透明度等。 这些例程创建一种方法实现以下功能: 在一个对话框中画一个简单的立方体并使用OpenGL进行渲染。 可以用鼠标右键菜单操纵物体,改变纹理等。 一个定时器控制的自动旋转。 纹理文件必须是2^n*2^m*24bits的BMP位图。-This is the smallest example to make : Antialiasing Gouraud Textur
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1108679
    • 提供者:李平
  1. MFCwithOpenGLWindow51

    0下载:
  2. MFCwithOpenGLWindow51-用多线程方法实现在MFC/WIN32中调用OpenGL函数并创建OpenGL窗口源码.增加了glut定时器控制显示刷新,使得可以在MFC中方便地控制GL绘图。-MFCwithOpenGLWindow51-method with multi-threaded OpenGL function call in the MFC/WIN32 and create OpenGL window source. Increased the glut timer con
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4493774
    • 提供者:xiaobo
  1. GradualChange

    0下载:
  2. MFC 单文档实现图片的淡入淡出效果。定时器的使用。-MFC single document to achieve the picture fades. The use of timer.
  3. 所属分类:Graph program

    • 发布日期:2017-05-22
    • 文件大小:6789828
    • 提供者:李刚
  1. linkgame

    0下载:
  2. 自制的连连看游戏,使用MFC平台实现 有开局、暂停、提示、更换背景图片等功能 设置了一定关卡、有计时器-Lianliankan game homemade, using the MFC platform implementation start, pause, prompt, replace the background image and other functions set some barriers, timer
  3. 所属分类:Other Riddle games

    • 发布日期:2017-06-15
    • 文件大小:22548114
    • 提供者:wyc
  1. jisuanqi

    0下载:
  2. 利用VC++中的MFC实现有界面的计算器和时钟显示。计算器可以实现基本的加减乘除等运算,时钟可以实现清零,秒表,定时器等功能-MFC implementation in VC++ interface, calculator and clock display. The calculator can achieve the basic addition and subtraction, multiplication and division operations, the clock can be
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3424914
    • 提供者:wangcuicui
  1. Timer_Thread

    0下载:
  2. MFC中手动创建定时器、线程、消息传递、虚函数的使用,做的一个集成Demo-MFC, manually create a timer, thread, message passing, the use of virtual functions to do an integrated Demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:32514
    • 提供者:雷盼
  1. mfctimer

    0下载:
  2. MFC时钟程序,使用vc编程,代码描述时钟的制作过程,及运行方式。-mfc timer programme
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1890388
    • 提供者:fushujun
  1. test_timer

    0下载:
  2. 用MFC实现的定时器,有学习定时器的,是很好的资源,直接可以运行-Learning timer。 Timer implemented with MFC is a great resource and can run directly。
  3. 所属分类:Multimedia program

    • 发布日期:2017-11-07
    • 文件大小:3636463
    • 提供者:mayuan
  1. test

    0下载:
  2. mfc的界面编程,简单的串口程序,测试定时器使用-mfc programming interface, a simple serial program, test timer to use
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-17
    • 文件大小:805963
    • 提供者:罗宾
  1. Time

    0下载:
  2. MFC 功能定时器关机或启动报警,开发环境vs2012-MFC Timer Shutdown
  3. 所属分类:Button control

    • 发布日期:2017-04-04
    • 文件大小:143590
    • 提供者:zhanglei
  1. tank_mfc_src

    0下载:
  2. 坦克大战MFC动态绘画初学 MFC图像绘画,定时器,各种句柄,各种消息 结合坦克大战这个经典小游戏-Battle City beginner MFC MFC dynamic painting image painting, a timer, a variety of handles, combined with all the news of this classic game Battle City
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:91308
    • 提供者:pudnhua
  1. saolei1

    0下载:
  2. 扫雷游戏自己制作的MFC扫雷游戏,请大家给个意见,里面添加定时器,积分等功能-Minesweeper game MFC mine to produce their own game, please give an opinion, which added a timer, integration and other functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-20
    • 文件大小:5696988
    • 提供者:张晨兰
  1. secTimer

    0下载:
  2. 自己写的一个简单的秒表,利用MFC和定时器。很简单易懂。只不过有个小小的缺陷,因为是自己数数,因此跟真正的一秒钟的时间对不上。-To write a simple stopwatch, MFC and timer. Very easy to understand. But there is a small flaw, because it is his own count, so with true a second time is not on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1864642
    • 提供者:金务文
  1. OpenGLMFC

    1下载:
  2. 一个MFC下的opengl实现框架,动态绘制与静态绘制分开用函数写出,用timer实现控制-An MFC opengl implementation framework, dynamic and static drawing draw written separated by function, to achieve control with timer
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:39635
    • 提供者:朱峥任
« 1 2 3 45 »
搜珍网 www.dssz.com