• 博客(0)
  • 资源 (6)

空空如也

vb6.0 IE 浏览器源码

基于IE内核的浏览器(美化版) Private Type tagInitCommonControlsEx lngSize As Long lngICC As Long End Type Private Declare Function InitCommonControlsEx Lib "comctl32.dll" _ (iccex As tagInitCommonControlsEx) As Boolean Private Const ICC_USEREX_CLASSES = &H200 Public Function InitCommonControlsVB() As Boolean On Error Resume Next Dim iccex As tagInitCommonControlsEx ' Ensure CC available: With iccex .lngSize = LenB(iccex) .lngICC = ICC_USEREX_CLASSES End With InitCommonControlsEx iccex InitCommonControlsVB = (Err.Number = 0) On Error GoTo 0 End Function Sub Main() InitCommonControlsVB mainFrm.Show End Sub

2011-10-01

BackTrack3破解无线WEP全过程

BackTrack3破解无线WEP全过程 无线加密方式,比较常用的有WEP和WPA两种,WEP现在已经可以完全破解(WPA在现在的条件其实应该也可以了),本文主要是针对WEP加密的无线网络详细给出破解全过程

2011-10-01

2.4g资料开发资料

2.4g资料开发资料 RMM8810_Specification walkie-talkie_user_guide_1v1_NoGsensor EM24DT10S_RF_Module_Application_Note

2011-10-01

PDF文件转DOC

PDF文件转DOC 绝对可以用 T&B-PDFConverter-R07-US-Cnet

2011-10-01

2440中文手册

2440中文手册 01产品概述 02 处理器工作模式 04THUMB指令集 05 内存控制器 06Nand Flash 控制器 07时钟与电源管理 08 直接存储器存取 等等

2011-10-01

空空如也

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

TA关注的人

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