3.0

所属分类:单片机开发
开发工具:Visual C++
文件大小:327KB
下载次数:14
上传日期:2009-03-09 20:29:14
上 传 者avpp
说明:  手持机读写GSM标准的CPU卡代码,包括手持机的液晶显示
(Standard GSM handset to read and write CPU card code, including the handset' s liquid crystal display)

文件列表:
3.0 (0, 2009-03-09)
3.0\Appmain.c (8469, 2006-06-22)
3.0\Appmain.o (21090, 2006-09-19)
3.0\Crt0.c (464, 2004-11-30)
3.0\Crt0.d (38, 2006-04-25)
3.0\Crt0.o (2309, 2006-09-19)
3.0\Eh0218.ld (2029, 2004-11-30)
3.0\Exeh0218.ld (178700, 2006-08-24)
3.0\Health.bin (138212, 2006-09-19)
3.0\Health.cof (507247, 2006-09-19)
3.0\Health.h (3646, 2006-06-22)
3.0\Health.nm (38946, 2006-09-19)
3.0\Health.prj (1586, 2006-08-23)
3.0\health_sum.c (17790, 2006-09-19)
3.0\health_sum.c.bak (17613, 2006-09-05)
3.0\Health~1.d (81, 2006-04-25)
3.0\Health~1.o (30821, 2006-09-19)
3.0\insurances.c (3767, 2006-06-22)
3.0\Insura~1.d (81, 2006-04-25)
3.0\Insura~1.o (16516, 2006-09-19)
3.0\personal_info.c (3043, 2006-05-09)
3.0\Person~1.d (81, 2006-04-25)
3.0\Person~1.o (15842, 2006-09-19)
3.0\physicians.c (2695, 2006-03-21)
3.0\Physic~1.d (81, 2006-04-25)
3.0\Physic~1.o (15502, 2006-09-19)
3.0\R19.c (1896, 2000-03-28)
3.0\R19.d (36, 2006-04-25)
3.0\R19.o (8623, 2006-09-19)
3.0\readcard.c (20851, 2006-09-19)
3.0\readcard.c.bak (20853, 2006-09-19)
3.0\Readcard.d (81, 2006-04-25)
3.0\Readcard.o (30869, 2006-09-19)
3.0\relatives.c (3972, 2006-03-26)
3.0\Relati~1.d (81, 2006-04-25)
3.0\Relati~1.o (17117, 2006-09-19)
3.0\tools.c (12266, 2006-06-22)
3.0\Tools.d (71, 2006-04-25)
3.0\Tools.o (24836, 2006-09-19)
... ...

03/16/2006 1.完成全部函数功能 2.完成所有显示 06/21/2006 1.完成第二项菜单的改进,实现一次读入大量数据。 2.修改readcard.c中的HealthSummary函数,加入读卡数据即可。数据最好不要超过2000 byte。 int HealthSummary(char *Card_Read_Buff) { //读卡过程加这里 memcpy(Card_Read_Buff,"SH#|surg 1|1........",1***0); // //return 1;//read card error return 0;//read card right } 3.完成第四项菜单的改进. 4.修改readcard.c中的InsuranceInfo函数,加入读卡数据即可。数据最好不要超过2000 byte。 int InsuranceInfo(char *Card_Read_Buff) { memcpy(Card_Read_Buff ,"Pinganchina|hongyun|12345...........",2000); //return 1;//read card error return 0;//read card right } 2006/09/19 修正的第四项菜单和第二项.第一项.第一项重启动问题 修正读卡返回问题(原来程序中有返回为-1的)

近期下载者

相关文件


收藏者