CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - 定时器定时

搜索资源列表

  1. timer_com

    0下载:
  2. 通过定时器定时向串口发送数据,1秒内发4段,并且4段的时间间隔可控制-timer through regularly send data to the serial port, one within seconds of the four, and four of the time interval can be controlled
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:34309
    • 提供者:轩辕鸿彦
  1. Timer_C8051F020

    0下载:
  2. C8051F020 定时器。带有中文注释-C8051F020 timer. Notes with Chinese
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4382
    • 提供者:
  1. www.cohoo.com.cn.socket

    0下载:
  2. 共四个演示。分别如下: 1:Sample    一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText    不用窗口子类化,而达到和发送自定义消息同样的效果。  3:SendFile    由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat    演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:cohoo
  1. CBuilderGetTime

    0下载:
  2. 虽然Windows下可视化开发工具如VC、Delphi、C++ Builder等都有专用的定时器控件Timer,而且使用很方便,可以实现一定的定时功能,但最小计时精度仅为55ms,且定时器消息在多任务操作系统中的优先级很低,不能得到及时响应,往往不能满足实时控制环境下的应用。不过Microsoft公司在Win32 API函数库中已经为用户提供了一组用于高精度计时的底层函数,如果用户使用得当,计时精度可到1ms。这个计时精度、对于一般的实时系统控制完全可以满足要求。现将由C++ Builder 4
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1796
    • 提供者:wangjing
  1. pcvb

    0下载:
  2. 在Windows98下利用VB的串行通讯控件可实现PC机与多单片机之间的通讯。采用定时器控制大大加快了自动化进程,克服了往多“握手”协议造成的通讯速度缓慢的缺点
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3369
    • 提供者:lxy
  1. STACK+SEGMENT+STACK

    0下载:
  2. 设有一十字路口,其道路为南北方向和东西方向,南、北、东、西各用一组发光二极管表示。此路口交通信号灯的亮灭规律如下: 1) 正常情况下,两路轮流放行。信号转换时,按照一下规律显示: 纵向与横向的交通灯定时60秒交换红绿色一次,剩余时间在数码管上显示。 灯光有三种颜色:红、黄、绿。每次交换时要求在黄色灯停留3秒钟。 两路的现实必须保证它们是交叉进行的。 2) 当路上出现特种车辆(如警车、消防车、救护车等)通过时,四边街口均显示红灯,以便只允许紧急车辆通过。其他车辆暂停行驶,特种车
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3917
    • 提供者:周呈龙
  1. socket

    0下载:
  2. 1.了解定时器/计数器8253、并行I/O接口8255A在PC机中的电路连接方法; 2.学习使用TURBO C++对8253、8255进行编程操作; 3.熟悉拦截PC机中断向量的TC++ 编程方法。 -TURBO C++8253、8255
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:15916
    • 提供者:林茜
  1. TIMER_test

    0下载:
  2. 这个程序讲的是关于TMS320C6713的定时器的应用-timer application
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:674
    • 提供者:aibo
  1. communicationss

    0下载:
  2. 串口通讯,发送和接受端口封装 短连接和长连接,加定时器-Serial communication, send and receive ports to connect the short and long connection package, plus timer
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:9095
    • 提供者:jack
  1. serial

    0下载:
  2. 实现51单片机的串口通讯,对各个定时器有详细说明-To achieve 51 MCU serial communications, is described in detail on each timer
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:424284
    • 提供者:陈丽娟
  1. led

    0下载:
  2. 用单片机定时器控制数码管和流水灯程序,是用c语言编写的,欢迎提出不足-MCU timer with digital control and flow control lamp program, is written in c language are welcomed to raise enough
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:8093
    • 提供者:赵鹏
  1. Timer0_Poll1

    0下载:
  2. 此程序用定时器实现延时计数 This program shows an example of using Timer0 in polled mode to implement a delay counter with a resolution of 1 ms.-This program shows an example of using Timer0 in polled mode to implement a delay counter with a resolution of 1
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:1555
    • 提供者:www
  1. iplot_test

    0下载:
  2. 采用C++Builder5编写,测试iplot控件,里面有多种定时器的使用-Using C++Builder5 to write, a test iplot control, which use a variety of timer
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:618425
    • 提供者:linlin
  1. Timer1

    0下载:
  2. 测试程序,用来进行异步通信的串口测试。程序实现了定时器、异步收发功能。-Test procedures used for asynchronous serial communications test. The program timers, asynchronous transceiver functions.
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:214868
    • 提供者:晓梦
  1. BitmapTest

    0下载:
  2. BitmapTest 定时器显示多张图片-Timer display multiple pictures
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:135518
    • 提供者:黄建权
  1. MultimerVBnet

    0下载:
  2. 用vb.net实现的无线遥控多功能定时器上位机部分,可以进行定时设置和进度条的设置等功能。-Wireless remote control multifunctional timer vb.net realize, can the timing setting and the progress of the settings and other functions.
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:790735
    • 提供者:牛鹏飞
  1. MyPCWakeup

    0下载:
  2. 2流程: 2.1启用休眠权限 2.2 创建可等待定时器(delay 10 secs) 2.3 设置可等待定时器 2. 4 创建线程(等待定时器),电脑进入 休眠 2.5 时间到,唤醒电脑 3 运行图 -Two processes: 2.1 Permissions 2.2 Enable hibernation create waiting timer (delay 10 secs) 2.3 settings can wait timer 2.4 to create th
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:183731
    • 提供者:kk
  1. cbClock

    0下载:
  2. 用CB写的小闹钟,可以用来学习CB编程,里面有一些控件的用法,定时器的使用,等等。-A clock sample with C++ Builder,use to study the tools
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:7947
    • 提供者:jiao3824691
  1. TimeSetEvent

    0下载:
  2. 本程序运用多媒体定时器进行高速准确的串口通讯-use timesetevent to serial communication
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:3818050
    • 提供者:包佳东
  1. ahrmmx

    0下载:
  2. 卷轴位图,通过不断计算坐标,由定时器发送消息相应,反复重新贴图!()
  3. 所属分类:通讯编程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:bavkffc
« 12 »
搜珍网 www.dssz.com