自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 收藏
  • 关注

转载 关于浮点数的问题,我再做一个字体设置的时候总有问题,现在看了这个文章,受到了启发...

问题描述如下: The following code: float someFloat = 0;for(int x = 1; x <= 10; x++){someFloat += .1F;Console.WriteLine(someFloat.ToString());} Returns:0.10.20.30.40.50.60.70.80000010.90000011 WHY,...

2005-03-18 08:31:00 73

转载 Linux 2.2 Framebuffer Device Programming Tutorial

Linux 2.2 Framebuffer Device Programming Tutorial This is a quick document I produced while figuring out how to use the framebuffer device to produce graphics on the Linux ...

2005-03-05 19:27:00 60

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除