搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ sos!
标题:
sos!
只看楼主
baconbaa
等 级:
新手上路
帖 子:3
专家分:0
注 册:2006-10-11
楼主
问题点数:0 回复次数:0
sos!
unsigned short bytecodetoword(unsigned char bytes[])
{
unsigned short word;
unsigned char * buffer;
buffer =(unsigned short*)&word;//这啥子意思?
buffer[0]=bytes[1];
buffer[1]=bytes[0];
return (word);
搜索更多相关主题的帖子:
sos
2006-10-12 11:53
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-95785-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.169535 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved