Chinaunix首页 | 论坛 | 博客
  • 博客访问: 550013
  • 博文数量: 181
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1498
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-22 15:17
个人简介

用发呆的时间来理清自己的思绪

文章存档

2015年(7)

2014年(134)

2013年(40)

发布时间:2014-08-19 15:34:10

......【阅读全文】

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

发布时间:2014-08-19 15:29:37

......【阅读全文】

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

发布时间:2014-08-10 21:28:15

1. What is important to you in a job? Challenge, the feeling of accomplishment, and knowing that you have made a contribution. 2. Why do you want to work for this organization? Its reputation, the opportunities it offers, and the working conditions. 3. Why should we employ .........【阅读全文】

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

发布时间:2014-08-10 18:32:49

一. 介绍      Modbus 标准定义了 OSI 模型第 7 层上的应用层报文传输协议,它在连接至不同类型总线或网络的设备之间提供客户机/服务器通信。它还将串行链路上的协议标准化,以便在一个主站和一个或多个从站之间交换 Modbus 请求。     Modbus 串行链路协议。 Modbus .........【阅读全文】

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

发布时间:2014-08-10 17:33:26

1. 无符号整型与有符号整型相加解答:     以下代码在vc6.0中执行结果均为-14,但是用cout输出就只是t3是-14了。因为无符号整数与有符号整数相加,有符号数被强制转换为无符号整数,导致变成很大的数了。void main(){    unsigned int t1=6;    int t2=-20;    int t3=t1+t2;    unsigned int t4=t1+t2;    pr......【阅读全文】

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

登录 注册