资源简介
简单的两个函数:
一个将十六进制转换成字符串,
一个将字符串转换成十六进制数值。
VC实现。
一个将十六进制转换成字符串,
一个将字符串转换成十六进制数值。
VC实现。
代码片段和文件信息
// FormatBytes.cpp : Defines the entry point for the console application.
//
#include “stdafx.h“
#include
#include
// 字节数据转换为可打印字符串
// 如:{0xC8 0x32 0x9B 0xFD 0x0E 0x01} --> “C8329BFD0E01“
// 输入: pSrc - 源数据指针
// nSrcLength - 源数据长度
// 输出: pDst - 目标字符串指针
// 返回: 目标字符串长度
int gsmBytes2String(const unsigned char* pSrc char* pDst int nSrcLength)
{
const char tab[]=“0123456789ABCDEF“; // 0x0-0xf的字符查找表
for (int i = 0; i < nSrcLength; i++)
{
*pDst++ = tab[*pSrc >> 4]; // 输出高4位
*pDst++ = tab[*pSrc & 0x0f]; // 输出低4位
pSrc++;
}
// 输出字符串加个结束符
*pDst = ‘\0‘;
// 返回目标字符串长度
return (nSrcLength * 2);
}
// 可打印字符串转换为字节数据
// 如:“C8329BFD0E01“ --> {0xC8 0x32 0x9B 0xFD 0x0E 0x01}
// 输入: pSrc - 源字符串指针
// nSrcLength - 源字符串长度
// 输出: pDst - 目标数据指针
// 返回: 目标数据长度
int gsmString2Bytes(const char* pSrc unsigned char* pDst int nSrcLength)
{
for (int i = 0; i < nSrcLength; i += 2)
{
// 输出高4位
if ((*pSrc >= ‘0‘) && (*pSrc <= ‘9‘))
{
*pDst = (*pSrc - ‘0‘) << 4;
}
else
{
*pDst = (*pSrc - ‘A‘ + 10) << 4;
}
pSrc++;
// 输出低4位
if ((*pSrc>=‘0‘) && (*pSrc<=‘9‘))
{
*pDst |= *pSrc - ‘0‘;
}
else
{
*pDst |= *pSrc - ‘A‘ + 10;
}
pSrc++;
pDst++;
}
// 返回目标数据长度
return (nSrcLength / 2);
}
int main(int argc char* argv[])
{
char intSprint[255] = “C8329BFD0E0199999999“;
unsigned char outBytes[255] = {0};
int szLength = 0;
int byLength = 0;
byLength = gsmString2Bytes(intSprintoutBytesstrlen(intSprint));
szLength = gsmBytes2String(outBytesintSprintstrlen(intSprint)/2);
printf(“%s\n“intSprint);
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1557504 2008-09-24 14:04 FormatBytes\Debug\FormatBytes.bsc
文件 155723 2008-09-24 14:04 FormatBytes\Debug\FormatBytes.exe
文件 164548 2008-09-24 14:04 FormatBytes\Debug\FormatBytes.ilk
文件 23592 2008-09-24 14:04 FormatBytes\Debug\FormatBytes.obj
文件 269264 2008-09-24 12:02 FormatBytes\Debug\FormatBytes.pch
文件 402432 2008-09-24 14:04 FormatBytes\Debug\FormatBytes.pdb
文件 0 2008-09-24 14:04 FormatBytes\Debug\FormatBytes.sbr
文件 2051 2008-09-24 12:02 FormatBytes\Debug\StdAfx.obj
文件 4072 2008-09-24 12:02 FormatBytes\Debug\StdAfx.sbr
文件 82944 2008-09-24 14:04 FormatBytes\Debug\vc60.idb
文件 126976 2008-09-24 14:04 FormatBytes\Debug\vc60.pdb
文件 1833 2008-09-24 14:04 FormatBytes\FormatBytes.cpp
文件 4600 2008-06-18 19:46 FormatBytes\FormatBytes.dsp
文件 545 2008-06-18 10:18 FormatBytes\FormatBytes.dsw
文件 41984 2008-09-24 14:04 FormatBytes\FormatBytes.ncb
文件 55808 2008-09-24 14:04 FormatBytes\FormatBytes.opt
文件 1536 2008-09-24 14:04 FormatBytes\FormatBytes.plg
文件 113 2008-09-24 14:04 FormatBytes\FormatBytes.positions
文件 1238 2008-06-18 10:18 FormatBytes\ReadMe.txt
文件 298 2008-06-18 10:18 FormatBytes\StdAfx.cpp
文件 769 2008-06-18 10:18 FormatBytes\StdAfx.h
目录 0 2008-09-24 14:04 FormatBytes\Debug
目录 0 2008-09-24 14:04 FormatBytes
----------- --------- ---------- ----- ----
2897830 23
相关资源
- 从EXCEL中取数据在Teechart7显示应用示例
- Effects of the cultured Cordyceps exopolysacch
- Synthesis Characterization and in vitro Antitu
- Winhex 15 官方中文语言包
- Novel fluorescent proteins generated by de nov
- TeeChart Pro ActiveX V5
- eCharts全国及各省、市、县地图层jso
- CChart与炫彩界面库联合编程演示代码
- MSChart使用手册
- 用ATLAS探测器在s = 13TeV pp碰撞中用ta
- 在s = 13 $$ \\ sqrt {s} = 13 $$ TeV的质子-质
- Wavelet characterization for multipliers on So
- Strichartz estimates for the wave equation wit
- Echarts扩展百度地图
- PMW-HEX2.4破解版
- echarts大数据可视化新能源车联网综合
- Characterization and Cytocompatibility of Nano
- ABC Amber CHM Converter 7.37破解版
- Effects of L-type Matching Network on Characte
- An investigation into effects of Argon anneali
- Synthesis of Cyclohexanone-formaldehyde Resi
- timeconvert.zip
- 好用winhex16进制编辑器
- Graph And Chart 1.91.unitypackage
- echart地图 34省js及json文件 344地级js
- 全国各省市地json图
- Echarts3.0地图
- 宁夏省市地图js和json文件
- echarts生成json地图最新版
- echarts-3.5.3 源码包完整版
评论
共有 条评论