加载中…
个人资料
风云在线
风云在线
  • 博客等级:
  • 博客积分:0
  • 博客访问:672
  • 关注人气:0
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
博文
分类: Windows系统
Cells(1, 1) Font ColorIndex = 3 & 39;字的颜色号为3 红色Cells(1, 1) Interior ColorIndex = 3 & 39; 背景的颜色为3 红色Cells(2, 1) Font Color = RGB(0, 255, 0) & 39;字的颜色绿色Cells(2
Cells(1, 1).Font.ColorIndex = 3 '字的颜色号为3 红色
Cells(1, 1).Interior.ColorIndex = 3 ' 背景的颜色为3 红色
Cells(2, 1).Font.Color = RGB(0, 255, 0) '字的颜色绿色
Cells(2, 1).Interior.Color = RGB(0, 0, 255) '背景的颜色蓝色
分类: 北斗
 
#include '..\..\include\includes.h'
 
#ifdef DEF_COMPILE_PROJECT_APP
 
#ifdef BD_COMM_SUPPORT
 
unsigned char bd_buf_bitmap = 0;
 
//unsigned char dwxx_buf[todo];
unsigned char txxx_buf[TXXX_MAX_SIZE];
unsigned char icxx_buf[ICXX_FIRM_SIZE];
unsigned char zjxx_buf[ZJXX_FIRM_SIZE];
//unsigned char sjxx_buf[todo];
//unsigned char bbxx_buf[todo];
unsigned char fkxx_buf[FKXX_FIRM_SIZE];
 
unsigned int rx_packet_len = 0;
unsigned char bd_rx_char;
unsigned int bd_buf_pointer = 0;
unsigned char bd_shared_rx_buf[RX_BD_MAX_DATA_SIZE];
 
unsigned char  g_src_user_addr[3];
unsigned char  g_dst_user_addr[3];
unsigned char g_transfer_format;
 
 
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有