ChinaUnix.net
相关文章推荐:

c 32位数据类型

请问各: int 和long型在64机和32机的字节长度分别是多少? 我自己在SUN BLADE-2500,Processor type:sparc的unix机上测试,int和long的长度都是4字节(用sizeof函数),难道该机型是32机?

by freeqianf - C/C++ - 2005-03-09 10:41:01 阅读(3996) 回复(4)

相关讨论

程序如下,代码注释也很清楚了 /* * All this magic is because you have to pass makecontext a * function that takes some number of word-sized variables, * and on 64-bit machines pointers are bigger than words. */ z = (ulong)t; y = z; z >>= 16; /* hide undefined 32-bit shift from 32-bit compilers */ x = z>>16; makecontext(&t->context.uc, (void(*)())taskstart, 2, y, x) (上面z是64...

by lknh17 - C/C++ - 2009-07-02 23:43:37 阅读(5739) 回复(4)

源数据库版本是8.1 fixpack4(32实例),目标数据库的版本是8.1 fixpack11(64实例),在源数据库作了个backup,然后拿到目标数据库作restore,并前滚了日志,都成功了,但在连数据库时报了一个错:SQL2048N An error occurred while accessing object "SQL PROCEDURE FILES". Reason code: "7". 各有碰到过这种问题吗? [ 本帖最后由 helpme 于 2006-3-24 15:33 编辑 ]

by helpme - DB2 - 2006-03-27 15:10:16 阅读(2827) 回复(3)

32机和64机上的long, int 和指针的长度都分别是多少!? 谢谢先了!!

by gongch - C/C++ - 2003-06-26 09:38:34 阅读(1610) 回复(7)

isainfo -v isainfo -kv isainfo -b 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/97963/showart_2017740.html

by zhshujun - Solaris文档中心 - 2009-08-04 17:08:35 阅读(2820) 回复(0)

平台的32,是不是意味着sizeof(int)=32,谢谢!

by hudong - C/C++ - 2003-12-24 23:19:14 阅读(2027) 回复(6)

出错信息: exec(): 0509-036 Cannot load program ./server because of the following errors: 0509-022 Cannot load module /usr/opt/db2_08_01/lib/libdb2.a(shr.o). 0509-150 Dependent module /home/db2inst1/sqllib/lib/libdb2trcapi.a(shr.o) could not be loaded. 0509-152 Member shr.o is not found in archive 0509-022 Cannot load module server. 0509-150 Dependent...

by linlay - AIX文档中心 - 2007-08-04 16:35:24 阅读(1402) 回复(0)

我在HP XW4300 pc工作站上安装了solaris 10 ,缺省启动为64内核,但手上有的板卡只有32的驱动?请问如何手工切换内核?对驱动安装有影响吗?

by wkp69 - Solaris - 2006-10-25 14:42:12 阅读(3403) 回复(3)

请问,如何转化为double 类型 的数值 有什么具体的函数吗,类似于 strtoul ,atoi 这样的 万分感谢!

by sanpan - C/C++ - 2004-07-12 16:04:30 阅读(1338) 回复(2)

一个32,如:0x12345678 read系统调用怎么才能在用户程序中获得这个数呢,我 看 read中传递的是char* buf 通过copy_to_user函数传值,我在用户程序中得不到这个32啊 求助ING

by 一个小角色 - 内核/嵌入技术 - 2005-11-21 15:22:30 阅读(950) 回复(3)

solaris10里面怎么查看机器的32还是64呢? 用什么命令?

by tomcat7309 - Solaris - 2010-11-15 00:15:01 阅读(5114) 回复(4)