CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - timer

搜索资源列表

  1. AdsDemo

    0下载:
  2. Android高仿广告条用ViewPager实现左右完美无限滑动 用ViewPager实现手动切换,用Timer + Handler实现自动切换,左右完美无限滑动效果非常平滑,不卡,哈哈~Fragment里面我是写了文字,大家根据自己的需求放图片,设置点击事件等等。代码都有详细的注释,如果导入工程之后发现有中文乱码请设置成GBK,ViewPager有错误请检查android-support-v4.jar是否存在。-Android ViewPager high imitation banner
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:2393312
    • 提供者:而厄瓜多
  1. jmine

    1下载:
  2. 件说明。运行java StartJMine启动程序,或双击StartJMine.bat启动扫雷游戏主程序。程序框架都在JMine.java中。JMine.java 还包括两个线程类,分别为计时器线程和胜利后等待用户重起游戏的线程。   游戏分为三个难度等级,分别有12、24、36颗雷。单击鼠标左键为踩雷。单击鼠标左键在标记,疑问,空白三种状态中循环。同时单击鼠标左右键为踩单击点在内的周围九格内所有没有标记为已标记的所有格子。同时程序从你单击第一次时开始计时,到胜利或引爆地雷终结。  
  3. 所属分类:android

    • 发布日期:2017-04-23
    • 文件大小:70111
    • 提供者:rpudn64
  1. iHappy

    0下载:
  2. 一款播放器 实现以下内容: 本地歌曲搜索、专辑与艺术家图片更换设置、自定义播放列表 侧滑菜单、音频可视化风格、缓存清除、歌曲设置等等 该播放器多采用Fragment切片实现相应的界面显示,默认自动播放记忆歌曲、耳机拔出停止播放等;此外该程序包里也有相应的歌词显示(这部分是移植Music in box的)、睡眠定时那一些方面的,但歌词显示还没有实现真正意义上的同步,睡眠定时的注释掉了!-A player to achieve the following: Local search so
  3. 所属分类:android

    • 发布日期:2017-05-26
    • 文件大小:9029793
    • 提供者:hjs2010_mxp
  1. MTK_event__-event-mechanism-summary

    0下载:
  2. 在MTK MMI 里面有各种event,最常见的有跟交互相关的 按键event,触摸屏event。跟各种具体事件比如电话event,短信event,电量event,信号量event,timer event等等,MTK 都有相应的处理方式,跟交互相关的 按键(KeyBrd.c)和触摸屏(TouchScreen.c) 各有一套自己的机制-In MTK MMI there are a variety of event, the most common are the keys associated w
  3. 所属分类:MTK

    • 发布日期:2017-04-25
    • 文件大小:17785
    • 提供者:陈松胜
  1. openlte_v00-13-00

    0下载:
  2. This a simulation sw tool of openlte version 00.13.00. This version added MAC control element handling, PHICH support, TPC support, and RRC DL CCCH message support to the LTE library, added PCAP support, UL and DL CCCH MAC support, communication up t
  3. 所属分类:3G develop

    • 发布日期:2017-03-29
    • 文件大小:368926
    • 提供者:mobile4g
  1. CalonCabe

    0下载:
  2. This the source code game Fishing Frenzy for J2ME. Developer: Hoang Tan Duy Feeding Frenzy is an interesting game with an entirely different games, the objective is eat fish pellets and smaller fish to grow. Don t touch fish that are bigger than
  3. 所属分类:J2ME

    • 发布日期:2017-04-02
    • 文件大小:842745
    • 提供者:tanduy
  1. STM8L151

    0下载:
  2. 对STM8L151各个功能模块测试程序,十分方便初学STM8L151各个功能有IO中断,中断唤醒,定时中断,串口接收发送,AD转换程序,SLEEP模式-STM8L151 each function module test program, very convenient beginners STM8L151 each function is IO interruption, interrupt, timer interrupt, serial port receive send, AD conv
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-31
    • 文件大小:216628
    • 提供者:姚茂松
  1. CSharpModBus

    0下载:
  2. C#写了一款上位机监控软件,基于MODBUS_RTU协议。 软件的基本结构: 采用定时器(Timer控件)为时间片。 串口采用serialPort1_DataReceived中断接收,并进行MODBUS格式判断。 把正确接收的数据取出,转换为有特定的结构体中。 数据通过时间片实时刷新。-C# write a PC monitoring software, based on MODBUS_RTU agreement. The basic structure of the so
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:54960
    • 提供者:大吊
  1. SysTick

    0下载:
  2. SysTick(系统定时器):SysTick 定时器被捆绑在 NVIC 中,用于产生 SysTick 异常(异常号 :15)。在以前, 操作系统和所有使用了时基的系统都必须有一个硬件定时器来产生需要的“滴答”中断, 作为整个系统的时基。滴答中断对操作系统尤其重要。例如,操作系统可以为多个任务分 配不同数目的时间片,确保没有一个任务能霸占系统 ;或者将每个定时器周期的某个时间 范围赐予特定的任务等,操作系统提供的各种定时功能都与这个滴答定时器有关。因此, 需要一个定时器来产生周
  3. 所属分类:Com Port

    • 发布日期:2017-05-12
    • 文件大小:2935059
    • 提供者:吴志良
  1. super-clock

    0下载:
  2. 闹钟,时钟,计时器三和一的安卓APP,内有详细的注释说明-clock,timer on Android APP
  3. 所属分类:android

    • 发布日期:2017-05-16
    • 文件大小:3693138
    • 提供者:台建玮
  1. 500KSPS-ADC-with-32-bit-Timer-Tester

    0下载:
  2. 打开一个数据控制卡端口程序进行a/d转化,实现端口读写-Open a port program for a/d conversion
  3. 所属分类:Com Port

    • 发布日期:2017-04-26
    • 文件大小:30840
    • 提供者:jingwengtian
  1. bluetooth

    0下载:
  2. 以数据包形式发送数据,每个数据包包长为11字节,包括开始的转行符0x0A(保证数据正常通信,下面不做解释),命令符(用于下位机区分操作),数据三部分构成,定时器时间以及同步时间传输方式为BCD码。 -Transmits the data in the form of a packet, each data packet length is 11 bytes, including start switch 0x0a character (to ensure normal communic
  3. 所属分类:Com Port

    • 发布日期:2017-04-28
    • 文件大小:508346
    • 提供者:嘻嘻希
  1. CountdownTimer

    0下载:
  2. 一个Android倒计时应用。适合初学者学习。-An Android countdown timer app.
  3. 所属分类:android

    • 发布日期:2017-05-21
    • 文件大小:5830255
    • 提供者:马然
  1. jidianqi

    0下载:
  2. 通过软件可以设置定时继电器的时间,采用ST的八脚单片机。功能强大。-You can set the timer relay time via software, using ST s single-chip eight feet. Powerful.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-29
    • 文件大小:86773
    • 提供者:zhang
  1. CanIPCore

    1下载:
  2. microblaze软核生成,外设包括IO、timer及can总线控制芯片SJA1000自定义IP核-Soft MicroBlaze generation, including IO, timer and can peripheral bus control chip SJA1000 custom IP core
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-31
    • 文件大小:13013777
    • 提供者:wen ping
  1. TutorialTimer

    0下载:
  2. Timer主要功能是程序可以在一定时间之内,做特殊的处理,用途比较广泛,如定时器,线程等。-Timer main function is to program within a certain time it can do special treatment, more extensive use, such as timers, threads and the like.
  3. 所属分类:android

    • 发布日期:2017-04-30
    • 文件大小:29442
    • 提供者:沈抓
  1. PWM

    0下载:
  2. CC2530定时器产生pwm信号调整LED亮度-CC2530 timer to generate pwm signal to adjust LED brightness
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-30
    • 文件大小:12450
    • 提供者:孙一
  1. shuzizhong3

    0下载:
  2. 数字钟VHDL软件设计,包含多种功能,报时,12,24切换,调时-The design of VHDL digital clock software, including a variety of functions, timer, 12,24 switch, adjustable
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-09
    • 文件大小:1694664
    • 提供者:李佳逸
  1. djsym

    0下载:
  2. 防止睡过定时震动手机的源码是某程序员防止自己在公司午休的时候睡过的写的小程序,可以设定一个不能为小数的分钟数作为倒计时,倒计时结束会一直震动到你点停止,项目使用Timer计时,可以学习一下手机震动的使用,项目虽小实用性却很高-Prevent slept regularly shake the phone source is a programmer in the company to prevent their own lunch break slept write small programs
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1438895
    • 提供者:zhouxiaoming
  1. Jishiqi

    0下载:
  2. 该源码是一款不错的秒钟计时器小应用源码,源码很简单,而且又很容易上手,非常适合一些新手的使用与学习,并且界面也很不错的,大家可以下载研究一下看看。-The source code is a good second timer applet source code, source code is very simple, and very easy to get started, very suitable for the use and study of some new, and the in
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1973085
    • 提供者:dingchunbo
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com