CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - msdn

搜索资源列表

  1. ListCert

    0下载:
  2. 可列出系统MY CA ROOT USERDS等存储区的证书,代码参考msdn-system can be shown MY CA ROOT USERDS storage of certificates, reference code VARIANT
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:21774
    • 提供者:kim
  1. delcert

    0下载:
  2. 删除系统某存储区中的证书, 代码参考msdn-removal system of a storage area of the certificate, a code reference VARIANT
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7201
    • 提供者:kim
  1. ListStore

    0下载:
  2. 列出系统中所有的证书存储区和物理位置 代码参考msdn-listed all the system certificate and the physical storage location code reference VARIANT
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:20685
    • 提供者:kim
  1. 休眠

    0下载:
  2. 我的笔记本电脑装的windows2000。但是不知道为什么没有待机功能,所以我只好自己动手编了个程序,一点就休眠了。其实就是用了一条API指令,不过这条指令可是MSDN未公开的哦-my laptop loaded the windows2000. But I do not know why no standby function, so I had to make their own Bianlegan procedures 1:00 on the dormancy. Is using an A
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:啊啊
  1. Key_src

    0下载:
  2. 编程中获得会话密钥匙非常重要的 MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。 本文下面介绍的这个方法不仅更快而且更有效 -Programming cryptographic key conversation was very important MSDN demonstrated a method of using the private key. But in Microsoft's MSDN examples longer. Presen
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2970
    • 提供者:ww2aa
  1. Detours1.5

    0下载:
  2. 微软API截获库,该代码也包含在MSDN的例子中。-intercepted the Microsoft API, the code also included in the MSDN examples.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:609644
    • 提供者:fishxz
  1. CredentialProviders

    0下载:
  2. Vista的验证提供器代码。MSDN代码,高质量。演示了智能卡登陆Vista。 This sample implements a simple credential provider. A credential provider allows a 3rd party to provide an alternate way of logging on-Vista test code is provided. MSDN code quality. Demonstration of the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:98420
    • 提供者:zy26
  1. AlignOffSet

    0下载:
  2. 结构体对齐的算法 < 常用算法与数据结构 > 由于需要做一个自动配置平台的东西,涉及到结构解析的问题。因为结构体在编译时会自动对齐边界,如果没有一个准确的算法,是不可能得到每一个成员变量的正确偏移量的。为了解决这个问题我在网上查了一圈资料,看了MSDN上的相关介绍,但始终没有找到一个直接的算法,无奈之下只好自己亲自动手,一点一点摸索其中的实现规则。经过一天的实验之后,终于找到了这个算法。为了让以后有需要解决同样问题的朋友们能有个参考,特将此算法提供给vckbase。也谨
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2191
    • 提供者:孙玉
  1. LIBCTINY

    0下载:
  2. 使用 LIBCTINY.LIB 为 EXE 和 DLL 文件 减肥 原著:Matt Pietrek 翻译:crazyd 原文出处:MSDN Magazine January 2001 Reduce EXE and DLL Size with LIBCTINY.LIB 原代码下载:Hood0101.exe (45KB)   在 October 1996 column 我讨论过一个有关可执行文件大小的问题。那个时候,一个简单的
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:19683
    • 提供者:所困大
  1. DES算法源代码

    0下载:
  2. 除了上面提到的压缩方法,你也可以调用VB的工具MakeCab.exe(在VB5\\setupkit\\kitfil32或VB98\\Wizards\\PDWizard目录下)生成.cab文件。先构造一个Directive 文件(*.ddf),然后使用Shell命令调用MakeCAB /f excel.ddf就可以生成*.cab文件。关于Directive 文件的格式,可以参考MSDN Library中的《MakeCAB: A Compression and Disk Layout Tool》一文
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4025
    • 提供者:田强
  1. 201052011339284

    0下载:
  2. 初学IOCP(windows完成端口)编程时,遇到很多问题和挫折,也在网上找过很多他人的代码,但是这些代码要么不稳定,要么难以使用,所以决定自己动手。在N次查阅MSDN有关章节,几度大改源代码,以及无数次的调试之后,终于有了目前这个比较稳定高效的的IOCP代码,我将其封装成了Delphi控件,所以也是比较方便使用的。现在我将这些代码全部毫无保留的贴出来,希望能够对某些正在0学习IOCP编程的朋友有所帮助。我的代码很少注释,但是风格自认为比较好,读起来应该不会费力。 -Beginners IO
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:543851
    • 提供者:hare4318
  1. DotRasSource

    0下载:
  2. 封装系统API,实现Ras拨号和连接功能.- The icons included with this project are copyright Yusuke Kamiyamane. For information regarding licensing please visit: http://www.pinvoke.com/license/. These icons are also licensed under the Creative Commo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:610096
    • 提供者:Bluefire
  1. HotKeyFairy

    0下载:
  2. 因为自己是编程初学者,所以在学习编程的过程中经常要查MSDN. 如果是在VC的环境下,非常方面,只用按F1就能启动.但是,如果没有 启动VC呢,要查看MSDN 就必须用鼠标 ,在桌面上找快捷方式.然后 双击运行......对于不太喜欢用鼠标(因为觉得鼠标动作太慢),也 太喜欢在桌面上留太多快捷方式的我,如果时间长了,这似乎是一件 难以接受的事情..... -Programming because they are beginners, so at studying the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:87317
    • 提供者:woody
  1. tlistkill

    0下载:
  2. 来自msdn并稍微修改的一个例子,查看任务管理器列表,并删除对应的进程-Msdn and slightly modified from an example, view a list of Task Manager and delete the corresponding process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1774029
    • 提供者:无形
  1. CheckMultiprocessor

    1下载:
  2. vc6.0 程序 展示了如何用WMI的方法获取CUP的使用率 重点在于获取多个CPU或者多核不同的使用率,在现在CPU多核时代这点很重要-Ever since I saw Performance application on Windows 2000, I wondered if there is a way/Windows API to programmatically determine CPU usage for each of the individual CPUs in a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:63111
    • 提供者:雪山
  1. FTUnionControl

    0下载:
  2. 封装的一个ActiveX组件,里面使用的CAPI,有使用飞天诚信USBKEY中证书进行签名的过程,函数调用参看MSDN上说明。 -An ActiveX component package, which uses the CAPI, are used to FEITIAN USBKEY in the process, see MSDN on function call instructions.
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:58109
    • 提供者:cox
  1. NTService

    0下载:
  2. MSDN VC6 NT服务程序样例精心改进。-MSDN VC6 NT service program to improve the sample well.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:38697
    • 提供者:dujing
  1. NTService-mfcUI

    0下载:
  2. 根据MSDN上 Windows NT 服务程序样例优化后,轻松实现带MFC对话框的系统服务程序框架。-According to MSDN sample on a Windows NT service program optimized, easy implementation of system services with MFC dialog program framework.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:16643
    • 提供者:dujing
  1. AES_-_Adva1857052242005

    0下载:
  2. I took this code from MSDN s November Magazine and used it in many project of mine..Its very useful security measure. I did change it to make it more understandable for all you .net coders there. Zip file includes a type lib and an example project.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:11457
    • 提供者:Vijay Kumar
  1. DateTimePickers

    0下载:
  2. only for win8,时间选择器,包括时间和日期。-a sample only for win8. we can use it for picking time and date. codes from MSDN.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:251615
    • 提供者:david pai
« 12 »
搜珍网 www.dssz.com