[摘要] 百度坐標(biāo)和標(biāo)準(zhǔn)的gps坐標(biāo)有偏差,這里提供一個(gè)百度坐標(biāo)轉(zhuǎn)換為gps坐標(biāo)的工具類。package com.smarteye.baidumap;import com.baidu.location.BDLocation;public class GlobalTool {public final stati...[全文]
[摘要] Sub select多條件判斷()Select Case Sheet1.[b1].ValueCase Is > 0MsgBox "大于0"Case ElseMsgBox "小于或等于0"End SelectEnd SubSub select多條件判斷2()Select Case Sheet1.[b1[全文]
[摘要] 上篇文章中主要介紹了#define的用法,本文介紹幾個(gè)它的“近親”。1、#undefC語言不允許對同一個(gè)宏名稱重復(fù)定義,比如下面的寫法編譯時(shí)會報(bào)錯(cuò): #define R 3 #define R 4那么#undef就是用來取消對一個(gè)宏名...[全文]