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

搜索资源列表

  1. Tick

    0下载:
  2. c#定时器功能,需要注意调用函数的参数以及退出条件。-timer function, it was necessary to call the function parameters and exit conditions.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1422
    • 提供者:lyc
  1. 时间提醒器

    0下载:
  2. 用C#编写的一个小程序,可以在你工作和娱乐时定时提醒你-C# prepared in a small program, you can work and play regularly remind you when
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9539
    • 提供者:cpower0668
  1. 51_ljq

    0下载:
  2. Keil C51 51定时器中断例程 编成语言:C-timer interrupt routines into languages : C
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33680
    • 提供者:刘家强
  1. EBDSAM7S64-Basick-ADS

    0下载:
  2. at91sam7s应用 代码说明: 1)完成基本的初始化 2)初始化PIO等 3)驱动板上的四个按键(PB1,PB2,PB3,PB4) 4)初始化DEBUG口,Usart1等 5)初始化定时器timer0,timer1等-at91sam7s application code : 1) completion of the basic initialization 2) initialization three PIO) driver board the four
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:732827
    • 提供者:aki
  1. mmc07

    0下载:
  2. 用ATMEL AVR GA128 开发的一款运动控制程序,里面包括AD转化,定时器中断
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2862
    • 提供者:hasomeboy
  1. 定时器

    0下载:
  2. 定时器编程
  3. 所属分类:C#编程

  1. Keyboard

    0下载:
  2. 设计采用P3口作为扫描键盘接口,P1.0口作为输出,P1口低4位接4X4矩阵键盘的列,高4位接行。 CPU工作在查询方式下并开放中断,且将定时器T1设为最高优先级。当程序扫描到按键时调用延时防抖后再次扫描并判断键值,并转入相应的按键处理子程序,在子程序中向定时器装入初值并启动其工作,当定时器溢出时向CPU申请中断,CPU响应中断后转入中断子程序,输出预定频率的方波并送到音频放大模块进行放大输出。 -Design uses a scanning keyboard interface por
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:318784
    • 提供者:陈岳
  1. AVR2

    0下载:
  2. AVR单片机定时器1中断程序每500MS将PB0端口的二极管点亮一次,程序运行在内部1M晶振下-Program the AVR timer 1 interrupt every 500MS will PB0 port LED lights once, run under the internal crystal 1M
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:26447
    • 提供者:意义
  1. csharpTimer

    0下载:
  2. 用C#语言实现的定时器,能够准确实现定时功能-the A timer language with C#, to achieve timing
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:34730
    • 提供者:赵晔晖
  1. TimerThread

    0下载:
  2. C#实现定时器的两个类,一个类用来定时,另一个用来计算时间间隔!-C sharp Timer, including 2 class. one define the time, and the other being the interval!
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:22186
    • 提供者:尹洛
  1. clock

    0下载:
  2. c#开发的定时器源码,很好用,倒计时,单位为分钟,可自定义提示消息或用预定义的提示.-c# development timer source, very good, and the countdown, unit for the minutes, can be customized news tips or hints predefined.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:106068
    • 提供者:何小云
  1. CC2430-19

    0下载:
  2. cc2430睡眠定时器的使用程序,包括相关的寄存器设置和相关的函数-cc2430 sleep timer to use the program, including the related register settings and function
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:15968
    • 提供者:卡卡
  1. chmfun

    0下载:
  2. C#中定时器的使用,还有闪烁的画面,很好玩的哟-this program shows you how to use C# timer ,and it is very funny.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:41583
    • 提供者:陈明
  1. Network

    0下载:
  2. 使用C#实现的定时器,可以定时windows关机、注销、重启,时间由用户自定包括系统小托盘,程序如有不足的地方,还请升级(我的 邮箱:xiaodpro@163.com)-Use C# to achieve timer, timing windows can be shut down, log off, restart, the time set by the user including the system of small tray, the program, if insufficie
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:669043
    • 提供者:xiaod
  1. Windows_GuanJiXiaoZhuShou

    0下载:
  2. 使用C#实现的定时器,可以定时windows关机、注销、重启,时间由用户自定包括系统小托盘。。。这是继1.0以后的修正版,源代码及安装包的部署,程序功能基本完善(我的邮箱:xiaodpro@163.com) -Use C# to achieve timer, timing windows can be shut down, log off, restart, the time set by the user including the system of small tray. . . Th
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:439858
    • 提供者:xiaod
  1. TPMPWM

    0下载:
  2. 16位飞思卡尔单片机定时器程序,通过实验验证-freescale 16 bits timer
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:69734
    • 提供者:dai
  1. 555apply

    1下载:
  2. 利用555定时器测量电阻,已测试成功,精度很高,很适合初学者-Measurement of resistance using 555 timer has been tested successfully, high precision, it is suitable for beginners! ! !
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:51216
    • 提供者:王林
  1. ding

    0下载:
  2. 51单片机用定时器实现跑马灯现象。每个灯亮一秒-51 MCU with Timer Marquee phenomenon. Each light is a second
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:4166
    • 提供者:liuxiao
  1. TTR

    0下载:
  2. 使用T2定时器实现1秒精确定时并闪灯 * 硬件条件:1.CPU型号:AT89C51 * 2.晶振:12.000MHz * 3.用跳线帽短接LED11__P1.7-Using the T2 Timer 1 second precision timing and flashing lights* hardware conditions: 1.CPU Model: AT89C51* 2. Crystal: 12.000MHz* 3. With jumpered LED11__P1.7
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:8386
    • 提供者:liuxiao
  1. WpfPictureChange

    0下载:
  2. 简单的WPF图片切换功能,通过定时器定时切换,也可手动切换,适合初学者-Simple WPF image switching function by the timer switch can also be manually switched, suitable for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:294259
    • 提供者:xiaobai
« 12 3 4 5 6 »
搜珍网 www.dssz.com