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

搜索资源列表

  1. dynamicdrawcurves

    1下载:
  2. 设置背景颜色和画笔颜色,动态绘制正弦曲线和余弦曲线.余弦曲线放在OnTimer中.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43568
    • 提供者:chy
  1. Text

    0下载:
  2. 本程序是关于ontimer()时间函数在VC++中的应用,运行结果可以动态显示文本,实现动画功能,是学习VC++延时的好代码,希望大家从中得到更多的收获,代码可以运行。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:52643
    • 提供者:刘辅
  1. 力控应用程序实时数据库系统

    1下载:
  2. 先运行力控应用程序(如演示工程——反应釜),实时数据库系统亦随之启动。      然后启动delphi6.0,创建一个新的工程。      在form1窗体中,放置DdeClientConv控件(system标签页),设置ConnectMode属性值为ddeAutomatic、DdeService属性值为db、DdeTopic属性值为db;      接下来放置DdeClientItem控件(system标签页),设置DdeConv为DdeClientConv1,设置DdeItem属
  3. 所属分类:医药行业

    • 发布日期:2017-03-25
    • 文件大小:5760
    • 提供者:慰藉
  1. dynamicUpdateList

    0下载:
  2. 利用定时器把MySQL数据表的数据实时显示在基于对话框的listctrl中。-mysql,clistctrl,ontimer
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:9688636
    • 提供者:fengxinya
  1. HowToUse_OnTimer

    0下载:
  2. 实际测出OnTimer函数的实际响应时间,在需要时间敏感型的程序中有用。-OnTimer function of the actual measured the actual response time, the need for time-sensitive program useful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:80421
    • 提供者:bf010
  1. miaobiao

    0下载:
  2. 使用onTimer()函数编写的秒表,时、分、秒、微秒都能设置,点击开始按钮,秒表就开始走动了。-Use onTimer () function is written in stopwatch, hours, minutes, seconds, microseconds can be set up, click the Start button, move the stopwatch started.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:26338
    • 提供者:张彬
  1. zyltim117

    0下载:
  2. ZylTimer is a high resolution, long-term Delphi / C++Builder timer component which provides a higher precision than the standard Delphi / C++ Builder TTimer component. TTimer component which ships with Delphi / C++Builder uses the Windows Message
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:203125
    • 提供者:b0x
  1. Logo_Pannel

    0下载:
  2. 用VC做一个Flash,里面介绍了OnTimer的用法- do a Flash with VC++, which describes the use OnTimer
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2473951
    • 提供者:陈金强
  1. HttpConnections

    0下载:
  2. j2me的联网方法,支持自动跳转移动二次确认页面,自动跳转302,ontimer等。-j2me networking approach to support automatically moving the second jump confirmation page frames 302, ontimer so.
  3. 所属分类:J2ME

    • 发布日期:2017-04-13
    • 文件大小:1806
    • 提供者:hunter
  1. vcontimer

    0下载:
  2. vc制作一个简单的时钟程序 环境VS2005 MFC 主要是熟悉OnTimer()-vc制作一个简单的时钟程序
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:45567
    • 提供者:李昊
  1. MyMassage

    0下载:
  2. 一个简单的实时画圆程序,主要介绍了ontimer函数的应用-A simple real-time Circle program introduces ontimer function application
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:27250
    • 提供者:郭姣
  1. secondwatch

    0下载:
  2. 一个类似于码表的小程序,是基于OnTimer的应用,初学者可以借鉴-A small program similar to the code table is based on the application of OnTimer, beginners can learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1919462
    • 提供者:熊克伟
  1. AutoShup

    0下载:
  2. 基于VC++的自动关机测试程序,可实现设置时间电脑关机,主要用了OnTimer。-VC++ based on the automatic shutdown test procedures, can shut down the computer set-up time, mainly in the OnTimer.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:3004916
    • 提供者:刘源
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:294868
    • 提供者:何启明
  1. secondwatch

    0下载:
  2. C++使用onTimer()函数编写的秒表,时、分、秒、微秒都能设置,点击开始按钮,秒表就开始走动了,窗体上的那几个按钮做的相当漂亮,不少朋友以前专一做出这种按钮,今天竟然在这个秒表中发现了,幸运。 -C++ using onTimer () function written in stopwatch, hours, minutes, seconds, microseconds can be set, click the Start button, the stopwatch started
  3. 所属分类:Button control

    • 发布日期:2017-03-29
    • 文件大小:25520
    • 提供者:madud00106
  1. sdfsdf

    0下载:
  2. 一个关于Ontimer的应用程序,可以很好的理解该控件的使用方法-One on Ontimer application can well understand the use of control
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8640608
    • 提供者:bobo
  1. vCMediaTimerUse

    0下载:
  2. MediaTimer定时器的使用,包括一步步制作OnTimer定时器和MediaTimer定时器的制作步骤。很详细。-MediaTimer the use of timers, including a step by step, making the timer OnTimer timer and MediaTimer production steps. Very detailed.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:135893
    • 提供者:李天梅
  1. CoutTimer

    0下载:
  2. 用C++写的两种定时器,简易计数器。MediaTimer和OnTimer,基于MFC-Written in C++, two timers, simple counter. MediaTimer and OnTimer, based on the MFC
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1883409
    • 提供者:李天梅
  1. GPS

    0下载:
  2. MapX实现GPS定位功能中的GPS类,实现了GPS定位节点的更新、新增。调用时建议使用Ontimer-MapX achieve the GPS positioning function of GPS class, to achieve a GPS positioning node updates, new. Called recommended Ontimer
  3. 所属分类:GPS develop

    • 发布日期:2017-04-02
    • 文件大小:2770
    • 提供者:hupeng
  1. openGLwater

    0下载:
  2. 操作指导7水纹 一、 建立工程 二、 添加函数和变量,修改头文件(view.h) public: int npoint float lpoint[4][4] float cpoint[102][76][3] void drawplat() void lm() BOOL movekey CClientDC *my_pDC CRect my_oldRect BOOL mytbar BOOL mysbar
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3571048
    • 提供者:fangzijian
« 1 23 »
搜珍网 www.dssz.com