Chinaunix首页 | 论坛 | 博客
  • 博客访问: 279029
  • 博文数量: 138
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 971
  • 用 户 组: 普通用户
  • 注册时间: 2015-03-03 10:05
文章分类

全部博文(138)

文章存档

2016年(1)

2015年(137)

我的朋友

发布时间:2015-07-23 21:44:17

<p style="margin:10px auto;font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;line-height:19.5px;white-space:normal;background-color:#F5F5F5;">【http://www.jellythink.com/archives/82】<br />【http://www.cnblogs.com/ccdev/archive/2012/12/19/2825355.html】<br />废话不多说,.........【阅读全文】

阅读(1102) | 评论(0) | 转发(0)

发布时间:2015-07-20 21:44:44

1.参数从右到左压栈<br />2.d格式:用来输出十进制整数。有以下几种用法:<br style="box-sizing:border-box;line-height:18.5714282989502px;white-space:normal;" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %d:按整型数据的实际长度输出。<br style="box-sizing:border-box;line-height:18.5714282989502px;white-space.........【阅读全文】

阅读(980) | 评论(0) | 转发(0)

发布时间:2015-07-19 20:22:58

http://www.cplusplus.com/reference/stl/<br /><br /><b style="font-family:verdana, arial, helvetica, sans-serif;font-size:12px;line-height:normal;white-space:normal;background-color:#FFFFFF;">Sequence containers</b><span style="font-family:verdana, arial, helvetica, sans-serif;font-size:12px;line-h.........【阅读全文】

阅读(975) | 评论(0) | 转发(0)

发布时间:2015-07-19 19:33:32

fork的作用是开辟了另一块内存复制并存放当前进程的数据;开辟完就返回,接下来,子进程父进兵分两路从fork的点执行下去。<br />把父进程子进程想成连着的两个链表节点,data域存放进程ID,fork返回时,返回该节点的next节点的ID,所以父进程返回子进程ID,子进程没有next,返回0;<br />写时复制!<br />.........【阅读全文】

阅读(823) | 评论(0) | 转发(0)

发布时间:2015-07-19 15:41:45

1 整值提升:char 、signed char 、unsigned char、short、unsigned short、bool 都可以转化为int;<br />2为防止进度损失 尽量转化到较宽类型:long double&gt;double&gt;float&gt;int<br />3&nbsp;<br /><br />char和int的转换<br />bool和int的转换:把int赋给bool型 :非零的int都转化为true(1),零转化为零(fal.........【阅读全文】

阅读(904) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册