MMI spec Key sequence define
资源简介:MMI spec Key sequence define
上传时间: 2013-12-15
上传用户:lacsx
资源简介:关于 linux密钥的一些安全介绍 #ifndef COMMON_H #define COMMON_H #define MY_PROC_INTERFACE "/proc/learning-key/gateway" #define FRESH_SESSION _IO( C ,1) #define SUCCESS 0 #define FAILURE 1 #endif
上传时间: 2015-11-19
上传用户:叶山豪
资源简介:#include "stm8s103f.h" #include "LEDBL.h" #include "UART1.h" #include "LCD1621.h" //#include "KEY.h" #define uchar unsigned char #define uint unsigned int _Bool KEYC @PB_IDR:4;//COPY _Bool KEYP @PC_IDR:6;//POW uint ShowMode = 1;
上传时间: 2016-03-23
上传用户:wfbuewsf
资源简介:#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" #defi...
上传时间: 2015-07-22
上传用户:xinzhch
资源简介:Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C De...
上传时间: 2013-12-26
上传用户:llandlu
资源简介:FEATURES • 16 bit PIPE spec PCI Express Testbench • Link training • Initial Flow Control • Packet Classes for easy to build PHY,DLLP and TLP packets • DLLP 16 bit CRC and TLP LCRC generation • seque...
上传时间: 2014-01-18
上传用户:netwolf
资源简介:key处理新思路
上传时间: 2013-11-22
上传用户:yulg
资源简介:des加密算法的增强版key的长度比以前多
上传时间: 2015-01-05
上传用户:417313137
资源简介:SMS encodec spec.
上传时间: 2015-01-06
上传用户:dave520l
资源简介:在J2ME游戏中仿真Key Repeat事件, 但对于手机这种小设备来说,连续按键很吃力, 这里提供连续按键的一种方便机制
上传时间: 2015-01-07
上传用户:sclyutian
资源简介:使用crypt api创建一个会话密钥。 在这个例子中使用了一个168位的3DES key
上传时间: 2015-01-14
上传用户:851197153
资源简介:Distributed Symmetric Key Management for Mobile Ad hoc Networks
上传时间: 2013-12-21
上传用户:ynzfm
资源简介:tornado安装说明及KEY
上传时间: 2013-12-09
上传用户:youmo81
资源简介:header define of EZ-LIB
上传时间: 2015-02-09
上传用户:manlian
资源简介:89C2051 + 4-digit 7-SEG led + 4-key switch c源代码
上传时间: 2014-01-22
上传用户:417313137
资源简介:這是一個非常好的key scan and display控制電路和程式
上传时间: 2015-03-06
上传用户:shus521
资源简介:先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s
上传时间: 2014-01-26
上传用户:hewenzhi
资源简介://浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*-----------...
上传时间: 2013-11-27
上传用户:qiaoyue
资源简介:C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.1415926 /* 宏常量,在稍后章节再详解 */ #define circle(radius) (PI*radius*radius) /* 宏函数,圆的面积 */ /* 将比较数值大小的...
上传时间: 2014-01-17
上传用户:epson850
资源简介:This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception, the adaptive filter...
上传时间: 2014-01-16
上传用户:D&L37
资源简介:华恒开发板s3c2410的按钮中断处理程序.其中keys4.c 为驱动程序,key.c为按钮测试程序. 先用insmod加载模块.再运行./key进行测试
上传时间: 2015-04-02
上传用户:kr770906
资源简介:arm bus spec.very good
上传时间: 2015-04-03
上传用户:chenjjer
资源简介:51单片机众多优秀的开发源程序:ZLG7290例程*ZLG7290汇编例程*蜂鸣器音乐例程*蜂鸣器响例程*读EEPROM并显示例程*16×2LCD模块例程*128×64点阵LCD模块例程*直连KEY和LED例程*直连LED例程*lin模块的原码及例程。LIN总线例程 RS232例程(包括PC端和书上了串口例...
上传时间: 2014-01-21
上传用户:924484786
资源简介:按键输入模块(key): --可编程延时发生器(数字同步机)的前端输入模块:0-9十个数字键按键输入模块原型 --前端模块:消抖 --对i0-i9十个输入端的两点要求: --(1)输入端要保证一段时间的稳定高电平 --(2)不能同时按下两个或多于两个的键 --后...
上传时间: 2013-12-09
上传用户:来茴
资源简介:c语言中写二进制数。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 }
上传时间: 2015-04-13
上传用户:a6697238
资源简介:key(键盘子程序)
上传时间: 2014-01-17
上传用户:lo25643
资源简介:做USB键盘是好资料,本人从一位朋友那里索取到的,所有HID的USB Key scancode.做USB键盘的该笑了.!
上传时间: 2013-12-27
上传用户:youke111
资源简介:可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,0x1f,0x01...
上传时间: 2015-04-29
上传用户:changeboy
资源简介:SpeechClock是在凌阳提供的电子钟的范例的基础之上实现的电子时钟的源程序 调试环境:unSPIDE184 运行设备:SPCE061A+LED&KEY模板 功能:时钟显示(日期与时间) LED显示 电子报时、整点报时、闹钟 使用说明:B口b0-b7 连 DIG b8-b15连 SEG 按S0键...
上传时间: 2013-12-12
上传用户:zhaiye
资源简介:用红外控制的2C64与key结合的遥控程序
上传时间: 2014-12-07
上传用户:stvnash