代码搜索结果
找到约 10,000 项符合
Test 的代码
test.c
#include
#include
#include
#include "ctapi.h"
void main (void)
{
unsigned char dad;
unsigned char sad;
unsigned short lenc;
unsigned short lenr;
char e
readme.test
This little Program allows you to send commands to the CardReader (CT-BCS) or to the Card itself.
First you will be ask to what Port the Reader is connected (0=COM1, 1=COM2).
Then the Class-Byte (CLA)
test.lst
C51 COMPILER V7.50 TEST 10/03/2005 12:20:40 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te
test.__i
"test.c" LARGE BROWSE DEBUG OBJECTEXTEND
test.c
#include
#include
void main (void)
{
SCON = 0x50;
TMOD = 0x20;
TH1 = 221;
TR1 = 1;
test.h
//test.h file define all chars index.
#ifndef _TEST_H
#define _TEST_H
typedef unsigned int WORD;
extern const WORD encoding_00[]; //铭
extern const WORD encoding_01[]; //正
extern const
test.c
//test.c file define all chars information.
typedef unsigned int WORD;
const WORD encoding_00[] = //铭
{
0x1010,
0x0000, 0x0000, 0x1020, 0x1020, 0x1422, 0x3e7e, 0x20cc, 0x3ca8,
0x5412,