#ifndef __MYIIC_H_#define __MYIIC_H_#include "common.h"#include "delay.h"#include "debugserial.h"//sda 027 scl 028//IO方向设置#define IIC1_SDA_IN() P0dir(...
分类:
其他好文 时间:
2015-03-15 07:02:52
阅读次数:
266
Norflash型号为sst39vf32#ifndef __NORFLASH_H_#define __NORFLASH_H_#include "common.h"#include "delay.h"#include "debugserial.h"#define NOR_FLASH_BASE 0x80...
分类:
其他好文 时间:
2015-03-15 07:01:20
阅读次数:
245
index网站主页 主页1 主页2 主页3 主页4 主页5 js文件代码var TIMER_SLIDE = null;var OBJ_SLIDE;var OBJ_VIEW;var PIX_SLIDE = 10; //this is the amount of slide/DELAY_SL...
分类:
其他好文 时间:
2015-03-10 00:04:42
阅读次数:
186
??使用示例用法 (将此脚本附加到一个游戏物体):数组,它将显示您的对象,如 Positions/Rotations/Alphas有 5 的参数,这种工作方式:Total Time:此操作将需要多长时间。Delay:此操作将等多久才能启动。(如果此操作有一个或多个操作在它之前,你可能想添加所用总的时间)Ease:你想要对此"tween"什么样的行为呢Tween Value:最后Translatio...
分类:
其他好文 时间:
2015-03-08 13:02:07
阅读次数:
329
有时候生产库可能出现错误操作,那么我们使用Goldengate同步过来的数据也将是错误的,如果目标库不要求实时性,那么我们可以使用延迟参数使目标库延迟应用。这样我们就可以保护错误操作之前的数据
APPLIES TO:
Oracle GoldenGate - Version 10.4.0.0 and later
Information in this...
分类:
移动开发 时间:
2015-03-05 09:16:47
阅读次数:
285
Style UpdateSourceTrigger NumberTextbox 使用NubmberTextboxBehavior 将TextBox的binding属性中Delay设置为1000 WaterMark/HintText/PlaceHoder 参考 WPF validation rule ...
iotop-oP-h,--help显示帮助然后退出-o,--only只显示正在产生I/O的进程或线程。除了传参,可以在运行过程中按o生效。-b,--batch非交互模式,一般用来记录日志-nNUM,--iter=NUM设置监测的次数,默认无限。在非交互模式下很有用-dSEC,--delay=SEC设置每次监测的间隔,默认1秒,接..
分类:
系统相关 时间:
2015-03-04 13:08:24
阅读次数:
557
spriteEx.luafunction Sprite:playAnimationOnce(animation, removeWhenFinished, onComplete, delay) return transition.playAnimationOnce(self, animation...
分类:
其他好文 时间:
2015-03-03 01:08:17
阅读次数:
295
#-*-coding:utf-8-*-#作者:新手__author__='Administrator'#py标准库之schedimporttimeimportsched#定时事件调度器#使用time来掌握当前时间,还有一个是延迟(delay)来指定一个时间段#调用time是不带任何参数的,返回当前一...
分类:
编程语言 时间:
2015-03-02 14:43:55
阅读次数:
150
procedure Delay(msec:integer);//延时函数,msec 为毫秒(千分之1秒)varFirstTickCount : real;begin FirstTickCount := GetTickCount(); FirstTickCount := FirstTi...