Location:
Search - com r2
Search list
Description: ST20 Embedded Toolset R2.1.2用于开发基于ST20芯片机顶盒软件的开发平台!
从http://slugworth.mylivepage.com/file/210_General下载的,当时找了很久!-ST20 Embedded Toolset R2.1.2 for the development of software based on the ST20-chip set-top box development platform! Http://slugworth.mylivepage.com/file/210_General download from, when looking for a long time!
Platform: |
Size: 30635008 |
Author: hong1234 |
Hits:
Description: ST20 Embedded Toolset R2.2.1用于开发基于ST20芯片机顶盒软件的开发平台!
从http://slugworth.mylivepage.com/file/210_General下载的,当时找了很久!-ST20 Embedded Toolset R2.2.1 for the development of software based on the ST20-chip set-top box development platform! Http://slugworth.mylivepage.com/file/210_General download from, when looking for a long time!
Platform: |
Size: 33336320 |
Author: hong1234 |
Hits:
Description: ST20 Embedded Toolset R2.3.1用于开发基于ST20芯片机顶盒软件的开发平台!是目前国外能下载到的最高版本。从http://slugworth.mylivepage.com/file/210_General下载的-ST20 Embedded Toolset R2.3.1 for the development of software based on the ST20-chip set-top box development platform! Are currently abroad can be downloaded to the highest version. Http://slugworth.mylivepage.com/file/210_General download from the
Platform: |
Size: 33951744 |
Author: hong1234 |
Hits:
Description: 串口R232协议的了解,懂得如何读取串口的数据,发送数据到串口.-R232 serial protocol understanding, know how to read serial data, send data to the serial port.
Platform: |
Size: 1024 |
Author: long |
Hits:
Description: 取键值程序 功能:等待键入,并刷新显示,并返回键值放 A 占用: PSW,A,DPTR,R0,R2,R3,R4,R6,R7 入口:无 出口: A ORG 0190H WAT_KB: MOV R0,#3FH WAT_0: ACALL DISP_0 刷新显示器 ACALL T_KB JZ WAT_0 无键 , 循环 ACALL KEY_LD 延时消抖-#include<reg51.h>
#include<intrins.h>
#define uchar unsigned char
#define uint unsigned int
sbit SDA=P1^0
sbit CLK=P1^1
sbit P1_2=P1^2
uchar checkKey[8] ={1,2,4,8,16,32,64,128}
code uchar Table[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}
void delay()
{
uint i
for(i=0 i<=500 i++)
}
void send(uchar a)
{
uchar i
for(i=0 i<8 i++)
{
if(_crol_(a,i)&0x80)
SDA=1
else
SDA=0
CLK=0
CLK=1
}
}
void xianshi(uchar a)
{
uchar coun
uchar com=0xbf
coun=a 10
P1=0xff
send(~Table[coun])
P1=com
delay()
P1=0xff
}
int main(void)
{
uint i
uchar keyValue
while(1)
{
send(0x00)
if(P1_2 == 0)
{
for(i = 0 i <8 i++)
{
send(~checkKey[i])
if(P1_2 == 0)
{
keyValue = i
xianshi(keyValue)
break
}
}
}
}
}
Platform: |
Size: 1024 |
Author: lgp |
Hits:
Description: B/S结构的R2狗实现在线加密功能源码,Api32\com下的FTRockey2Control.dll 文件拷贝到系统目录( Windows \system32\)下-B/S structure of the R2 dog online for encryption source code, Api32 \ com under the FTRockey2Control.dll files are copied to the system directory ( Windows \ system32 \) under
Platform: |
Size: 2048 |
Author: asdfasf |
Hits:
Description: itle: Image Database for SQL Server Using BLOBs
Description: Title: Image Database for SQL Server Using BLOBs
This sample requires Microsoft SQL Server 2008 R2. It can store an unlimited number of JPEG images in the database itself as BLOBs (Binary Large Objects). The images may be previewed in the application or saved as files.
This file came from Planet-Source-Code.com...the home millions of lines of source code
Platform: |
Size: 1398784 |
Author: lzl |
Hits: