自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

jhb92的专栏

Win32 SDK乐园

  • 博客(3)
  • 资源 (1)
  • 收藏
  • 关注

原创 How WinMain Execute

    Windows delivers the address in memory represented by HINSTANCE(tell the winmain where should execute), szCmdline (what the cmdline )and iCmdShow (how to show the window) to WinMain function then

2007-03-31 10:46:00 539

原创 sizeof and strlen

sizeof求的是bytestrlen求的是chacater numbersexample:char a[] = "jhb";sizeof(a) =  4(byte ) /0strlen(a) = 3(个)sizeof 和strlen的关系一个字符相当与1byte.在ANSI标准中.故sizeof (a) = strlen(a)*sizeof(char) + 1(1 是zero t

2007-03-28 09:27:00 407

原创 Hardware input model

mouse/keyboard+++++++device driver++++++++SHIQ                                                                                          ||||||                                                          

2007-03-22 22:53:00 802

python rsa实现

使用python2根据Crypto库实现rsa公私钥生成、加密、解密、签名和验证。完全封装一句话使用。

2020-09-18

空空如也

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

TA关注的人

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