Chinaunix首页 | 论坛 | 博客
  • 博客访问: 563201
  • 博文数量: 50
  • 博客积分: 571
  • 博客等级: 中士
  • 技术积分: 1162
  • 用 户 组: 普通用户
  • 注册时间: 2012-01-20 14:01
个人简介

希望成为一个有思想,有信仰的程序设计师。

文章分类

全部博文(50)

文章存档

2016年(2)

2015年(2)

2014年(13)

2013年(10)

2012年(23)

发布时间:2014-10-23 15:55:28

从一个笔试题看C语言中float向double的提升问题——lvyilong316首先看一段来自一个笔试题的程序段:float f=1.1;       double d=1.1;       cout<<(f==d)<<endl;  //0这段代码输出0,那么为什么同为1.1的doble和float不相等呢?.........【阅读全文】

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

发布时间:2014-10-15 22:11:10

点击(此处)折叠或打开#include /*** * strcmp compare two strings, return less than,equal to , or less than * * Purpose: * strcmp compare two strings and return an in.........【阅读全文】

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

发布时间:2014-10-12 22:37:38

python 机器学习的开发环境搭建(numpy,scipy,matplotlib)......【阅读全文】

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

登录 注册