mymtommymtom(mymtom)在线状态 2天前

社区头衔:
社区专家 (专家排行榜
社区生日:
2007-04-06 |生日:1974-02-25
所在城市:
中国 广东 广州
技术专长:
.
开发工具:
兴趣爱好:
个人简介:
Google说: 约有10,400,000项符合许霆的查询结果,以下是第1-10项 (搜索用时 0.05 秒)
Google说: 约有416,000项符合彭宇的查询结果,以下是第1-10项 (搜索用时 0.07 秒)
所在行业:
所在公司:
 
(仅好友可见)
联系方式:
(仅好友可见)
 
编辑我的资料
人气:
[人气排行榜] 共 5334 人访问 / 查看详细
专家分:
[专家分排行榜] 共 11510 分 / 查看详细
可用分:
[可用分排行榜] 共 2226 分
个人动态
09月05
08月28
08月19
博客
查看全部

共12 篇文章

留言
查看全部

共 5 条留言

dianlongliu 2008-07-17

为什么这个中产生的是0-28之间的随机数?<br/>#define NHASH 29<br/>#define HASH(fp) (((unsigned long)fp)%NHASH) 

bottlebottle 2008-07-07

真有点儿佩服你了, 我的好几个问题都是你回答的,而且很到位,以后还多得多向你学习啦!

tpoped 2008-06-09

问您一个问题,我想在makefile文件中将当前目录下(包括子目录)所有*.o文件全部打包成一个.a库文件,该怎么办呢?谢谢指点。下面是个错误的。<br/>OBJS = $(find -name '*.o')<br/>libusb.a:$(OBJS)<br/> ( ar -r libusb.a $(OBJS);\<br/>   ranlib libusb.a)<br/>  

chester_lp 2008-04-19

<a href='Http://hi.csdn.net/mymtom/profile/notebook/1.html' target='_blank'>过来看看~~你懂的还真不少。。。呵呵。对了,你说那个main方法最好用返回型的,然后return 0 。这个和void在实际开发中,有什么优势啊??</a>

mymtommymtom 回复于 2008-04-19

<a href='Http://hi.csdn.net/mymtom/profile/notebook/1.html' target='_blank'>标准上要求用int main(). 既然函数的返回类型是int就应该return一个整形值. 下面是C99标准上关于main的描述: 5.1.2.2.1 Program startup 1 The function called at program startup is named main. The implementation declares no prototype for this function. It shall be defined with a return type of int and with no parameters: int main(void) { /* ... */ } or with two parameters (referred to here as argc and argv, though any names may be used, as they are local to the function in which they are declared): int main(int argc, char *argv[]) { /* ... */ } or equivalent;8) or in some other implementation-defined manner.</a>

ztianshan 2008-01-16

我也要谢谢你!! <br/>在ChinaUnix 上也给我回啦!! 谢谢!!<br/>你很擅长KDE 吧!!<br/>我初学 多多指教吧!!!  

mymtommymtom 回复于 2008-01-18

客气!有礼貌!