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

搜索资源列表

  1. MEMORY-MANAGE

    0下载:
  2. 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:223671
    • 提供者:罗恺
  1. jiakeji

    0下载:
  2. 原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:458407
    • 提供者:东南
  1. jiakeji1

    0下载:
  2. 原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:457170
    • 提供者:东南
  1. WinService

    0下载:
  2. 我很喜欢的一个代码,MFC程序注册服务,自启动,让开发者了解 1.怎么安装一个服务 2.怎么控制一个服务(启动,停止,卸载) 3.最重要的怎么安装一个服务程序而且还会显示图形界面-Recently, I came across a situation where I needed to make an application launch automatically when the PC starts up. And the problem was that the program
  3. 所属分类:Windows Kernel

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

    0下载:
  2. 0.3.1 Beta6 加入防盗功能,避免d3d9.dll被非法盗用! 开启程序后直接进入游戏 家庭用户只需要安装一遍补丁即可,网吧用户需要每次重启或开机时安装一次! 第一次使用或者出现缺少d3dx9_37.dll报错提示请进入补丁目录安装补丁. 游戏中:F5为地图透视,F6为人物透视+显鬼. 如果使用时出现以下情况: 1.Client MFC Application 遇到问题需要关闭.我们对此引起的不便表示抱歉.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1306899
    • 提供者:V0.3.1 Beta6
  1. war3terminate_code_and_program

    0下载:
  2. 一个学习注册表编程时做的MFC小程序。其中利用了映像劫持技术来完成对魔兽争霸3进程的拦截。-When a learning program to do registry applet. One advantage of image technology to hijack Warcraft 3 to complete the process of interception.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:10858
    • 提供者:晓阳
  1. Ste-3

    0下载:
  2. 一个mfc下实现的watermark里的LSB算法的隐写、分析、提取,可自己设计隐写位数。-1 mfc achieved under the watermark inside the LSB steganography algorithms, analysis, extraction, can own design stego-bits.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-12
    • 文件大小:19953654
    • 提供者:Ziqiang
  1. RegFun

    0下载:
  2. 1.学习注册表编程 2.注册表总结.txt是本人自己在学习注册表编程学习中总结下来的函数以及说明,不是网上简单的函数原型说明 3.源程序基于MFC的,是自己在学习注册表编程时编写的,对注册表进行简单但却最重要的读写功能 4.学会注册表编程,在开发可以单独运行的exe程序时,就脱离文本文件来记录要保留的信息。-1. To learn the registry programming 2. Registry conclusion. Txt is my own study and the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1865490
    • 提供者:liaoruo
  1. Hide_Link

    0下载:
  2. 自己编写的基于MFC的小程序: 编写缘由: 打印室里面的电脑经常会遇到这样的病毒,把你的u盘根目录下的原始文件和文件夹设置为系统属性,隐藏属性,同时生成同名的快捷方式,很有可能指向一个病毒 程序功能: 1.恢复原始文件属性 2.删除根目录下的快捷方式 3.跟同学开个安全的玩笑-I have written a small MFC-based program: the preparation of reason: print room inside the computer
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:425616
    • 提供者:liaoruo
  1. dx

    0下载:
  2. 利用Windows提供的MFC类编程实现读者/写者的同步互斥问题,保证:1)一个人在写时,其他人不允许写;2)一个人在写时,其他人不允许读;3)一个人在读时,其他人不允许写;4)一个人在读时,其他人允许读。-MFC classes provided by Windows programming reader/writer mutual exclusion synchronization to ensure that: 1) When a person writes, others are not
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1291
    • 提供者:eleven
  1. 3.RSA

    0下载:
  2. 基于RSA加密算法的数据加密系统,有MFC界面-RSA encryption algorithm based on the data encryption system, a MFC interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:20694
    • 提供者:李宏
  1. AutoShutDownPC

    0下载:
  2. 关于电脑定时关机,倒计时关机的MFC程序。 1、定时关机 2、倒计时关机 3、最小化到系统托盘 4、托盘的上下文菜单 5、开机自动运行(可选-Time on the computer shutdown, countdown shutdown of the MFC program. 1, time off 2, 3, countdown shutdown, minimize to tray 4, tray 5, the context menu, automatic o
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:69472
    • 提供者:陈亮星
  1. 3.find-and-replace-text-file

    0下载:
  2. 如何对文本文件进行查找与替换,vc++ mfc 编程代码,压缩包内有程序延时与源代码!-How to find and replace text file, vc++ mfc programming code, compressed within a program delay with the source code!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:203880
    • 提供者:小瘦子
  1. 3.DongTaishengcheng

    0下载:
  2. MFC六大关键技术之动态生成,特别推荐想深入mfc的人学习之。-MFC dynamically generated six key technologies, especially recommended for people who want to learn mfc learning.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-12
    • 文件大小:19975831
    • 提供者:刘燕华
  1. SpreadSheet

    1下载:
  2. 支持多字节和unicode编译,有中文注释和例子 //有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。 //CSpreadSheet类的目标是简单易用,其主要的特性如下: // 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。 // 2、读取行、列或单个单元。 // 3、覆盖、插入或追加行。 // 4、将已存在或新的EXCEL文件转化成符号
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:12466
    • 提供者:王天
搜珍网 www.dssz.com