自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 IC老化问题

一般来说,IC (Intergrated Circuit) 老化由以下四种效应之一造成: - EM (electron migration,电子迁移) - TDDB (time dependent dielectric breakdown,与时间相关电介质击穿) - NBTI (negative-bias temperature instability,负偏置温度不稳定性) - HCI (hot car

2016-01-27 16:54:34 8067

原创 Convert int/long to hex string.

We can do this by the setNum function of QString.int decimal = 10000;QString hexadecimal;hexadecimal.setNum(decimal,16);ref: 1. https://forum.qt.io/topic/28890/convert-from-int-to-hex/4

2016-01-06 01:13:19 821

原创 Mingw GCC pack Struct.

U need wrap the code with #pragma pack(push,x)...#pragma pack(pop)Such as:#pragma pack(push,1)struct S { ... };#pragma pack(pop)ref: 1. https://forum.qt.io/topic/34592/cannot-run-app-in-windows-bu

2016-01-06 01:10:56 578

vim7 中文手册

vim7中文手册 pdf版

2008-01-07

vim7 win

vim7 for windows

2008-01-07

空空如也

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

TA关注的人

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